Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 54 additions & 54 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,21 +659,21 @@ define({
"EXPAND_CURRENT" : "Expand Current",

// Descriptions of core preferences
"DESCRIPTION_CLOSE_BRACKETS" : "True to automatically close braces, brackets and parentheses",
"DESCRIPTION_CLOSE_OTHERS_ABOVE" : "False to remove the Close Others Above from the Working Files context menu",
"DESCRIPTION_CLOSE_OTHERS_BELOW" : "False to remove the Close Others Below from the Working Files context menu",
"DESCRIPTION_CLOSE_OTHERS" : "False to remove the Close Others from the Working Files context menu",
"DESCRIPTION_CLOSE_BRACKETS" : "true to automatically close braces, brackets and parentheses",
"DESCRIPTION_CLOSE_OTHERS_ABOVE" : "false to remove the \"Close Others Above\" from the Working Files context menu",
"DESCRIPTION_CLOSE_OTHERS_BELOW" : "false to remove the \"Close Others Below\" from the Working Files context menu",
"DESCRIPTION_CLOSE_OTHERS" : "false to remove the \"Close Others\" from the Working Files context menu",
"DESCRIPTION_CLOSE_TAGS" : "Sets the tag closing options",
"DESCRIPTION_CLOSE_TAGS_DONT_CLOSE_TAGS" : "An array of tags that should not be auto-closed",
"DESCRIPTION_CLOSE_TAGS_WHEN_OPENING" : "Close when > of opening tag is typed",
"DESCRIPTION_CLOSE_TAGS_WHEN_CLOSING" : "Close when / of closing tag is typed",
"DESCRIPTION_CLOSE_TAGS_INDENT_TAGS" : "An array of tags that when opened has a blank line",
"DESCRIPTION_CODE_FOLDING_ALWAY_USE_INDENT_FOLD" : "True to always generate collapsible section markers when indent level changes",
"DESCRIPTION_CODE_FOLDING_ENABLED" : "True to enable code folding",
"DESCRIPTION_CODE_FOLDING_HIDE_UNTIL_MOUSEOVER" : "True to make Section-collapsing markers visible only when you move the mouse over the gutter",
"DESCRIPTION_CODE_FOLDING_ALWAY_USE_INDENT_FOLD" : "true to always generate collapsible section markers when indent level changes",
"DESCRIPTION_CODE_FOLDING_ENABLED" : "true to enable code folding",
"DESCRIPTION_CODE_FOLDING_HIDE_UNTIL_MOUSEOVER" : "true to make Section-collapsing markers visible only when you move the mouse over the gutter",
"DESCRIPTION_CODE_FOLDING_MAX_FOLD_LEVEL" : "Limits how many levels deep Collapse All applies",
"DESCRIPTION_CODE_FOLDING_MIN_FOLD_SIZE" : "Minimum lines before a collapsible section icon appears",
"DESCRIPTION_CODE_FOLDING_SAVE_FOLD_STATES" : "True to remember collapsed sections if you close and reopen a file or project",
"DESCRIPTION_CODE_FOLDING_SAVE_FOLD_STATES" : "true to remember collapsed sections if you close and reopen a file or project",
"DESCRIPTION_ATTR_HINTS" : "Enable/disable HTML attribute hints",
"DESCRIPTION_CSS_PROP_HINTS" : "Enable/disable CSS/LESS/SCSS property hints",
"DESCRIPTION_JS_HINTS" : "Enable/disable JavaScript code hints",
Expand All @@ -687,76 +687,76 @@ define({
"DESCRIPTION_HIGHLIGHT_MATCHES" : "Enables automatic highlighting of matching strings throughout the document",
"DESCRIPTION_HIGHLIGHT_MATCHES_SHOW_TOKEN" : "Highlight all strings that match the token the cursor is currently in (no selection needed)",
"DESCRIPTION_HIGHLIGHT_MATCHES_WORDS_ONLY" : "Highlight only when selection is a complete token",
"DESCRIPTION_INSERT_HINT_ON_TAB" : "True to insert the currently selected code hint on tab",
"DESCRIPTION_NO_HINTS_ON_DOT" : "True to not automatically show JS code hints when . is typed",
"DESCRIPTION_INSERT_HINT_ON_TAB" : "true to insert the currently selected code hint on tab",
"DESCRIPTION_NO_HINTS_ON_DOT" : "true to not automatically show JS code hints when . is typed",
"DESCRIPTION_JSLINT_OPTIONS" : "An object with the default options for JSLint",
"DESCRIPTION_JSLINT_OPTIONS_ASS" : "True to allow assignment expressions",
"DESCRIPTION_JSLINT_OPTIONS_BITWISE" : "True to allow bitwise operators",
"DESCRIPTION_JSLINT_OPTIONS_BROWSER" : "True if standard browser globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_CLOSURE" : "True to allow Google Closure idioms",
"DESCRIPTION_JSLINT_OPTIONS_CONTINUE" : "True to allow continue statement",
"DESCRIPTION_JSLINT_OPTIONS_COUCH" : "True if CouchDB globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_DEBUG" : "True to allow debugger statements",
"DESCRIPTION_JSLINT_OPTIONS_DEVEL" : "True if browser globals useful in development should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_EQEQ" : "True to allow == and !=",
"DESCRIPTION_JSLINT_OPTIONS_ES6" : "True if ES6 globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_EVIL" : "True to allow eval",
"DESCRIPTION_JSLINT_OPTIONS_FORIN" : "True to allow unfiltered for in",
"DESCRIPTION_JSLINT_OPTIONS_ASS" : "true to allow assignment expressions",
"DESCRIPTION_JSLINT_OPTIONS_BITWISE" : "true to allow bitwise operators",
"DESCRIPTION_JSLINT_OPTIONS_BROWSER" : "true if standard browser globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_CLOSURE" : "true to allow Google Closure idioms",
"DESCRIPTION_JSLINT_OPTIONS_CONTINUE" : "true to allow \"continue\" statement",
"DESCRIPTION_JSLINT_OPTIONS_COUCH" : "true if CouchDB globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_DEBUG" : "true to allow debugger statements",
"DESCRIPTION_JSLINT_OPTIONS_DEVEL" : "true if browser globals useful in development should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_EQEQ" : "true to allow == and !=",
"DESCRIPTION_JSLINT_OPTIONS_ES6" : "true if ES6 globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_EVIL" : "true to allow eval",
"DESCRIPTION_JSLINT_OPTIONS_FORIN" : "true to allow unfiltered \"for ... in\"",
"DESCRIPTION_JSLINT_OPTIONS_INDENT" : "Set a specific tab width",
"DESCRIPTION_JSLINT_OPTIONS_MAXERR" : "The maximum number of warnings reported",
"DESCRIPTION_JSLINT_OPTIONS_MAXLEN" : "The maximum number of characters in a line",
"DESCRIPTION_JSLINT_OPTIONS_NEWCAP" : "True to allow uncapitalized constructors",
"DESCRIPTION_JSLINT_OPTIONS_NODE" : "True if Node.js globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_NOMEN" : "True to allow dangling underscore in identifiers",
"DESCRIPTION_JSLINT_OPTIONS_PASSFAIL" : "True to stop on first error",
"DESCRIPTION_JSLINT_OPTIONS_PLUSPLUS" : "True to allow ++ and --",
"DESCRIPTION_JSLINT_OPTIONS_REGEXP" : "True to allow . and [^...]. in RegExp",
"DESCRIPTION_JSLINT_OPTIONS_RHINO" : "True if Rhino globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_SLOPPY" : "True to allow missing `use strict` pragma",
"DESCRIPTION_JSLINT_OPTIONS_STUPID" : "True to allow stupidity",
"DESCRIPTION_JSLINT_OPTIONS_SUB" : "True to allow inefficient subscripting",
"DESCRIPTION_JSLINT_OPTIONS_TODO" : "True to allow TODO comments",
"DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "True to allow unused parameters",
"DESCRIPTION_JSLINT_OPTIONS_VARS" : "True to allow more than 1 vars in a function",
"DESCRIPTION_JSLINT_OPTIONS_WHITE" : "True to ignore white-space rules",
"DESCRIPTION_JSLINT_OPTIONS_NEWCAP" : "true to allow uncapitalized constructors",
"DESCRIPTION_JSLINT_OPTIONS_NODE" : "true if Node.js globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_NOMEN" : "true to allow dangling underscore in identifiers",
"DESCRIPTION_JSLINT_OPTIONS_PASSFAIL" : "true to stop on first error",
"DESCRIPTION_JSLINT_OPTIONS_PLUSPLUS" : "true to allow ++ and --",
"DESCRIPTION_JSLINT_OPTIONS_REGEXP" : "true to allow . and [^...]. in RegExp",
"DESCRIPTION_JSLINT_OPTIONS_RHINO" : "true if Rhino globals should be predefined",
"DESCRIPTION_JSLINT_OPTIONS_SLOPPY" : "true to allow missing `use strict` pragma",
"DESCRIPTION_JSLINT_OPTIONS_STUPID" : "true if blocking ('...Sync') methods can be used.",
"DESCRIPTION_JSLINT_OPTIONS_SUB" : "true to allow inefficient subscripting",
"DESCRIPTION_JSLINT_OPTIONS_TODO" : "true to allow TODO comments",
"DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "true to allow unused parameters",
"DESCRIPTION_JSLINT_OPTIONS_VARS" : "true to allow more than 1 vars in a function",
"DESCRIPTION_JSLINT_OPTIONS_WHITE" : "true to ignore white-space rules",
"DESCRIPTION_LANGUAGE" : "Language specific settings",
"DESCRIPTION_LANGUAGE_FILE_EXTENSIONS" : "Additional mappings from file extension to language name",
"DESCRIPTION_LANGUAGE_FILE_NAMES" : "Additional mappings from file name to language name",
"DESCRIPTION_LINTING_ENABLED" : "True to enable Code Inspection",
"DESCRIPTION_LINTING_ENABLED" : "true to enable Code Inspection",
"DESCRIPTION_ASYNC_TIMEOUT" : "The time in milliseconds after which asynchronous linters time out",
"DESCRIPTION_LINTING_PREFER" : "Array of linters to run first",
"DESCRIPTION_LIVE_DEV_MULTIBROWSER" : "True to enable experimental Live Preview",
"DESCRIPTION_USE_PREFERED_ONLY" : "True to run providers specified in linting.prefer only",
"DESCRIPTION_LIVE_DEV_MULTIBROWSER" : "true to enable experimental Live Preview",
"DESCRIPTION_USE_PREFERED_ONLY" : "true to run providers specified in linting.prefer only",
"DESCRIPTION_MAX_CODE_HINTS" : "Maximum code hints displayed at once",
"DESCRIPTION_PATH" : "Path specific settings",
"DESCRIPTION_PROXY" : "The URL of the proxy server used for extension installation",
"DESCRIPTION_SCROLL_PAST_END" : "True to enable scrolling beyond the end of the document",
"DESCRIPTION_SHOW_CODE_HINTS" : "False to disable all code hints",
"DESCRIPTION_SCROLL_PAST_END" : "true to enable scrolling beyond the end of the document",
"DESCRIPTION_SHOW_CODE_HINTS" : "false to disable all code hints",
"DESCRIPTION_SHOW_CURSOR_WHEN_SELECTING" : "Keeps the blinking cursor visible when you have a text selection",
"DESCRIPTION_SHOW_LINE_NUMBERS" : "True to show line numbers in a “gutter” to the left of the code",
"DESCRIPTION_SHOW_LINE_NUMBERS" : "true to show line numbers in a “gutter” to the left of the code",
"DESCRIPTION_SMART_INDENT" : "Automatically indent when creating a new block",
"DESCRIPTION_SOFT_TABS" : "False to turn off soft tabs behavior",
"DESCRIPTION_SORT_DIRECTORIES_FIRST" : "True to sort the directories first in the project tree",
"DESCRIPTION_SOFT_TABS" : "false to turn off soft tabs behavior",
"DESCRIPTION_SORT_DIRECTORIES_FIRST" : "true to sort the directories first in the project tree",
"DESCRIPTION_SPACE_UNITS" : "Number of spaces to use for space-based indentation",
"DESCRIPTION_STATIC_SERVER_PORT" : "Port number that the built-in server should use for Live Preview",
"DESCRIPTION_STYLE_ACTIVE_LINE" : "True to highlight background color of the line the cursor is on",
"DESCRIPTION_STYLE_ACTIVE_LINE" : "true to highlight background color of the line the cursor is on",
"DESCRIPTION_TAB_SIZE" : "Number of spaces to display for tabs",
"DESCRIPTION_USE_TAB_CHAR" : "True to use tabs instead of spaces",
"DESCRIPTION_UPPERCASE_COLORS" : "True to generate uppercase hex colors in Inline Color Editor",
"DESCRIPTION_USE_TAB_CHAR" : "true to use tabs instead of spaces",
"DESCRIPTION_UPPERCASE_COLORS" : "true to generate uppercase hex colors in Inline Color Editor",
"DESCRIPTION_WORD_WRAP" : "Wrap lines that exceed the viewport width",
"DESCRIPTION_DETECTED_EXCLUSIONS" : "A list of files that have been detected to cause Tern to run out of control",
"DESCRIPTION_INFERENCE_TIMEOUT" : "The amount of time after which Tern will time out when trying to understand files",
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR" : "True to show errors in status bar",
"DESCRIPTION_QUICK_VIEW_ENABLED" : "True to enable Quick View",
"DESCRIPTION_EXTENSION_LESS_IMAGE_PREVIEW" : "True to show image previews for URLs missing extensions",
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR" : "true to show errors in status bar",
"DESCRIPTION_QUICK_VIEW_ENABLED" : "true to enable Quick View",
"DESCRIPTION_EXTENSION_LESS_IMAGE_PREVIEW" : "true to show image previews for URLs missing extensions",
"DESCRIPTION_THEME" : "Select a {APP_NAME} theme",
"DESCRIPTION_USE_THEME_SCROLLBARS" : "True to allow custom scroll bars",
"DESCRIPTION_LINTING_COLLAPSED" : "True to collapse linting panel",
"DESCRIPTION_USE_THEME_SCROLLBARS" : "true to allow custom scroll bars",
"DESCRIPTION_LINTING_COLLAPSED" : "true to collapse linting panel",
"DESCRIPTION_FONT_FAMILY" : "Change font family",
"DESCRIPTION_FONT_SIZE" : "Change font size; e.g. 13px",
"DESCRIPTION_FONT_SMOOTHING" : "Mac-only: \"subpixel-antialiased\" to enable sub-pixel antialiasing or \"antialiased\" for gray scale antialiasing",
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW" : "False to disable opening preferences file in split view",
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE" : "False to open user preferences file in left/top pane",
"DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW" : "false to disable opening preferences file in split view",
"DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE" : "false to open user preferences file in left/top pane",
"DEFAULT_PREFERENCES_JSON_HEADER_COMMENT" : "/*\n * This is a read-only file with the preferences supported\n * by {APP_NAME}.\n * Use this file as a reference to modify your preferences\n * file \"brackets.json\" opened in the other pane.\n * For more information on how to use preferences inside\n * {APP_NAME}, refer to the web page at https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences\n */",
"DEFAULT_PREFERENCES_JSON_DEFAULT" : "Default"
});