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