1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / preferences / PreferencesMessages.properties
1 ###############################################################################
2 # Copyright (c) 2000, 2003 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Common Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/cpl-v10.html
7 #
8 # Contributors:
9 #     IBM Corporation - initial API and implementation
10 ###############################################################################
11
12 BuildPathsPropertyPage.error.message=An error occurred while setting the build path
13 BuildPathsPropertyPage.error.title=Error Setting Build Path
14 BuildPathsPropertyPage.no_java_project.message=Not a PHP project.
15 BuildPathsPropertyPage.closed_project.message=PHP information is not available for a closed project.
16
17 ClasspathVariablesPreferencePage.title=Classpath Variables
18 ClasspathVariablesPreferencePage.description=A classpath variable can be added to a project's class path. It can be used to define the location of a JAR file that isn't part of the workspace. The reserved class path variables JRE_LIB, JRE_SRC, JRE_SRCROOT are set internally depending on the JRE setting.
19
20 ImportOrganizePreferencePage.description=Preferences used by the Organize Imports action:
21
22 ImportOrganizePreferencePage.order.label=Define the &sorting order of import statements. A package name prefix (e.g. org.eclipse) is a valid entry.
23
24 ImportOrganizePreferencePage.order.add.button=&New...
25 ImportOrganizePreferencePage.order.edit.button=&Edit...
26 ImportOrganizePreferencePage.order.up.button=&Up
27 ImportOrganizePreferencePage.order.down.button=Do&wn
28 ImportOrganizePreferencePage.order.remove.button=&Remove
29 ImportOrganizePreferencePage.order.load.button=&Load...
30 ImportOrganizePreferencePage.order.save.button=Sa&ve...
31 ImportOrganizePreferencePage.ignoreLowerCase.label=Do not create imports for &types starting with a lowercase letter
32
33 ImportOrganizePreferencePage.threshold.label=Number of &imports needed for .* (e.g. org.eclipse.*):
34 ImportOrganizePreferencePage.error.invalidthreshold=Invalid import number.
35
36 ImportOrganizePreferencePage.loadDialog.title=Load Import Order from File
37 ImportOrganizePreferencePage.loadDialog.error.title=Load Import Order
38 ImportOrganizePreferencePage.loadDialog.error.message=Loading failed. Not a valid import order file.
39
40 ImportOrganizePreferencePage.saveDialog.title=Save Import Order to File
41 ImportOrganizePreferencePage.saveDialog.error.title=Save Import Order
42 ImportOrganizePreferencePage.saveDialog.error.message=Writing import order file failed.
43
44
45 ImportOrganizeInputDialog.title=Import Order Entry
46 ImportOrganizeInputDialog.message=&Package name or package name prefix:
47 ImportOrganizeInputDialog.browse.button=&Browse...
48 ImportOrganizeInputDialog.ChoosePackageDialog.title=Package Selection
49 ImportOrganizeInputDialog.ChoosePackageDialog.description=Choose package name or package prefix:
50 ImportOrganizeInputDialog.ChoosePackageDialog.empty=No packages available.
51 ImportOrganizeInputDialog.error.enterName=Enter a package name.
52 ImportOrganizeInputDialog.error.invalidName=Not a valid package name. {0}
53 ImportOrganizeInputDialog.error.entryExists=Package name already exists in list.
54
55 JavaBasePreferencePage.description=General settings for PHP development:
56
57 JavaBasePreferencePage.updateJavaViews=Update PHP views
58 JavaBasePreferencePage.onSave=On &save only
59 JavaBasePreferencePage.whileEditing=While &editing
60 JavaBasePreferencePage.note=Note:
61 JavaBasePreferencePage.notice.outliner=This preference is not applied to already opened views\n(Outline view is always updated while editing)
62
63 JavaBasePreferencePage.openTypeHierarchy=When opening a Type Hierarchy
64 JavaBasePreferencePage.inPerspective=Open a new Type Hierarchy &Perspective
65 JavaBasePreferencePage.inView=Show the &Type Hierarchy View in the current perspective
66 JavaBasePreferencePage.doubleclick.action=Action on double click in the Package Explorer
67 JavaBasePreferencePage.doubleclick.gointo=&Go into the selected element
68 JavaBasePreferencePage.doubleclick.expand=E&xpand the selected element
69
70 NewJavaProjectPreferencePage.description=Specify the classpath entries used as default by the New PHP Project creation wizard:
71
72 NewJavaProjectPreferencePage.sourcefolder.label=Source and output folder
73 NewJavaProjectPreferencePage.sourcefolder.project=&Project
74 NewJavaProjectPreferencePage.sourcefolder.folder=&Folders
75 NewJavaProjectPreferencePage.folders.src=&Source folder name:
76 NewJavaProjectPreferencePage.folders.bin=&Output folder name:
77
78 NewJavaProjectPreferencePage.folders.error.namesempty=Enter folder names.
79 NewJavaProjectPreferencePage.folders.error.invalidsrcname=Invalid source folder name: {0}
80 NewJavaProjectPreferencePage.folders.error.invalidbinname=Invalid output folder name: {0}
81 NewJavaProjectPreferencePage.folders.error.invalidcp=Settings will result in an invalid build path. Check for nested folders.
82
83 JavaEditorPreferencePage.appearanceTabLink=Some general preferences now live on the Eclipse <a href="org.eclipse.ui.preferencePages.GeneralTextEditor">Text Editors</a> pages.
84 JavaEditorPreferencePage.appearanceTabTooltip=Jump to the Text Editors page
85
86 JavaEditorPreferencePage.annotationsTab.title= Annotation&s
87 JavaEditorPreferencePage.showQuickFixables= Indicate annotations solvable with &Quick Fix in vertical ruler
88 JavaEditorPreferencePage.analyseAnnotationsWhileTyping= Analyze annotations &while typing
89 JavaEditorPreferencePage.annotationPresentationOptions= Annotation &presentation:
90 JavaEditorPreferencePage.description=PHP Editor settings:
91 JavaEditorPreferencePage.annotations.bookmarks= Bookmarks
92 JavaEditorPreferencePage.annotations.searchResults= Search Results
93 JavaEditorPreferencePage.annotations.errors= Errors
94 JavaEditorPreferencePage.annotations.warnings= Warnings
95 JavaEditorPreferencePage.annotations.tasks= Tasks
96 JavaEditorPreferencePage.annotations.others= Others
97 JavaEditorPreferencePage.annotations.showInText= Show in &text
98 TextEditorPreferencePage.annotations.highlightInText= &Highlight in text
99 JavaEditorPreferencePage.annotations.showInOverviewRuler= Show in overview &ruler
100 JavaEditorPreferencePage.annotations.showInVerticalRuler= Show in vertical r&uler
101 JavaEditorPreferencePage.annotations.color= C&olor:
102 JavaEditorPreferencePage.tags=PHP tags
103 JavaEditorPreferencePage.multiLineComment=Multi-line comment
104 JavaEditorPreferencePage.singleLineComment=Single-line comment
105 JavaEditorPreferencePage.returnKeyword= Keyword 'return'
106 JavaEditorPreferencePage.keywords=Keywords excluding 'return'
107 JavaEditorPreferencePage.functionNames=Predefined function names
108 JavaEditorPreferencePage.variables='$' Variables
109 JavaEditorPreferencePage.variables_dollar='$_' Variables
110 JavaEditorPreferencePage.constants=Constants
111 JavaEditorPreferencePage.types=Types
112 JavaEditorPreferencePage.strings_dq=Double Quoted Strings
113 JavaEditorPreferencePage.strings_sq=Single Quoted Strings
114 JavaEditorPreferencePage.others=Others
115 JavaEditorPreferencePage.methodNames=Method names
116 JavaEditorPreferencePage.operators=Operators, brackets excluding '{}'
117 JavaEditorPreferencePage.braces='{}' brackets
118 JavaEditorPreferencePage.javaCommentTaskTags=Task Tags
119 JavaEditorPreferencePage.phpDocKeywords=PHPDoc keywords
120 JavaEditorPreferencePage.phpDocHtmlTags=PHPDoc HTML tags
121 JavaEditorPreferencePage.phpDocLinks=PHPDoc links
122 JavaEditorPreferencePage.phpDocOthers=PHPDoc others
123
124 JavaEditorPreferencePage.backgroundColor=Background color
125 JavaEditorPreferencePage.systemDefault=S&ystem Default
126 JavaEditorPreferencePage.custom=C&ustom:
127 JavaEditorPreferencePage.foreground=Fo&reground:
128 JavaEditorPreferencePage.color=C&olor:
129 JavaEditorPreferencePage.bold=&Bold
130 JavaEditorPreferencePage.italic=&Italic
131 JavaEditorPreferencePage.underline=&Underline
132 JavaEditorPreferencePage.strikethrough=&Strike Through
133 JavaEditorPreferencePage.preview=Preview:
134 JavaEditorPreferencePage.displayedTabWidth=Displayed &tab width:
135 JavaEditorPreferencePage.insertSpaceForTabs=Ins&ert spaces for tab (see Code Formatter preference page)
136 JavaEditorPreferencePage.showOverviewRuler=Show overview &ruler
137 JavaEditorPreferencePage.highlightMatchingBrackets=Highlight &matching brackets
138 JavaEditorPreferencePage.highlightCurrentLine=Hi&ghlight current line
139 JavaEditorPreferencePage.showPrintMargin=Sho&w print margin
140 JavaEditorPreferencePage.printMarginColumn=Print margin col&umn:
141 JavaEditorPreferencePage.insertSingleProposalsAutomatically=Insert single &proposals automatically
142 JavaEditorPreferencePage.showOnlyProposalsVisibleInTheInvocationContext=S&how only proposals visible in the invocation context
143 JavaEditorPreferencePage.presentProposalsInAlphabeticalOrder=Present proposals in a&lphabetical order
144 JavaEditorPreferencePage.enableAutoActivation=&Enable auto activation
145 JavaEditorPreferencePage.automaticallyAddImportInsteadOfQualifiedName=Automatically add import instead of &qualified name
146 JavaEditorPreferencePage.completionInserts=Completion inser&ts
147 JavaEditorPreferencePage.completionOverwrites=Completion over&writes
148 JavaEditorPreferencePage.fillArgumentNamesOnMethodCompletion=&Fill argument names on method completion
149 JavaEditorPreferencePage.guessArgumentNamesOnMethodCompletion=&Guess filled argument names
150 JavaEditorPreferencePage.autoActivationDelay=A&uto activation delay:
151 JavaEditorPreferencePage.autoActivationTriggersForJava=Auto activation &triggers for PHP:
152 JavaEditorPreferencePage.autoActivationTriggersForJavaDoc=Auto activation triggers for &PHPdoc:
153 JavaEditorPreferencePage.autoActivationTriggersForHTML=Auto activation triggers for &HTML:
154
155 JavaEditorPreferencePage.codeAssist.colorOptions= Code assist colo&r options:
156 JavaEditorPreferencePage.codeAssist.color= C&olor:
157 JavaEditorPreferencePage.backgroundForCompletionProposals= Completion proposal background
158 JavaEditorPreferencePage.foregroundForCompletionProposals= Completion proposal foreground
159 JavaEditorPreferencePage.backgroundForMethodParameters= Method parameter background
160 JavaEditorPreferencePage.foregroundForMethodParameters= Method parameter foreground
161 JavaEditorPreferencePage.backgroundForCompletionReplacement= Completion overwrite background
162 JavaEditorPreferencePage.foregroundForCompletionReplacement= Completion overwrite foreground
163
164 JavaEditorPreferencePage.general=Appeara&nce
165 JavaEditorPreferencePage.colors=Synta&x
166 JavaEditorPreferencePage.codeAssist= &Code Assist
167 JavaEditorPreferencePage.empty_input=Empty input
168 JavaEditorPreferencePage.invalid_input=''{0}'' is not a valid input.
169 JavaEditorPreferencePage.matchingBracketsHighlightColor2=Matching brackets highlight
170 JavaEditorPreferencePage.currentLineHighlighColor=Current line highlight
171 JavaEditorPreferencePage.printMarginColor2=Print margin
172 JavaEditorPreferencePage.findScopeColor2=Find scope
173 JavaEditorPreferencePage.linkedPositionColor2=Linked focus position
174 JavaEditorPreferencePage.linkedPositionSlaveColor2=Linked position
175 JavaEditorPreferencePage.linkedPositionTargetColor2=Linked target position
176 JavaEditorPreferencePage.linkedPositionExitColor2=Linked exit position
177 JavaEditorPreferencePage.linkColor2=Link
178 JavaEditorPreferencePage.synchronizeOnCursor=Synchroni&ze outline selection and range indication on caret move
179 JavaEditorPreferencePage.appearanceOptions=Appearance co&lor options:
180
181 JavaEditorPreferencePage.typing.tabTitle= T&yping
182 JavaEditorPreferencePage.typing.description= Select options for automatic text modifications
183 JavaEditorPreferencePage.closeStringsDQ= Close double quoted strin&gs
184 JavaEditorPreferencePage.closeStringsSQ= Close &single quoted strings
185 JavaEditorPreferencePage.closeBrackets= Close &brackets and parenthesis
186 JavaEditorPreferencePage.closeBraces= Cl&ose braces
187 JavaEditorPreferencePage.closeJavaDocs= Close PHP&docs and comments
188 JavaEditorPreferencePage.formatJavaDocs= &Wrap PHPdocs and comments at print margin
189 JavaEditorPreferencePage.wrapWords= Wrap words
190 JavaEditorPreferencePage.wrapStringsDQ= Wra&p double quoted PHP strings
191 JavaEditorPreferencePage.escapeStringsDQ= &Escape text when pasting into a double quoted PHP string
192 JavaEditorPreferencePage.wrapStringsSQ= Wra&p single quoted PHP strings
193 JavaEditorPreferencePage.escapeStringsSQ= &Escape text when pasting into a single quoted PHP string
194 JavaEditorPreferencePage.addJavaDocTags= Add PHPdoc &tags
195 JavaEditorPreferencePage.smartPaste= Pasting fo&r correct indentation
196
197 JavaEditorPreferencePage.smartHomeEnd= S&mart cursor positioning at line start and end
198 JavaEditorPreferencePage.subWordNavigation= Smart cursor positioning in &PHP names
199 JavaEditorPreferencePage.overwriteMode= Disable over&write typing mode in PHP editors
200
201 JavaEditorPreferencePage.hoverTab.title= Ho&vers
202
203 JavaEditorPreferencePage.navigationTab.title= Nav&igation
204 JavaEditorPreferencePage.navigation.browserLikeLinks= S&upport hyperlink style navigation for "Open Declaration"
205 JavaEditorPreferencePage.navigation.browserLikeLinksKeyModifier= Hyperlink style navigation key &modifier:
206 JavaEditorPreferencePage.navigation.modifierIsNotValid= Modifier ''{0}'' is not valid.
207 JavaEditorPreferencePage.navigation.shiftIsDisabled= The modifier 'Shift' is not allowed because 'Shift' + click sets a new selection.
208
209 JavaEditorPreferencePage.navigation.delimiter= +
210 JavaEditorPreferencePage.navigation.insertDelimiterAndModifierAndDelimiter= \ + {0} +
211 JavaEditorPreferencePage.navigation.insertModifierAndDelimiter= \ {0} +
212 JavaEditorPreferencePage.navigation.insertDelimiterAndModifier= \ + {0}
213
214 MarkOccurrencesConfigurationBlock.title=Mark Occurences
215 JavaEditorPreferencePage.markOccurrences= Mar&k occurrences in file
216 JavaEditorPreferencePage.stickyOccurrences= S&ticky
217
218 JavaEditorHoverConfigurationBlock.hoverPreferences= &Hover key modifier preferences:
219 JavaEditorHoverConfigurationBlock.enabled= &Enabled
220 JavaEditorHoverConfigurationBlock.keyModifier= Key &Modifier:
221 JavaEditorHoverConfigurationBlock.description= Description:
222 JavaEditorHoverConfigurationBlock.modifierIsNotValid= Modifier ''{0}'' is not valid.
223 JavaEditorHoverConfigurationBlock.modifierIsNotValidForHover= Modifier ''{0}'' for ''{1}'' hover is not valid.
224 JavaEditorHoverConfigurationBlock.duplicateModifier= ''{0}'' hover uses the same modifier as ''{1}'' hover.
225
226 JavaEditorHoverConfigurationBlock.delimiter= +
227 JavaEditorHoverConfigurationBlock.insertDelimiterAndModifierAndDelimiter= \ + {0} +
228 JavaEditorHoverConfigurationBlock.insertModifierAndDelimiter= \ {0} +
229 JavaEditorHoverConfigurationBlock.insertDelimiterAndModifier= \ + {0}
230
231 JavaEditorHoverConfigurationBlock.showAffordance= Show affordance in hover on how to make it sticky
232
233 JavaElementInfoPage.binary=binary
234 JavaElementInfoPage.classpath_entry_kind=Classpath entry kind:
235 JavaElementInfoPage.library=library
236 JavaElementInfoPage.nameLabel=Name:
237 JavaElementInfoPage.not_present=not present
238 JavaElementInfoPage.package=Package:
239 JavaElementInfoPage.package_contents=Package contents:
240 JavaElementInfoPage.project=project
241 JavaElementInfoPage.resource_path=Resource path:
242 JavaElementInfoPage.source=source
243 JavaElementInfoPage.variable=variable
244 JavaElementInfoPage.variable_path=Variable path:
245 JavaElementInfoPage.location=Location:
246
247 JavadocConfigurationPropertyPage.IsPackageFragmentRoot.description=Specify the location (URL) of the documentation generated by PHPdoc. The PHPdoc location will contain a file called 'package-list'.
248 JavadocConfigurationPropertyPage.IsIncorrectElement.description=PHPdoc location can only be attached to PHP projects or JAR files in PHP projects
249 JavadocConfigurationPropertyPage.IsJavaProject.description=Specify the location of the project\'s PHPdoc documentation. This location is used by the PHPdoc export wizard as the default value and by the \'Open External PHPdoc\' action. For example: \'c:/myworkspace/myproject/doc\'.
250
251 JavadocConfigurationBlock.browse.button=&Browse...
252 JavadocConfigurationBlock.error.notafolder=Location does not exist.
253 JavadocConfigurationBlock.warning.packagelistnotfound=Location does not contain file 'package-list'.
254 JavadocConfigurationBlock.javadocFolderDialog.label=PHPdoc Location Selection
255 JavadocConfigurationBlock.javadocFolderDialog.message=Select PHPdoc location:
256 JavadocConfigurationBlock.javadocArchiveDialog.label=PHPdoc Archive Selection
257 JavadocConfigurationBlock.MalformedURL.error=Invalid URL
258 JavadocConfigurationBlock.validate.button=&Validate...
259 JavadocConfigurationBlock.InvalidLocation.message= Location is invalid. Location contains neither the file \'package-list\' nor \'index.html'.
260 JavadocConfigurationBlock.ValidLocation.message= Location is valid. Files \'package-list\' and \'index.html\' found. Click OK to open in browser.
261 JavadocConfigurationBlock.UnableToValidateLocation.message=Unable to validate location
262 JavadocConfigurationBlock.MessageDialog.title=Validating PHPdoc Location
263 JavadocConfigurationBlock.location.type.path.label=PHPdoc URL (e.g. \'http://www.sample-url.org/doc/\' or 'file:/c:/myworkspace/myproject/doc\')
264 JavadocConfigurationBlock.location.type.jar.label=PHPdoc in archive
265 JavadocConfigurationBlock.location.path.label=PHPdoc &location path:
266 JavadocConfigurationBlock.location.jar.label=Archive &path:
267 JavadocConfigurationBlock.jar.path.label=Path &within archive:
268 JavadocConfigurationBlock.zipImportSource.title=PHPdoc Archive Selection
269 JavadocConfigurationBlock.location_in_jarorzip.message=&Select the folder that is the root of the PHPdoc documentation:
270 JavadocConfigurationBlock.browse_jarorzip_path.title=PHPdoc Root Location
271 JavadocConfigurationBlock.error.notafile=Archive does not exist
272
273 JavadocPreferencePage.description=Specify the location of the PHPdoc command to be used by the PHPdoc export wizard. Location must be an absolute path.
274 JavadocPreferencePage.command.label=&PHPdoc command:
275 JavadocPreferencePage.command.button=&Browse...
276
277 JavadocPreferencePage.error.notexists=PHPdoc command does not exist
278 JavadocPreferencePage.info.notset=Set to enable PHPdoc generation tool.
279
280 JavadocPreferencePage.browsedialog.title=PHPdoc Command Selection
281
282
283 SourceAttachmentPropertyPage.error.title=Error Attaching Source
284 SourceAttachmentPropertyPage.error.message=An error occurred while associating the source
285
286 SourceAttachmentPropertyPage.noarchive.message=Source can only be attached to JAR files in PHP projects.
287 SourceAttachmentPropertyPage.containerentry.message=JAR belongs to the container ''{0}''.\nTo configure the source attachment, go directly to the corresponding configuration page (For example for JREs go to ''Installed JREs'' page in the preferences).
288
289 AppearancePreferencePage.description= Appearance of PHP elements in viewers:
290 AppearancePreferencePage.methodreturntype.label= Show &method return types
291 AppearancePreferencePage.overrideindicator.label= Show &override indicators in outline and hierarchy
292 AppearancePreferencePage.pkgNamePatternEnable.label= &Compress all package name segments, except the final segment
293 AppearancePreferencePage.pkgNamePattern.label= Com&pression pattern (e.g. given package name 'net.sourceforge.phpdt' pattern '.' will compress it to '..jdt',  '0' to 'jdt', '1~.' to 'o~.e~.jdt'):
294 AppearancePreferencePage.showMembersInPackagesView=S&how members in Package Explorer
295 AppearancePreferencePage.stackViewsVerticallyInTheJavaBrowsingPerspective=&Stack views vertically in the Java Browsing perspective
296 AppearancePreferencePage.note=Note:
297 AppearancePreferencePage.preferenceOnlyEffectiveForNewPerspectives=This preference will only take effect on new perspectives
298 AppearancePreferencePage.packageNameCompressionPattern.error.isEmpty=Enter a package name compression pattern
299 AppearancePreferencePage.foldEmptyPackages= &Fold empty packages in hierarchical Package Explorer layout
300
301 CodeFormatterPreferencePage.title=Code Formatter
302 CodeFormatterPreferencePage.description=Sele&ct a profile:
303
304 CodeFormatterPreferencePage.empty_input=Empty input
305 CodeFormatterPreferencePage.invalid_input=''{0}'' is not a valid input.
306
307 CodeFormatterPreferencePage.newline_opening_braces.label=I&nsert a new line before an opening brace
308 CodeFormatterPreferencePage.newline_control_statement.label=Insert new &lines in control statements
309 CodeFormatterPreferencePage.newline_clear_lines=Clear all &blank lines
310 CodeFormatterPreferencePage.newline_else_if.label=&Insert new line between 'else if'
311 CodeFormatterPreferencePage.newline_empty_block.label=In&sert a new line inside an empty block
312 CodeFormatterPreferencePage.split_code.label=Ma&ximum code line length:
313 CodeFormatterPreferencePage.split_comment.label=Maxi&mum comment line length:
314 CodeFormatterPreferencePage.style_compact_assignement.label=&Compact assignment
315 CodeFormatterPreferencePage.style_space_castexpression.label=Insert sp&ace after a cast
316 CodeFormatterPreferencePage.tab_char.label=Insert &tabs for indentation, not spaces
317 CodeFormatterPreferencePage.tab_size.label=&Number of spaces representing an indentation level:
318 CodeFormatterPreferencePage.comment_format.label=&Format comments
319 CodeFormatterPreferencePage.comment_formathtml.label=Format HTML &tags
320 CodeFormatterPreferencePage.comment_formatsource.label=Format PHP code &snippets
321 CodeFormatterPreferencePage.comment_indentroottags.label=&Indent PHPdoc tags
322 CodeFormatterPreferencePage.comment_newlineparam.label=&New line after PHPdoc tag parameters
323 CodeFormatterPreferencePage.comment_separateroottags.label=&Empty line before PHPdoc tag block
324 CodeFormatterPreferencePage.comment_formatheader.label=Format &header comment
325 CodeFormatterPreferencePage.comment_indentparamdesc.label= Indent PHPdoc parameter &descriptions
326
327 CodeFormatterPreferencePage.tab.newline.tabtitle=Ne&w Lines
328 CodeFormatterPreferencePage.tab.linesplit.tabtitle=Line Len&gth
329 CodeFormatterPreferencePage.tab.style.tabtitle=St&yle
330 CodeFormatterPreferencePage.tab.comment.tabtitle=&Comments
331
332 TodoTaskPreferencePage.title=Task Tags
333
334 TodoTaskPropertyPage.useworkspacesettings.label=Use &workspace settings
335 TodoTaskPropertyPage.useworkspacesettings.change=&Configure Workspace Settings...
336 TodoTaskPropertyPage.useprojectsettings.label=Use pr&oject settings
337
338 TodoTaskConfigurationBlock.markers.tasks.high.priority=High
339 TodoTaskConfigurationBlock.markers.tasks.normal.priority=Normal
340 TodoTaskConfigurationBlock.markers.tasks.low.priority=Low
341 TodoTaskConfigurationBlock.markers.tasks.label=&Strings indicating tasks in PHP comments:
342 TodoTaskConfigurationBlock.markers.tasks.add.button=&New...
343 TodoTaskConfigurationBlock.markers.tasks.remove.button=&Remove
344 TodoTaskConfigurationBlock.markers.tasks.edit.button=&Edit...
345 TodoTaskConfigurationBlock.markers.tasks.name.column=Tag
346 TodoTaskConfigurationBlock.markers.tasks.priority.column=Priority
347
348 TodoTaskConfigurationBlock.needsbuild.title=Task Tags Settings Changed
349 TodoTaskConfigurationBlock.needsfullbuild.message=The task tags settings have changed. A full rebuild is required to make changes effective. Do the full build now?
350 TodoTaskConfigurationBlock.needsprojectbuild.message=The task tags settings have changed. A rebuild of the project is required to make changes effective. Do the project build now?
351
352 TodoTaskInputDialog.new.title=New Task Tag
353 TodoTaskInputDialog.edit.title=Edit Task Tag
354 TodoTaskInputDialog.name.label=T&ag:
355 TodoTaskInputDialog.priority.label=&Priority:
356 TodoTaskInputDialog.priority.high=High
357 TodoTaskInputDialog.priority.normal=Normal
358 TodoTaskInputDialog.priority.low=Low
359 TodoTaskInputDialog.error.enterName=Enter task tag name.
360 TodoTaskInputDialog.error.comma=Name cannot contain a comma.
361 TodoTaskInputDialog.error.entryExists=Entry with the same name already exists.
362 TodoTaskInputDialog.error.noSpace=Name can not start or end with a whitespace.
363
364 CompilerPreferencePage.title=Compiler
365 CompilerPreferencePage.description=Options for the PHP compiler:\nNote that a full rebuild is required to make changes effective.
366
367 CompilerPropertyPage.useworkspacesettings.label=Use &workspace settings
368 CompilerPropertyPage.useworkspacesettings.change=&Configure Workspace Settings...
369 CompilerPropertyPage.useprojectsettings.label=Use pr&oject settings
370
371 CompilerConfigurationBlock.advanced.tabtitle=Ad&vanced
372 CompilerConfigurationBlock.unused.tabtitle=&Unused Code
373 CompilerConfigurationBlock.common.tabtitle=&Style
374 CompilerConfigurationBlock.compliance.tabtitle=&Compliance and Classfiles
375 CompilerConfigurationBlock.others.tabtitle=Build &Path
376 CompilerConfigurationBlock.javadoc.tabtitle=&PHPdoc
377
378 CompilerConfigurationBlock.common.description=Select the severity level for the following problems:
379 CompilerConfigurationBlock.unused.description=Select the severity level for the following problems:
380 CompilerConfigurationBlock.advanced.description=Select the severity level for the following problems:
381 CompilerConfigurationBlock.build_warnings.description=Select the severity level for the following build path problems:
382
383 CompilerConfigurationBlock.variable_attr.label=Add varia&ble attributes to generated class files (used by the debugger)
384 CompilerConfigurationBlock.line_number_attr.label=Add &line number attributes to generated class files (used by the debugger)
385 CompilerConfigurationBlock.source_file_attr.label=Add source &file name to generated class file (used by the debugger)
386 CompilerConfigurationBlock.codegen_unused_local.label=Pr&eserve unused local variables (never read)
387
388 CompilerConfigurationBlock.compiler_compliance.label=Comp&iler compliance level:
389 CompilerConfigurationBlock.default_settings.label=Use defaul&t compliance settings
390 CompilerConfigurationBlock.source_compatibility.label=Source co&mpatibility:
391 CompilerConfigurationBlock.codegen_targetplatform.label=Ge&nerated .class files compatibility:
392 CompilerConfigurationBlock.pb_assert_as_identifier.label=Disallow identifie&rs called 'assert':
393
394 CompilerConfigurationBlock.compliance.group.label=JDK Compliance
395 CompilerConfigurationBlock.classfiles.group.label=Classfile Generation
396
397 CompilerConfigurationBlock.pb_file_not_exist.label=Include filename doesn't exist in project:
398 CompilerConfigurationBlock.pb_var_deprecated.label=Keyword 'var' is deprecated:
399 CompilerConfigurationBlock.pb_keyword.label=Don't use keyword as identifier:
400 CompilerConfigurationBlock.pb_uppercase_identifier.label=Non-variable identifiers should contain only uppercase characters:
401 CompilerConfigurationBlock.pb_unreachable_code.label=&Unreachable code:
402 CompilerConfigurationBlock.pb_unitialized_local_variable.label=Uninitialized local function or method variable:
403
404 CompilerConfigurationBlock.pb_invalid_import.label=Unresol&vable import statements:
405 CompilerConfigurationBlock.pb_overriding_pkg_dflt.label=&Methods overridden but not package visible:
406 CompilerConfigurationBlock.pb_method_naming.label=Me&thods with a constructor name:
407 CompilerConfigurationBlock.pb_no_effect_assignment.label=Assignment has no &effect (e.g. 'x = x'):
408 CompilerConfigurationBlock.pb_incompatible_interface_method.label=Conflict of &interface method with protected 'Object' method:
409
410 CompilerConfigurationBlock.pb_indirect_access_to_static.label=Indi&rect access to static member:
411
412 CompilerConfigurationBlock.pb_hidden_catchblock.label=&Hidden catch blocks:
413 CompilerConfigurationBlock.pb_static_access_receiver.label=Non-stat&ic access to static member:
414 CompilerConfigurationBlock.pb_unused_imports.label=Unus&ed imports:
415 CompilerConfigurationBlock.pb_unused_local.label=&Local variable is never read:
416 CompilerConfigurationBlock.pb_unused_parameter.label=Parameter is &never read:
417 CompilerConfigurationBlock.pb_signal_param_in_overriding.label=Chec&k overriding and implementing methods
418
419 CompilerConfigurationBlock.pb_unused_private.label=Unused or unread priva&te members:
420 CompilerConfigurationBlock.pb_non_externalized_strings.label=Usage of non-e&xternalized strings:
421 CompilerConfigurationBlock.pb_deprecation.label=Usa&ge of deprecated API:
422 CompilerConfigurationBlock.pb_deprecation_in_deprecation.label=Signal use o&f deprecated API inside deprecated code.
423 CompilerConfigurationBlock.pb_deprecation_when_overriding.label=Check ove&rriding and implementing methods
424 CompilerConfigurationBlock.pb_superfluous_semicolon.label=Unnecessary se&micolon:
425 CompilerConfigurationBlock.pb_unnecessary_type_check.label=Unnecessary cast or '&instanceof' operation:
426
427 CompilerConfigurationBlock.pb_synth_access_emul.label=Access to a &non-accessible member of an enclosing type:
428 CompilerConfigurationBlock.pb_char_array_in_concat.label=Using a c&har array in string concatenation:
429 CompilerConfigurationBlock.pb_incomplete_build_path.label=&Incomplete build path:
430 CompilerConfigurationBlock.pb_build_path_cycles.label=Circular d&ependencies:
431 CompilerConfigurationBlock.pb_duplicate_resources.label=Duplica&ted resources:
432 CompilerConfigurationBlock.pb_max_per_unit.label=&Maximum number of problems reported per compilation unit:
433 CompilerConfigurationBlock.pb_check_prereq_binary_level.label=Incompatible required &binaries:
434
435 CompilerConfigurationBlock.pb_accidential_assignement.label=Possi&ble accidental boolean assignment (e.g. if (a = b)):
436 CompilerConfigurationBlock.pb_local_variable_hiding.label=&Local variable declaration hides another field or variable:
437 CompilerConfigurationBlock.pb_field_hiding.label=&Field declaration hides another field or variable:
438 CompilerConfigurationBlock.pb_special_param_hiding.label=Include const&ructor or setter method parameters
439
440 CompilerConfigurationBlock.pb_unqualified_field_access.label=Unqualified access to instance fi&eld:
441 CompilerConfigurationBlock.pb_finally_block_not_completing.label='&finally' does not complete normally:
442 CompilerConfigurationBlock.pb_undocumented_empty_block.label=U&ndocumented empty block:
443 CompilerConfigurationBlock.pb_unused_throwing_exception.label=Unnecessary declaration of t&hrown checked exception:
444 CompilerConfigurationBlock.pb_unused_throwing_exception_when_overriding.label=Check &overriding and implementing methods
445
446 CompilerConfigurationBlock.javadoc.description=Select the severity level for the following problems:
447 CompilerConfigurationBlock.pb_invalid_javadoc.label=Mal&formed PHPdoc comments:
448 CompilerConfigurationBlock.pb_invalid_javadoc_tags.label=Report e&rrors in tags
449 CompilerConfigurationBlock.pb_invalid_javadoc_tags_visibility.label=On&ly consider members as visible as:
450
451 CompilerConfigurationBlock.pb_missing_javadoc.label=Missing PHPdoc &tags:
452 CompilerConfigurationBlock.pb_missing_javadoc_tags_visibility.label=O&nly consider members as visible as:
453 CompilerConfigurationBlock.pb_missing_javadoc_tags_overriding.label=C&heck overriding and implementing methods
454
455 CompilerConfigurationBlock.pb_missing_comments.label=&Missing PHPdoc comments:
456 CompilerConfigurationBlock.pb_missing_comments_visibility.label=&Only consider members as visible as:
457 CompilerConfigurationBlock.pb_missing_comments_overriding.label=Ch&eck overriding and implementing methods
458
459 CompilerConfigurationBlock.resource_filter.description=Enter resources and resource types that should not be copied to the output folder during a build. List is comma separated (e.g. '*.doc, plugin.xml, scripts/')
460 CompilerConfigurationBlock.resource_filter.label=&Filtered Resources:
461 CompilerConfigurationBlock.build_invalid_classpath.label=Abo&rt building on build path errors
462 CompilerConfigurationBlock.build_clean_outputfolder.label=Clea&n output folders on full build
463 CompilerConfigurationBlock.enable_exclusion_patterns.label=Enable using e&xclusion patterns in source folders
464 CompilerConfigurationBlock.enable_multiple_outputlocations.label=Enable using &multiple output locations for source folders
465
466 CompilerConfigurationBlock.error=Error
467 CompilerConfigurationBlock.warning=Warning
468 CompilerConfigurationBlock.ignore=Ignore
469
470 CompilerConfigurationBlock.public=Public
471 CompilerConfigurationBlock.protected=Protected
472 CompilerConfigurationBlock.default=Default
473 CompilerConfigurationBlock.private=Private
474
475 CompilerConfigurationBlock.enabled=Enabled
476 CompilerConfigurationBlock.disabled=Disabled
477
478 CompilerConfigurationBlock.version11=1.1
479 CompilerConfigurationBlock.version12=1.2
480 CompilerConfigurationBlock.version13=1.3
481 CompilerConfigurationBlock.version14=1.4
482
483 CompilerConfigurationBlock.needsbuild.title=Compiler Settings Changed
484 CompilerConfigurationBlock.needsfullbuild.message=The compiler settings have changed. A full rebuild is required to make changes effective. Do the full build now?
485 CompilerConfigurationBlock.needsprojectbuild.message=The compiler settings have changed. A rebuild of the project is required to make changes effective. Do the project build now?
486
487 CompilerConfigurationBlock.cpl13src14.error=In 1.3 compliance level, source compatibility can not be 1.4
488 CompilerConfigurationBlock.cpl13trg14.error=In 1.3 compliance level, the classfile compatibility can not be 1.4
489 CompilerConfigurationBlock.src14asrterr.error=When source compatibility is 1.4, 'assert' cannot be an identifier.
490 CompilerConfigurationBlock.src14tgt14.error=When source compatibility is 1.4, the classfile compatibility has to be 1.4.
491
492 CompilerConfigurationBlock.empty_input=Number of problems can not be empty.
493 CompilerConfigurationBlock.invalid_input={0} is not a valid number of problems.
494
495 CompilerConfigurationBlock.filter.invalidsegment.error=Filter is invalid: {0}
496
497 OptionsConfigurationBlock.builderror.title=Preference Changes
498 OptionsConfigurationBlock.builderror.message=Problem while building. Check log for details.
499
500 OptionsConfigurationBlock.job.title=Rebuilding
501
502 OptionsConfigurationBlock.buildall.taskname=Build all...
503 OptionsConfigurationBlock.buildproject.taskname=Build project ''{0}''...
504
505 CodeGenerationPreferencePage.title=&Code Generation
506 CodeGenerationPreferencePage.description=Options for Code Generation:
507
508 CodeGenerationPreferencePage.tab.names.tabtitle=&Names
509 CodeGenerationPreferencePage.tab.templates.tabtitle=&Code and Comments
510
511 NameConventionConfigurationBlock.field.label=Fields
512 NameConventionConfigurationBlock.static.label=Static Fields
513 NameConventionConfigurationBlock.arg.label=Parameters
514 NameConventionConfigurationBlock.local.label=Local Variables
515 NameConventionConfigurationBlock.keywordthis.label=&Qualify all generated field accesses with 'this.'
516 NameConventionConfigurationBlock.isforbooleangetters.label=&Use 'is' prefix for getters that return boolean.
517
518 NameConventionConfigurationBlock.dialog.prefix=P&refix list:
519 NameConventionConfigurationBlock.dialog.suffix=S&uffix list:
520
521 NameConventionConfigurationBlock.exceptionname.label=E&xception variable name in catch blocks:
522
523 NameConventionConfigurationBlock.error.emptyprefix=Prefix strings can not contain an empty entry.
524 NameConventionConfigurationBlock.error.emptysuffix=Suffix strings can not contain an empty entry.
525 NameConventionConfigurationBlock.error.invalidprefix={0} is not a valid prefix.
526 NameConventionConfigurationBlock.error.invalidsuffix={0} is not a valid suffix.
527
528 NameConventionConfigurationBlock.list.label=C&onventions for variable names:
529 NameConventionConfigurationBlock.list.edit.button=&Edit...
530 NameConventionConfigurationBlock.list.name.column=Variable type
531 NameConventionConfigurationBlock.list.prefix.column=Prefix list
532 NameConventionConfigurationBlock.list.suffix.column=Suffix list
533
534 NameConventionConfigurationBlock.field.dialog.title=Field Name Conventions
535 NameConventionConfigurationBlock.field.dialog.message=Specify prefix and suffix to be used for fields  (comma separated):
536
537 NameConventionConfigurationBlock.static.dialog.title=Static Field Name Conventions
538 NameConventionConfigurationBlock.static.dialog.message=Specify prefix and suffix to be used for static fields (comma separated):
539
540 NameConventionConfigurationBlock.arg.dialog.title=Parameter Name Conventions
541 NameConventionConfigurationBlock.arg.dialog.message=Specify prefix and suffix to be used for parameters (comma separated):
542
543 NameConventionConfigurationBlock.local.dialog.title=Local Variable Name Conventions
544 NameConventionConfigurationBlock.local.dialog.message=Specify prefix and suffix to be used for local variables (comma separated):
545
546 MembersOrderPreferencePage.category.button.up=&Up
547 MembersOrderPreferencePage.category.button.down=D&own
548
549 MembersOrderPreferencePage.visibility.button.up=U&p
550 MembersOrderPreferencePage.visibility.button.down=Do&wn
551
552 MembersOrderPreferencePage.label.description=&Choose the order in which members will be displayed. The order is also used by the 'Sort Members' action.
553
554
555 MembersOrderPreferencePage.fields.label=Fields
556 MembersOrderPreferencePage.constructors.label=Constructors
557 MembersOrderPreferencePage.methods.label=Methods
558 MembersOrderPreferencePage.staticfields.label=Static Fields
559 MembersOrderPreferencePage.staticmethods.label=Static Methods
560 MembersOrderPreferencePage.initialisers.label=Initializers
561 MembersOrderPreferencePage.staticinitialisers.label=Static Initializers
562 MembersOrderPreferencePage.types.label=Types
563
564 MembersOrderPreferencePage.public.label=Public
565 MembersOrderPreferencePage.private.label=Private
566 MembersOrderPreferencePage.protected.label=Protected
567 MembersOrderPreferencePage.default.label=Default
568
569 MembersOrderPreferencePage.usevisibilitysort.label=&Sort members in same category by visibility
570
571 CodeTemplateBlock.templates.comment.node=Comments
572 CodeTemplateBlock.templates.code.node=Code
573
574 CodeTemplateBlock.catchblock.label=Catch block body
575 CodeTemplateBlock.methodstub.label=Method body
576 CodeTemplateBlock.constructorstub.label=Constructor body
577 CodeTemplateBlock.newtype.label=New PHP files
578 CodeTemplateBlock.typecomment.label=Types
579 CodeTemplateBlock.fieldcomment.label=Fields
580 CodeTemplateBlock.methodcomment.label=Methods
581 CodeTemplateBlock.overridecomment.label=Overriding methods
582 CodeTemplateBlock.constructorcomment.label=Constructors
583 CodeTemplateBlock.gettercomment.label=Getters
584 CodeTemplateBlock.settercomment.label=Setters
585 CodeTemplateBlock.getterstub.label=Getter body
586 CodeTemplateBlock.setterstub.label=Setter body
587
588 CodeTemplateBlock.templates.edit.button=&Edit...
589 CodeTemplateBlock.templates.import.button=&Import...
590 CodeTemplateBlock.templates.export.button=E&xport...
591 CodeTemplateBlock.templates.exportall.button=Ex&port All...
592
593 CodeTemplateBlock.createcomment.label=A&utomatically add comments for new methods and types
594 CodeTemplateBlock.createcomment.description=(does not apply to comments contained in the code patterns)
595 CodeTemplateBlock.templates.label=C&onfigure generated code and comments:
596 CodeTemplateBlock.preview=Pa&ttern:
597
598 CodeTemplateBlock.import.title=Importing Templates
599 CodeTemplateBlock.import.extension=*.xml
600
601 CodeTemplateBlock.export.title=Exporting {0} Code Template(s)
602 CodeTemplateBlock.export.filename=codetemplates.xml
603 CodeTemplateBlock.export.extension=*.xml
604
605 CodeTemplateBlock.export.exists.title=Exporting Code Templates
606 CodeTemplateBlock.export.exists.message={0} already exists.\nDo you want to replace it?
607
608 CodeTemplateBlock.error.read.title= Code Templates
609 CodeTemplateBlock.error.read.message= Failed to read templates.
610
611 CodeTemplateBlock.error.parse.message= Failed to parse templates:\n{0}
612
613 CodeTemplateBlock.error.write.title=Code Templates
614 CodeTemplateBlock.error.write.message=Failed to write templates.
615
616 CodeTemplateBlock.export.error.title= Exporting Templates
617 CodeTemplateBlock.export.error.hidden= Export failed.\n{0} is a hidden file.
618 CodeTemplateBlock.export.error.canNotWrite= Export failed.\n{0} can not be modified.
619 CodeTemplateBlock.export.error.fileNotFound= Export failed:\n{0}
620
621 TypeFilterPreferencePage.description=All types in packages that match with the selected filter strings will not be shown in the 'Open Type' dialog and will also be ignored in code assist or quick fix proposals.
622 TypeFilterPreferencePage.list.label=Filter list:
623 TypeFilterPreferencePage.add.button=&New...
624 TypeFilterPreferencePage.addpackage.button=Add &Packages...
625 TypeFilterPreferencePage.edit.button=&Edit...
626 TypeFilterPreferencePage.remove.button=&Remove
627 TypeFilterPreferencePage.selectall.button=Ena&ble All
628 TypeFilterPreferencePage.deselectall.button=Di&sable All
629
630 TypeFilterPreferencePage.choosepackage.label=Package Selection
631 TypeFilterPreferencePage.choosepackage.description=&Choose packages to filter:
632
633 TypeFilterInputDialog.title=Type Filter
634 TypeFilterInputDialog.message=&Type filter name ('*' and '?' are valid wildcards):
635 TypeFilterInputDialog.browse.button=&Browse...
636 TypeFilterInputDialog.error.enterName=Enter a qualified type name.
637 TypeFilterInputDialog.error.invalidName=Invalid name: {0}.
638 TypeFilterInputDialog.error.entryExists=Entry already exists.
639 TypeFilterInputDialog.choosepackage.label=Package Selection
640 TypeFilterInputDialog.choosepackage.description=&Choose packages to filter:
641
642 WorkInProgress.quickdiff= Quick Diff
643 WorkInProgress.quickdiff.changedLineColor= Changed lines background
644 WorkInProgress.quickdiff.addedLineColor= Added lines background
645 WorkInProgress.quickdiff.deletedLineColor= Deleted lines indicator
646 WorkInProgress.quickdiff.appearanceOptions= Appearance color options:
647 WorkInProgress.editor=Editor
648 WorkInProgress.formatComments= Enable formatting of PHPdoc, multi- and single line comments (reopen editor for activation)
649 WorkInProgress.smartTyping.label= Enable the following functions in Smart Insert typing mode
650 WorkInProgress.smartTyping.smartSemicolon= Smart &Semicolon
651 WorkInProgress.smartTyping.smartOpeningBrace= Smart Opening &Brace
652 WorkInProgress.smartTyping.smartTab= Smart &Tab
653 WorkInProgress.formatter= Code Fomatter
654 WorkInProgress.formatter.option= Enable new code fomatter (press 'Apply' before going to the formatter preference page)
655 WorkInProgress.quickassist.group= Quick Assist
656 WorkInProgress.quickassist.option= Enable light bulb for quick assists
657 WorkInProgress.showQuickDiffPerDefault=Always show &Quick Diff coloring
658 WorkInProgress.quickdiff.referenceprovidertitle=Quick Diff reference providers:
659 WorkInProgress.quickdiff.setDefault=Make &Default
660 WorkInProgress.quickdiff.defaultlabel= (default)
661 WorkInProgress.quickdiff.characterMode= Show changes using &characters instead of colors (on line number bar only)
662 WorkInProgress.search= Search
663 WorkInProgress.search.small_menu=Use reduced search menu
664 WorkInProgress.newsearch.option=Use new search view
665 WorkInProgress.search.ignore_imports=Ignore references in imports statements
666 WorkInProgress.rollover= Enable annotation &roll-over (does not affect already open editors)
667
668 JavadocPreferencePage.title=PHPdoc
669
670 SpellingPreferencePage.description=Options for Spelling:
671 SpellingPreferencePage.title=Spelling
672 SpellingPreferencePage.empty_threshold=No number of correction proposals specified
673 SpellingPreferencePage.invalid_threshold=''{0}'' is not a valid number for correction proposals
674 SpellingPreferencePage.enable.label=Sp&ell-check comments
675 SpellingPreferencePage.ignore.digits.label=Ignore words with &digits
676 SpellingPreferencePage.ignore.mixed.label=Ignore &mixed case words
677 SpellingPreferencePage.ignore.sentence.label=Ignore &sentence capitalization
678 SpellingPreferencePage.ignore.upper.label=Ignore u&pper case words
679 SpellingPreferencePage.ignore.url.label=Ignore &internet addresses
680 SpellingPreferencePage.proposals.threshold=&Number of correction proposals:
681 SpellingPreferencePage.dictionary.label=&Platform dictionary:
682 SpellingPreferencePage.workspace.dictionary.label=&User defined dictionary:
683 SpellingPreferencePage.browse.label=&Browse...
684 SpellingPreferencePage.dictionary.error=The dictionary must be a readable and writable file
685 SpellingPreferencePage.locale.error=There exists no dictionary for this language
686 SpellingPreferencePage.filedialog.title=Select dictionary
687 SpellingPreferencePage.filter.dictionary.extension=*.dictionary
688 SpellingPreferencePage.filter.all.extension=*.*
689 SpellingPreferencePage.filter.dictionary.label=Dictionary Files
690 SpellingPreferencePage.filter.all.label=All Files
691 SpellingPreferencePage.enable.contentassist.label=&Make dictionary available to content assist
692
693 SpellingPreferencePage.preferences.user=&Comments
694 SpellingPreferencePage.preferences.engine=&Language
695 SpellingPreferencePage.preferences.advanced=&Advanced
696
697 EditorPreferencePage.description=General Editor Preferences:
698 EditorPreferencePage.title=Editor
699 EditorPreferencePage.file.title=File Saving
700 EditorPreferencePage.save_on_blur=&Save files when focus is lost
701 EditorPreferencePage.p_rtrim_on_save=&Remove trailing spaces on save
702
703
704 JavaEditorPreferencePage.AnnotationDecoration.NONE=None
705 JavaEditorPreferencePage.AnnotationDecoration.SQUIGGLIES=Squiggles
706 JavaEditorPreferencePage.AnnotationDecoration.UNDERLINE=Underline
707 JavaEditorPreferencePage.AnnotationDecoration.BOX=Box
708 JavaEditorPreferencePage.AnnotationDecoration.IBEAM=IBeam
709
710 # edit template dialog
711 EditTemplateDialog.error.noname=Template name cannot be empty.
712 EditTemplateDialog.title.new=New Template
713 EditTemplateDialog.title.edit=Edit Template
714
715 EditTemplateDialog.name=&Name:
716 EditTemplateDialog.description=&Description:
717 EditTemplateDialog.context=&Context:
718 EditTemplateDialog.pattern=&Pattern:
719 EditTemplateDialog.insert.variable=Insert &Variable...
720
721 EditTemplateDialog.undo=&Undo
722 EditTemplateDialog.cut=Cu&t
723 EditTemplateDialog.copy=&Copy
724 EditTemplateDialog.paste=&Paste
725 EditTemplateDialog.select.all=Select &All
726 EditTemplateDialog.content.assist=Insert &Variable...
727
728 JavaEditorPreferencePage.folding.title= &Folding
729
730 FoldingConfigurationBlock.enable= Enable folding when &opening a new editor
731 FoldingConfigurationBlock.combo_caption= Select folding to &use:
732 FoldingConfigurationBlock.info.no_preferences= The selected folding provider did not provide a preference control
733 FoldingConfigurationBlock.error.not_exist= The selected folding provider does not exist