-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.nls.json
33 lines (32 loc) · 1.61 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"__copyright__": "Copyright 2019 Benbuck Nason",
"copied_to_clipboard": "Copied results to clipboard",
"description": "Find all occurrences of text in current file",
"displayName": "Find All In File",
"editorContextMenu": "Show items in editor context menu",
"enter_search_regex": "Please enter regular expression to search for",
"enter_search_string": "Please enter string to search for",
"error_no_document": "No active editor document",
"error_regex": "Regex failure: {0}",
"find_error": "ERROR: {0}",
"find_result_string": "{0}\t{1}:{2}-{3}\t{4}",
"find_result_markdown": "Occurrence {0}, line {1}, columns {2}-{3}:\n\n`{4}`",
"findregexcase": "Find Regex (Case Sensitive)",
"findregexcaseword": "Find Regex (Case Sensitive, Whole Word)",
"findregexnocase": "Find Regex (Case Insensitive)",
"findregexnocaseword": "Find Regex (Case Insensitive, Whole Word)",
"findstringcase": "Find String (Case Sensitive)",
"findstringcaseword": "Find String (Case Sensitive, Whole Word)",
"findstringnocase": "Find String (Case Insensitive)",
"findstringnocaseword": "Find String (Case Insensitive, Whole Word)",
"regex_case": "case sensitive regex",
"regex_no_case": "case insensitive regex",
"resultLimit": "Maximum number of results to find",
"searchHistoryLimit": "Maximum number of search strings to remember",
"search_footer": "Found {0} occurrences",
"search_header": "Searching for {0}{1} \"{2}\" in \"{3}\":",
"string_case": "case sensitive string",
"string_no_case": "case insensitive string",
"trimKeepCount": "Number of surrounding characters to keep when trimming result preview text",
"whole_word": " word"
}