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