summaryrefslogtreecommitdiff
path: root/platform/platform-resources-en/src/messages/OptionsBundle.properties
blob: aa2d1047c66eb511da114327fde80eab0ce2aa4f (plain)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
cannot.save.settings.default.dialog.title=Cannot Save Settings

#Attribute descriptors
options.custom.attribute.descriptor.keyword1=Keyword1
options.custom.attribute.descriptor.keyword2=Keyword2
options.custom.attribute.descriptor.keyword3=Keyword3
options.custom.attribute.descriptor.keyword4=Keyword4
options.custom.attribute.descriptor.number=Number
options.custom.attribute.descriptor.string=String
options.custom.attribute.descriptor.line.comment=Line comment
options.custom.attribute.descriptor.block.comment=Block comment
options.custom.attribute.descriptor.valid.string.escape=Valid string escape
options.custom.attribute.descriptor.invalid.string.escape=Invalid string escape

options.general.attribute.descriptor.default.text=Default text
options.general.attribute.descriptor.folded.text=Folded text
options.general.attribute.descriptor.deleted.text=Deleted text
options.general.attribute.descriptor.search.result=Search result
options.general.attribute.descriptor.search.result.write.access=Search result (write access)
options.general.attribute.descriptor.text.search.result=Text search result
options.general.attribute.descriptor.template.variable=Template variable

options.html.attribute.descriptor.comment=Comment
options.html.attribute.descriptor.code=HTML code
options.html.attribute.descriptor.tag=Tag
options.html.attribute.descriptor.tag.name=Tag name
options.html.attribute.descriptor.attribute.name=Attribute name
options.html.attribute.descriptor.attribute.value=Attribute value
options.html.attribute.descriptor.entity.reference=Entity reference
options.html.attribute.descriptor.tag.tree=Tag tree (level {0})

options.jsp.attribute.descriptor.scripting.background=Scripting
options.jsp.attribute.descriptor.directive.background=Action and directive content
options.jsp.attribute.descriptor.directive.name=Action and directive name
options.jsp.attribute.descriptor.attribute.name=Attribute name
options.jsp.attribute.descriptor.attribute.value=Attribute value
options.jsp.attribute.descriptor.el.background=Expression language background
options.jsp.attribute.descriptor.el.keyword=Expression language keyword
options.jsp.attribute.descriptor.el.identifier=Expression language identifier
options.jsp.attribute.descriptor.el.string=Expression language string
options.jsp.attribute.descriptor.el.number=Expression language number
options.jsp.attribute.descriptor.el.parens=Expression language parentheses
options.jsp.attribute.descriptor.el.dot=Expression language dot
options.jsp.attribute.descriptor.el.comma=Expression language comma
options.jsp.attribute.descriptor.el.brackets=Expression language brackets
options.jsp.attribute.descriptor.el.bounds=Expression language bounds

options.java.attribute.descriptor.keyword=Keyword
options.java.attribute.descriptor.number=Number
options.java.attribute.descriptor.string=String
options.java.attribute.descriptor.valid.escape.in.string=Valid escape in string
options.java.attribute.descriptor.invalid.escape.in.string=Invalid escape in string
options.java.attribute.descriptor.operator.sign=Operator sign
options.java.attribute.descriptor.parentheses=Parentheses
options.java.attribute.descriptor.braces=Braces
options.java.attribute.descriptor.brackets=Brackets
options.java.attribute.descriptor.comma=Comma
options.java.attribute.descriptor.semicolon=Semicolon
options.java.attribute.descriptor.dot=Dot
options.java.attribute.descriptor.line.comment=Line comment
options.java.attribute.descriptor.block.comment=Block comment
options.java.attribute.descriptor.javadoc.comment=JavaDoc comment
options.java.attribute.descriptor.javadoc.tag=JavaDoc tag
options.java.attribute.descriptor.javadoc.tag.value=JavaDoc tag value
options.java.attribute.descriptor.javadoc.markup=JavaDoc markup
options.java.attribute.descriptor.unknown.symbol=Unknown symbol
options.java.attribute.descriptor.error=Error
options.java.attribute.descriptor.warning=Warning
options.java.attribute.descriptor.deprecated.symbol=Deprecated symbol
options.java.attribute.descriptor.unused.symbol=Unused symbol
options.java.attribute.descriptor.class=Class
options.java.attribute.descriptor.anonymous.class=Anonymous class
options.java.attribute.descriptor.type.parameter=Type parameter
options.java.attribute.descriptor.abstract.class=Abstract class
options.java.attribute.descriptor.interface=Interface
options.java.attribute.descriptor.enum=Enum
options.java.attribute.descriptor.local.variable=Local variable
options.java.attribute.descriptor.reassigned.local.variable=Reassigned local variable
options.java.attribute.descriptor.reassigned.parameter=Reassigned parameter
options.java.attribute.descriptor.implicit.anonymous.parameter=Implicit anonymous class parameter
options.java.attribute.descriptor.instance.field=Instance field
options.java.attribute.descriptor.static.field=Static field
options.java.attribute.descriptor.static.final.field=Constant (static final field)
options.java.attribute.descriptor.parameter=Parameter
options.java.attribute.descriptor.method.call=Method call
options.java.attribute.descriptor.method.declaration=Method declaration
options.java.attribute.descriptor.constructor.call=Constructor call
options.java.attribute.descriptor.constructor.declaration=Constructor declaration
options.java.attribute.descriptor.static.method=Static method
options.java.attribute.descriptor.abstract.method=Abstract method
options.java.attribute.descriptor.inherited.method=Inherited method
options.java.attribute.descriptor.matched.brace=Matched brace
options.java.attribute.descriptor.unmatched.brace=Unmatched brace
options.java.attribute.descriptor.bad.character=Bad character
options.java.attribute.descriptor.breakpoint.line=Breakpoint line
options.java.attribute.descriptor.execution.point=Execution point
options.java.attribute.descriptor.recursive.call=Recursive calls highlighting
options.java.attribute.descriptor.annotation.name=Annotation name
options.java.attribute.descriptor.annotation.attribute.name=Annotation attribute name

