Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 28343e73c2ccf4974480702098864eb50f4c6679 (plain) (blame)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Outline
refreshoutline_0=Refreshing Outline
SortAction_0=Sort

# Preferences

## Syntax Coloring preferences page
Sample_JSON_doc={\n\t// Here a simple JSON file\n\t"object": {},\n\t"array": [\n\t\t1,\n\t\t2,\n\t\t3],\n\t"boolean": true,\n\t"null": null,\n\t\"number": 123,\n\t"object": {\n\t\t"a": "b",\n\t\t"c": "d"\n\t},\n\t"string": "Hello World"\n} 
SyntaxColoringPage_0=S&yntax Element:
SyntaxColoringPage_2=Enable
SyntaxColoringPage_3=&Bold
SyntaxColoringPage_4=&Italic
SyntaxColoringPage_5=&Strikethrough
SyntaxColoringPage_6=&Underline
CURLY_BRACE_UI_=Curly
COLON_UI_=Colon
COMMA_UI_=Comma
NORMAL_UI_=Normal
OBJECT_KEY_UI_=Object key
VALUE_BOOLEAN_UI_=Boolean value
VALUE_NULL_UI_=Null value
VALUE_NUMBER_UI_=Number value
VALUE_STRING_UI_=String value
COMMENT_UI_=Comment

## Validation preferences page
SyntaxValidation_files=&Enable syntax validation
SyntaxValidation_files_label=Errors/Warnings
Severity_error=Error
Severity_warning=Warning
Severity_ignore=Ignore
Missing_start_object=Missing start object
Missing_end_object=Missing end object
Missing_start_array=Missing start array
Missing_end_array=Missing end array

#EmptyFilePreferencePage
EmptyFilePreferencePage_0=Expand the tree to edit preferences for a specific feature.
# JSONFilesPreferencePage
Creating_files=Creating files
EncodingSettings_0=IANA:
EncodingSettings_1=Encoding:
Encoding_desc=The following encoding will apply:
Encoding=En&coding:
JSONFilesPreferencePage_ExtensionLabel=Add this &suffix (if not specified):
JSONFilesPreferencePage_ExtensionError=Suffix must be one of the following {0}

# Validation
Not_an_integer=''{0}'' is not a positive integer.
Missing_integer=A positive integer must be specified.

# JSONContentAssistPreferencePage
JSONContentAssistPreferencePage_Auto_Activation_UI_=Auto Activation
JSONContentAssistPreferencePage_Cycling_UI_=Cycling
Automatically_make_suggest_UI_=Automatically ma&ke suggestions
Auto_Activation_Delay=Auto activation dela&y (ms):
Prompt_when_these_characte_UI_=P&rompt when these characters are inserted:
Suggestion_Strategy=&Suggestion strategy:
Suggestion_Strategy_Lax=Lax
Suggestion_Strategy_Strict=Strict
Group_label_Insertion=Insertion
Insert_single_proposals=&Insert single proposals automatically
	
# Content Assist
Content_Assist_not_availab_UI_=Content Assist not available at the current location

_UI_STRUCTURED_TEXT_EDITOR_PREFS_LINK=JSON editing preferences.  Note that some preferences may be set on the <a>{0}</a> preference page.

Formatting_UI_=Formatting
Line_width__UI_=Line &width:
Indent_using_tabs_=&Indent using tabs
Indent_using_spaces=I&ndent using spaces
Indentation_size=In&dentation size:
Indentation_size_tip=Indentation size
PrefsLabel_SelectorWhitespace=Inser&t whitespace between selectors

## JSON Preferences -- source ##
PrefsLabel_WrappingWithoutAttr=Disable wrapping in style &attribute of HTML
PrefsLabel_WrappingInsertLineBreak=Insert &line break between properties

Back to the top