1 #########################################
 
   3 #########################################
 
   4 pluginName=PHPEclipse Tools Core
 
   5 providerName=phpeclipse.de
 
   6 naturePHP.name=PHP Project
 
   7 elementFiltersName=PHPElement Filters
 
   8 phpProblemName=PHP Problem
 
   9 transientPHPProblemName=Transient PHP Problem
 
  12 viewCategoryName = PHPeclipse Web Development
 
  13 phpEditorTextHoversName=PHP Editor Text Hovers
 
  15 perspectivePHP.name=PHP
 
  16 perspectiveHTML.name=HTML
 
  17 viewPHPResources.name=PHP Resources
 
  19 newWizardCategory.name=PHP
 
  20 newWizardPHPProject.name=PHP Project
 
  21 newWizardPHPFile.name=PHP File
 
  22 newWizardHTMLFile.name=HTML file
 
  23 NewPHPClass.label= Class
 
  24 NewPHPClass.description=Create a PHP class
 
  26 ExportWizards.Obfuscator = Obfuscate PHP Project to File system
 
  27 ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
 
  29 propertyPagePHPProject.name=PHP Project Properties
 
  31 compilerPageName=PHP Parser
 
  32 todoPageName=PHP Task Tags
 
  34 compilerOptionsPrefName= PHP Parser
 
  35 todoTaskPrefName= Task Tags
 
  36 templatePageName= Templates
 
  37 spellingPrefName= Spelling
 
  38 codeAssistPageName= Code Assist
 
  41 # Extension point names
 
  43 phpEditorName=PHP Editor
 
  44 phpConsoleView=PHP Console
 
  46 php3FileExtension=php3
 
  47 php4FileExtension=php4
 
  48 php5FileExtension=php5
 
  49 moduleFileExtension=module
 
  51 phtmlFileExtension=phtml
 
  52 htmlFileExtension=html
 
  57 javaDocumentFactory=PHP Document Factory
 
  58 javaDocumentSetupParticipant=PHP Document Setup Participant
 
  61 sourceHoverDescription= Shows the source of the selected element.
 
  63 javadocHoverDescription= Shows the PHPdoc of the selected element.
 
  64 sequentialHover= Best Match
 
  65 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
 
  66 annotationHover= Annotation
 
  67 annotationHoverDescription= Shows the text of the selected annotation.
 
  73 AddBookmark.label=Add Boo&kmark
 
  74 AddBookmark.tooltip=Add Bookmark...
 
  76 AddTask.label=Add &Task
 
  77 AddTask.tooltip=Add Task...
 
  78 php.menu.label=&Source
 
  80 ##########################################################################
 
  82 ##########################################################################
 
  83 CodingActionSet.label= PHP Coding
 
  84 CodingActionSet.description= Action set containing coding related PHP actions
 
  86 ##########################################################################
 
  88 ##########################################################################
 
  89 SourceMenu.label= &Source
 
  91 CommentAction.label= Co&mment
 
  93 UncommentAction.label= &Uncomment
 
  95 ToggleCommentAction.label= Togg&le Comment
 
  97 AddBlockCommentAction.label= Add &Block Comment
 
  99 RemoveBlockCommentAction.label= Remove Bloc&k Comment
 
 101 ShiftRightAction.label= Sh&ift Right
 
 103 ShiftLeftAction.label= S&hift Left
 
 105 FormatAction.label= F&ormat@Ctrl+Shift+F
 
 107 AddImportAction.label= A&dd Import@Ctrl+Shift+M
 
 109 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
 
 111 SurroundWithTryCatchAction.label= Surround with &try/catch block
 
 113 OverrideMethodsAction.label= O&verride/Implement Methods...
 
 115 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
 
 117 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
 
 119 AddJavaDocCommentAction.label= Add &PHPdoc Comment
 
 121 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
 
 123 ExternalizeStringsAction.label= &Externalize Strings...
 
 125 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
 
 126 ConvertLineDelimitersToWindowsAction.label= &Windows
 
 127 ConvertLineDelimitersToUNIXAction.label= &UNIX
 
 128 ConvertLineDelimitersToMacAction.label= &Mac
 
 130 ##########################################################################
 
 132 ##########################################################################
 
 133 PHPDocWizard.name= PHPDoc
 
 134 PHPDocWizard.description=Generate PHPDoc
 
 135 PHPDoc.preferencePageName= PHPDoc
 
 136 CreatePHPDocAction.label= Run PHPDoc &Wizard...
 
 137 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
 
 139 ##########################################################################
 
 140 # PHP Working Set Support
 
 141 ##########################################################################
 
 142 PHPWorkingSetPage.name= PHP
 
 146 sourceHoverDescription= Shows the source of the selected element.
 
 147 javadocHover= Javadoc
 
 148 javadocHoverDescription= Shows the Javadoc of the selected element.
 
 149 sequentialHover= Combined Hover
 
 150 sequentialHoverDescription= Tries the hovers in the sequence listed in the table below this one and uses the one which fits best for the selected element and the current context.
 
 151 annotationHover= Annotation Description
 
 152 annotationHoverDescription= Shows the description of the selected annotation.
 
 153 problemHover= Problem Description
 
 154 problemHoverDescription= Shows the description of the selected problem.
 
 156 ##########################################################################
 
 158 ##########################################################################
 
 160 category.source.name=Source
 
 161 category.source.description= PHP Source Actions
 
 163 context.editingPHPSource.name= Editing PHP Source
 
 164 context.editingPHPSource.description= Editing PHP Source Context
 
 166 scope.javaEditor.name=Java Editor
 
 168 ##########################################################################
 
 170 ##########################################################################
 
 172 ActionDefinition.show.outline.name= Show Outline
 
 173 ActionDefinition.show.outline.description= Open the outline for the editor input
 
 175 ActionDefinition.open.structure.name= Open Structure
 
 176 ActionDefinition.open.structure.description= Show the structure of the selected element
 
 178 ActionDefinition.gotoNextMember.name= Go to Next Member
 
 179 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
 
 181 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
 
 182 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
 
 184 ActionDefinition.selectEnclosing.name= Select Enclosing Element
 
 185 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
 
 187 ActionDefinition.selectNext.name= Select Next Element
 
 188 ActionDefinition.selectNext.description= Expand selection to include next sibling
 
 190 ActionDefinition.selectPrevious.name= Select Previous Element
 
 191 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
 
 193 ActionDefinition.selectLast.name= Restore Last Selection
 
 194 ActionDefinition.selectLast.description= Restore last selection
 
 196 ActionDefinition.contentAssistProposals.name= Content Assist
 
 197 ActionDefinition.contentAssistProposals.description= Content Assist
 
 199 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
 
 200 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
 
 202 ActionDefinition.correctionAssistProposals.name= Quick Fix
 
 203 ActionDefinition.correctionAssistProposals.description= Quick Fix
 
 205 ActionDefinition.showJavadoc.name= Show Tooltip Description
 
 206 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
 
 209 ActionDefinition.comment.name= Comment
 
 210 ActionDefinition.comment.description= Turn the selected lines into PHP comments
 
 212 ActionDefinition.uncomment.name= Uncomment
 
 213 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
 
 215 ActionDefinition.toggleComment.name= Toggle Comment
 
 216 ActionDefinition.toggleComment.description= Toggle comment the selected lines
 
 218 ActionDefinition.addBlockComment.name= Add Block Comment
 
 219 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
 
 221 ActionDefinition.removeBlockComment.name= Remove Block Comment
 
 222 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
 
 224 ActionDefinition.format.name= Format
 
 225 ActionDefinition.format.description= Format the selected text
 
 227 ActionDefinition.addImport.name= Add Import
 
 228 ActionDefinition.addImport.description= Create import statement on selection
 
 230 ActionDefinition.organizeImports.name= Organize Imports
 
 231 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
 
 233 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
 
 234 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
 
 236 ActionDefinition.overrideMethods.name= Override/Implement Methods
 
 237 ActionDefinition.overrideMethods.description= Override or implement methods from super types
 
 239 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
 
 240 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
 
 242 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
 
 243 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
 
 245 ActionDefinition.externalizeStrings.name= Externalize Strings
 
 246 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
 
 248 ActionDefinition.nextProblem.name= Go to Next Problem
 
 249 ActionDefinition.nextProblem.description= Go to next problem
 
 251 ActionDefinition.previousProblem.name= Go to Previous Problem
 
 252 ActionDefinition.previousProblem.description= Go to previous problem
 
 255 ActionDefinition.refactorRedo.name= Redo
 
 256 ActionDefinition.refactorRedo.description= Redo the last refactoring
 
 258 ActionDefinition.refactorUndo.name= Undo
 
 259 ActionDefinition.refactorUndo.description= Undo the last refactoring
 
 261 ActionDefinition.pullUp.name= Pull Up
 
 262 ActionDefinition.pullUp.description= Move members to a superclass
 
 264 ActionDefinition.renameElement.name= Rename
 
 265 ActionDefinition.renameElement.description= Rename the selected element
 
 267 ActionDefinition.modifyMethodParameters.name= Change Method Signature
 
 268 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
 
 270 ActionDefinition.moveElement.name= Move
 
 271 ActionDefinition.moveElement.description= Move the selected element to a new location
 
 273 ActionDefinition.extractLocalVariable.name= Extract Local Variable
 
 274 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
 
 276 ActionDefinition.extractConstant.name= Extract Constant
 
 277 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
 
 279 ActionDefinition.inline.name= Inline
 
 280 ActionDefinition.inline.description= Inline a constant, local variable or method
 
 282 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
 
 283 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
 
 285 ActionDefinition.extractMethod.name= Extract Method
 
 286 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
 
 288 ActionDefinition.extractInterface.name= Extract Interface
 
 289 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
 
 291 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
 
 292 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
 
 294 ActionDefinition.useSupertype.name= Use Supertype Where Possible
 
 295 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
 
 297 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
 
 298 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
 
 300 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
 
 301 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
 
 304 ActionDefinition.openEditor.name= Open
 
 305 ActionDefinition.openEditor.description= Open an editor on the selected element
 
 307 ActionDefinition.openSuperImplementation.name= Open Super Implementation
 
 308 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
 
 310 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
 
 311 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
 
 313 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
 
 314 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
 
 316 ActionDefinition.showInPackageView.name= Show in Package Explorer
 
 317 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
 
 319 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
 
 320 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
 
 323 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
 
 324 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
 
 326 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
 
 327 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
 
 329 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
 
 330 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
 
 332 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
 
 333 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
 
 335 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
 
 336 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
 
 338 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
 
 339 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
 
 341 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
 
 342 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
 
 344 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
 
 345 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
 
 347 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
 
 348 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
 
 350 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
 
 351 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
 
 353 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
 
 354 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
 
 356 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
 
 357 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
 
 359 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
 
 360 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
 
 362 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
 
 363 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
 
 366 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
 
 367 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
 
 369 ######################
 
 370 ### External Tools ###
 
 371 ######################
 
 372 LaunchConfigurationTypePHPApplication.name=PHP Application
 
 374 ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
 
 375 ExtPoint.toolTypes = External Tool Types
 
 376 ExtPoint.argumentVariables  = Argument Variables
 
 377 ExtPoint.directoryVariables = Directory Variables
 
 378 ExtPoint.fileVariables = File Variables
 
 379 ExtPoint.refreshVariables = Refresh Scope Variables
 
 380 ExternalToolsLaunchGroup.label = &External Tools
 
 381 ToolType.programName = Program
 
 382 ToolType.programDescription = An external tool that runs an application, a batch file, etc.
 
 384 ActionSet.externalTools = External Tools
 
 385 Action.externalTools = &External Tools
 
 386 Action.externalToolsTip = Run Last Tool
 
 387 PropertyPage.main = Main
 
 388 PropertyPage.option = Options
 
 389 PropertyPage.refresh = Refresh Scope
 
 390 PropertyPage.antTargets = Targets
 
 391 PropertyPage.externalToolsBuilders = PHP Launch Builders
 
 392 CategoryView.externalTools = PHP Launchers
 
 393 CategoryNewWizard.externalTools = PHP Launchers
 
 394 NewWizard.programName = Program
 
 395 NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
 
 396 Builder.externalTools = Integrated PHP Launcher Builder
 
 397 View.externalToolView = PHP Launchers
 
 398 View.logConsole = Log Console
 
 399 PreferencePage.externalToolsPreferences = PHP Launchers
 
 400 PreferencePage.antConsolePreferences = Console
 
 401 PreferencePage.antRuntimePreferences = Runtime
 
 403 Program.externalTools = PHP Program
 
 405 OccurrenceAnnotation.label= PHP Marker Occurrences
 
 407 phpEditorFontDefiniton.label= Java Editor Text Font
 
 408 phpEditorFontDefintion.description= The Java editor text font is used by Java editors.
 
 410 HideImportDeclaration.label= Import declarations
 
 411 HideImportDeclaration.description= Hides all import declarations
 
 414 templates.php.contextType.name= php
 
 415 templates.phpdoc.contextType.name= phpdoc
 
 416 templates.html.contextType.name= html
 
 419 foldingStructureProvidersExtensionPoint= Folding Structure Providers
 
 420 defaultFoldingStructureProviderName= Default PHP Folding
 
 421 Folding.label= F&olding