options.xml.attribute.descriptor.prologue=Prologue
options.xml.attribute.descriptor.comment=Comment
options.xml.attribute.descriptor.tag=Tag
options.xml.attribute.descriptor.tag.name=Tag name
options.xml.attribute.descriptor.namespace.prefix=Namespace prefix
options.xml.attribute.descriptor.attribute.name=Attribute name
options.xml.attribute.descriptor.attribute.value=Attribute value
options.xml.attribute.descriptor.tag.data=Tag data
options.xml.attribute.descriptor.descriptor.entity,reference=Entity reference

#Color descriptors
options.general.color.descriptor.background.in.readonly.files=Background in readonly files
options.deneral.color.descriptor.readonly.fragment.background=Readonly fragment background
options.general.color.descriptor.gutter.background=Gutter background
options.general.color.descriptor.notification.background=Notification background
options.general.color.descriptor.selection.background=Selection background
options.general.color.descriptor.selection.foreground=Selection foreground
options.general.color.descriptor.caret=Caret
options.general.color.descriptor.caret.row=Caret row
options.general.color.descriptor.right.margin=Right margin
options.general.color.descriptor.whitespaces=Whitespaces
options.general.color.descriptor.indent.guide=Vertical indent guide
options.general.color.descriptor.indent.guide.selected=Selected vertical indent guide
options.general.color.descriptor.line.number=Line number
options.general.color.descriptor.vcs.annotations=VCS annotations
options.general.color.descriptor.vcs.annotations.merged=VCS annotations (merged from)
options.general.color.descriptor.tearline=Tear line
options.general.color.descriptor.tearline.selected=Selected tear line
options.general.color.descriptor.added.lines=Added lines
options.general.color.descriptor.modified.lines=Modified lines
options.general.color.descriptor.console.background=Console background
options.general.color.descriptor.console.stdout=Console standard output
options.general.color.descriptor.console.stderr=Console error output
options.general.color.descriptor.console.expired=Log console expired entry
options.general.color.descriptor.console.warning=Log console warning
options.general.color.descriptor.console.logError=Log console error
options.general.color.descriptor.console.stdin=Console user input
options.general.color.descriptor.console.system.output=Console system output
options.general.color.descriptor.hyperlink.new=Hyperlink
options.general.color.descriptor.hyperlink.followed=Followed hyperlink
options.general.color.descriptor.reference.hyperlink=Reference hyperlink
options.general.color.descriptor.todo.defaults=TODO defaults
options.general.color.descriptor.bookmarks=Bookmarks
options.general.color.soft.wrap.sign=Soft wrap sign


options.language.defaults.display.name=Language Defaults
options.language.defaults.keyword=Keyword
options.language.defaults.identifier=Identifier
options.language.defaults.string=String
options.language.defaults.valid.esc.seq=Valid escape sequence
options.language.defaults.invalid.esc.seq=Invalid escape sequence
options.language.defaults.number=Number
options.language.defaults.operation=Operation sign
options.language.defaults.braces=Braces
options.language.defaults.parentheses=Parentheses
options.language.defaults.brackets=Brackets
options.language.defaults.dot=Dot
options.language.defaults.comma=Comma
options.language.defaults.semicolon=Semicolon
options.language.defaults.line.comment=Line comment
options.language.defaults.block.comment=Block comment
options.language.defaults.doc.comment=Doc comment
options.language.defaults.doc.markup=Doc comment markup
options.language.defaults.doc.tag=Doc comment tag
options.language.defaults.label=Label
options.language.defaults.constant=Constant
options.language.defaults.local.variable=Local variable
options.language.defaults.global.variable=Global variable
options.language.defaults.function.declaration=Function declaration
options.language.defaults.function.call=Function call
options.language.defaults.parameter=Parameter
options.language.defaults.interface.name=Interface name
options.language.defaults.class.name=Class name
options.language.defaults.class.reference=Class reference
options.language.defaults.instance.method=Instance method
options.language.defaults.instance.field=Instance field
options.language.defaults.static.method=Static method
options.language.defaults.static.field=Static field
options.language.defaults.template.language=Template language
options.language.defaults.markup.tag=Markup Tag
options.language.defaults.markup.attribute=Markup Attribute
options.language.defaults.markup.entity=Markup Entity
options.language.defaults.predefined=Predefined symbol
options.language.defaults.metadata=Metadata

options.java.color.descriptor.full.coverage=Full line coverage
options.java.color.descriptor.partial.coverage=Partial line coverage
options.java.color.descriptor.none.coverage=Uncovered line
options.java.color.descriptor.method.separator.color=Method separator color
options.custom.display.name=Custom
options.general.display.name=General
options.html.display.name=HTML
options.jsp.display.name=JSP
options.java.display.name=Java
properties.options.display.name=Properties
options.xml.display.name=XML

settings.panel.title=Settings

configurable.group.appearance.settings.display.name=Appearance and Behavior
configurable.group.editor.settings.display.name=Editor
configurable.group.project.settings.display.name=Current Project
configurable.group.build.settings.display.name=Build, Execution, Deployment
configurable.group.language.settings.display.name=Languages and Frameworks
configurable.group.tools.settings.display.name=Tools
configurable.group.null.settings.display.name=Other Settings

configurable.default.project.tooltip=For default project
configurable.current.project.tooltip=For current project

control.panel.classic.view.button=Classic &View
options.page.modified.save.message.text=The page has been modified. Save changes made on this page?
options.save.changes.message.title=Save Changes
options.apply.button=A&pply
explorer.panel.default.view.button=Default &View
ide.settings.display.name=IDE Settings
ide.settings.short.name=IDE
project.file.read.only.error.message=The project file is read-only.\nThe settings will not be saved until you make the file writable.
template.project.settings.display.name=Template Project Settings
#0 - project name
project.settings.display.name=Project Settings [{0}]
template.project.settings.short.name=Template Project
project.settings.short.name=Project
options.color.schemes.presentable.name=Color schemes
options.editor.settings.presentable.name=Editor settings
options.java.attribute.descriptor.weak.warning=Weak Warning
options.java.attribute.descriptor.server.problems=Problem from server
options.java.attribute.descriptor.server.duplicate=Duplicate from server
options.general.color.descriptor.injected.language.fragment=Injected language fragment
options.general.attribute.descriptior.identifier.under.caret=Identifier under caret
options.general.attribute.descriptior.identifier.under.caret.write=Identifier under caret (write)

# Console settings
color.settings.console.name=Console Colors
color.settings.console.output=IRB Output

color.settings.console.black=ANSI Black
color.settings.console.red=ANSI Red
color.settings.console.green=ANSI Green
color.settings.console.yellow=ANSI Yellow
color.settings.console.blue=ANSI Blue
color.settings.console.magenta=ANSI Magenta
color.settings.console.cyan=ANSI Cyan
color.settings.console.gray=ANSI Gray

color.settings.console.darkGray=ANSI Dark Gray
color.settings.console.redBright=ANSI Bright Red
color.settings.console.greenBright=ANSI Bright Green
color.settings.console.yellowBright=ANSI Bright Yellow
color.settings.console.blueBright=ANSI Bright Blue
color.settings.console.magentaBright=ANSI Bright Magenta
color.settings.console.cyanBright=ANSI Bright Cyan
color.settings.console.white=ANSI White

options.general.attribute.descriptor.live.template=Live Template