1 #########################################
 
   3 #########################################
 
   4 pluginName=PHPEclipse Tools Core
 
   5 providerName=phpeclipse.de
 
   6 naturePHP.name=PHP Project
 
   7 phpProblemName=PHP Problem
 
   8 transientPHPProblemName=Transient PHP Problem
 
  11 viewCategoryName = PHPeclipse Web Development
 
  12 phpEditorTextHoversName=PHP Editor Text Hovers
 
  14 perspectivePHP.name=PHP
 
  15 perspectiveHTML.name=HTML
 
  16 viewPHPResources.name=PHP Resources
 
  18 newWizardCategory.name=PHP
 
  19 newWizardPHPProject.name=PHP Project
 
  20 newWizardPHPFile.name=PHP File
 
  21 NewPHPClass.label= Class
 
  22 NewPHPClass.description=Create a PHP class
 
  24 ExportWizards.Obfuscator = Obfuscate PHP Project to File system
 
  25 ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system
 
  27 propertyPagePHPProject.name=PHP Project Properties
 
  29 compilerPageName=PHP Parser
 
  30 todoPageName=PHP Task Tags
 
  32 compilerOptionsPrefName= PHP Parser
 
  33 todoTaskPrefName= Task Tags
 
  34 templatePageName= Templates
 
  35 spellingPrefName= Spelling
 
  36 codeAssistPageName= Code Assist
 
  39 # Extension point names
 
  41 phpEditorName=PHP Editor
 
  42 phpConsoleView=PHP Console
 
  44 php3FileExtension=php3
 
  45 php4FileExtension=php4
 
  46 php5FileExtension=php5
 
  47 moduleFileExtension=module
 
  49 phtmlFileExtension=phtml
 
  50 htmlFileExtension=html
 
  55 javaDocumentFactory=PHP Document Factory
 
  56 javaDocumentSetupParticipant=PHP Document Setup Participant
 
  59 sourceHoverDescription= Shows the source of the selected element.
 
  61 javadocHoverDescription= Shows the PHPdoc of the selected element.
 
  62 sequentialHover= Best Match
 
  63 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
 
  64 annotationHover= Annotation
 
  65 annotationHoverDescription= Shows the text of the selected annotation.
 
  71 AddBookmark.label=Add Boo&kmark
 
  72 AddBookmark.tooltip=Add Bookmark...
 
  74 AddTask.label=Add &Task
 
  75 AddTask.tooltip=Add Task...
 
  76 php.menu.label=&Source
 
  78 ##########################################################################
 
  80 ##########################################################################
 
  81 CodingActionSet.label= PHP Coding
 
  82 CodingActionSet.description= Action set containing coding related PHP actions
 
  84 ##########################################################################
 
  86 ##########################################################################
 
  87 SourceMenu.label= &Source
 
  89 CommentAction.label= Co&mment
 
  91 UncommentAction.label= &Uncomment
 
  93 ToggleCommentAction.label= Togg&le Comment
 
  95 AddBlockCommentAction.label= Add &Block Comment
 
  97 RemoveBlockCommentAction.label= Remove Bloc&k Comment
 
  99 ShiftRightAction.label= Sh&ift Right
 
 101 ShiftLeftAction.label= S&hift Left
 
 103 FormatAction.label= F&ormat@Ctrl+Shift+F
 
 105 AddImportAction.label= A&dd Import@Ctrl+Shift+M
 
 107 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
 
 109 SurroundWithTryCatchAction.label= Surround with &try/catch block
 
 111 OverrideMethodsAction.label= O&verride/Implement Methods...
 
 113 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
 
 115 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
 
 117 AddJavaDocCommentAction.label= Add &PHPdoc Comment
 
 119 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
 
 121 ExternalizeStringsAction.label= &Externalize Strings...
 
 123 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
 
 124 ConvertLineDelimitersToWindowsAction.label= &Windows
 
 125 ConvertLineDelimitersToUNIXAction.label= &UNIX
 
 126 ConvertLineDelimitersToMacAction.label= &Mac
 
 128 ##########################################################################
 
 130 ##########################################################################
 
 131 PHPDocWizard.name= PHPDoc
 
 132 PHPDocWizard.description=Generate PHPDoc
 
 133 PHPDoc.preferencePageName= PHPDoc
 
 134 CreatePHPDocAction.label= Run PHPDoc &Wizard...
 
 135 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
 
 137 ##########################################################################
 
 138 # PHP Working Set Support
 
 139 ##########################################################################
 
 140 PHPWorkingSetPage.name= PHP
 
 144 sourceHoverDescription= Shows the source of the selected element.
 
 145 javadocHover= Javadoc
 
 146 javadocHoverDescription= Shows the Javadoc of the selected element.
 
 147 sequentialHover= Combined Hover
 
 148 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.
 
 149 annotationHover= Annotation Description
 
 150 annotationHoverDescription= Shows the description of the selected annotation.
 
 151 problemHover= Problem Description
 
 152 problemHoverDescription= Shows the description of the selected problem.
 
 154 ##########################################################################
 
 156 ##########################################################################
 
 158 category.source.name=Source
 
 159 category.source.description= PHP Source Actions
 
 161 context.editingPHPSource.name= Editing PHP Source
 
 162 context.editingPHPSource.description= Editing PHP Source Context
 
 164 scope.javaEditor.name=Java Editor
 
 166 ##########################################################################
 
 168 ##########################################################################
 
 170 ActionDefinition.show.outline.name= Show Outline
 
 171 ActionDefinition.show.outline.description= Open the outline for the editor input
 
 173 ActionDefinition.open.structure.name= Open Structure
 
 174 ActionDefinition.open.structure.description= Show the structure of the selected element
 
 176 ActionDefinition.gotoNextMember.name= Go to Next Member
 
 177 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
 
 179 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
 
 180 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
 
 182 ActionDefinition.selectEnclosing.name= Select Enclosing Element
 
 183 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
 
 185 ActionDefinition.selectNext.name= Select Next Element
 
 186 ActionDefinition.selectNext.description= Expand selection to include next sibling
 
 188 ActionDefinition.selectPrevious.name= Select Previous Element
 
 189 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
 
 191 ActionDefinition.selectLast.name= Restore Last Selection
 
 192 ActionDefinition.selectLast.description= Restore last selection
 
 194 ActionDefinition.contentAssistProposals.name= Content Assist
 
 195 ActionDefinition.contentAssistProposals.description= Content Assist
 
 197 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
 
 198 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
 
 200 ActionDefinition.correctionAssistProposals.name= Quick Fix
 
 201 ActionDefinition.correctionAssistProposals.description= Quick Fix
 
 203 ActionDefinition.showJavadoc.name= Show Tooltip Description
 
 204 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
 
 207 ActionDefinition.comment.name= Comment
 
 208 ActionDefinition.comment.description= Turn the selected lines into PHP comments
 
 210 ActionDefinition.uncomment.name= Uncomment
 
 211 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
 
 213 ActionDefinition.toggleComment.name= Toggle Comment
 
 214 ActionDefinition.toggleComment.description= Toggle comment the selected lines
 
 216 ActionDefinition.addBlockComment.name= Add Block Comment
 
 217 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
 
 219 ActionDefinition.removeBlockComment.name= Remove Block Comment
 
 220 ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection
 
 222 ActionDefinition.format.name= Format
 
 223 ActionDefinition.format.description= Format the selected text
 
 225 ActionDefinition.addImport.name= Add Import
 
 226 ActionDefinition.addImport.description= Create import statement on selection
 
 228 ActionDefinition.organizeImports.name= Organize Imports
 
 229 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
 
 231 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
 
 232 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
 
 234 ActionDefinition.overrideMethods.name= Override/Implement Methods
 
 235 ActionDefinition.overrideMethods.description= Override or implement methods from super types
 
 237 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
 
 238 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
 
 240 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
 
 241 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
 
 243 ActionDefinition.externalizeStrings.name= Externalize Strings
 
 244 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
 
 246 ActionDefinition.nextProblem.name= Go to Next Problem
 
 247 ActionDefinition.nextProblem.description= Go to next problem
 
 249 ActionDefinition.previousProblem.name= Go to Previous Problem
 
 250 ActionDefinition.previousProblem.description= Go to previous problem
 
 253 ActionDefinition.refactorRedo.name= Redo
 
 254 ActionDefinition.refactorRedo.description= Redo the last refactoring
 
 256 ActionDefinition.refactorUndo.name= Undo
 
 257 ActionDefinition.refactorUndo.description= Undo the last refactoring
 
 259 ActionDefinition.pullUp.name= Pull Up
 
 260 ActionDefinition.pullUp.description= Move members to a superclass
 
 262 ActionDefinition.renameElement.name= Rename
 
 263 ActionDefinition.renameElement.description= Rename the selected element
 
 265 ActionDefinition.modifyMethodParameters.name= Change Method Signature
 
 266 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
 
 268 ActionDefinition.moveElement.name= Move
 
 269 ActionDefinition.moveElement.description= Move the selected element to a new location
 
 271 ActionDefinition.extractLocalVariable.name= Extract Local Variable
 
 272 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
 
 274 ActionDefinition.extractConstant.name= Extract Constant
 
 275 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
 
 277 ActionDefinition.inline.name= Inline
 
 278 ActionDefinition.inline.description= Inline a constant, local variable or method
 
 280 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
 
 281 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
 
 283 ActionDefinition.extractMethod.name= Extract Method
 
 284 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
 
 286 ActionDefinition.extractInterface.name= Extract Interface
 
 287 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
 
 289 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
 
 290 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
 
 292 ActionDefinition.useSupertype.name= Use Supertype Where Possible
 
 293 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
 
 295 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
 
 296 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
 
 298 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
 
 299 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
 
 302 ActionDefinition.openEditor.name= Open
 
 303 ActionDefinition.openEditor.description= Open an editor on the selected element
 
 305 ActionDefinition.openSuperImplementation.name= Open Super Implementation
 
 306 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
 
 308 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
 
 309 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
 
 311 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
 
 312 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
 
 314 ActionDefinition.showInPackageView.name= Show in Package Explorer
 
 315 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
 
 317 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
 
 318 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
 
 321 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
 
 322 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
 
 324 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
 
 325 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
 
 327 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
 
 328 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
 
 330 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
 
 331 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
 
 333 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
 
 334 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
 
 336 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
 
 337 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
 
 339 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
 
 340 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
 
 342 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
 
 343 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
 
 345 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
 
 346 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
 
 348 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
 
 349 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
 
 351 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
 
 352 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
 
 354 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
 
 355 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
 
 357 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
 
 358 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
 
 360 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
 
 361 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
 
 364 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
 
 365 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
 
 367 ######################
 
 368 ### External Tools ###
 
 369 ######################
 
 370 LaunchConfigurationTypePHPApplication.name=PHP Application
 
 372 ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
 
 373 ExtPoint.toolTypes = External Tool Types
 
 374 ExtPoint.argumentVariables  = Argument Variables
 
 375 ExtPoint.directoryVariables = Directory Variables
 
 376 ExtPoint.fileVariables = File Variables
 
 377 ExtPoint.refreshVariables = Refresh Scope Variables
 
 378 ExternalToolsLaunchGroup.label = &External Tools
 
 379 ToolType.programName = Program
 
 380 ToolType.programDescription = An external tool that runs an application, a batch file, etc.
 
 382 ActionSet.externalTools = External Tools
 
 383 Action.externalTools = &External Tools
 
 384 Action.externalToolsTip = Run Last Tool
 
 385 PropertyPage.main = Main
 
 386 PropertyPage.option = Options
 
 387 PropertyPage.refresh = Refresh Scope
 
 388 PropertyPage.antTargets = Targets
 
 389 PropertyPage.externalToolsBuilders = PHP Launch Builders
 
 390 CategoryView.externalTools = PHP Launchers
 
 391 CategoryNewWizard.externalTools = PHP Launchers
 
 392 NewWizard.programName = Program
 
 393 NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
 
 394 Builder.externalTools = Integrated PHP Launcher Builder
 
 395 View.externalToolView = PHP Launchers
 
 396 View.logConsole = Log Console
 
 397 PreferencePage.externalToolsPreferences = PHP Launchers
 
 398 PreferencePage.antConsolePreferences = Console
 
 399 PreferencePage.antRuntimePreferences = Runtime
 
 401 Program.externalTools = PHP Program
 
 403 OccurrenceAnnotation.label= PHP Marker Occurrences
 
 405 phpEditorFontDefiniton.label= Java Editor Text Font
 
 406 phpEditorFontDefintion.description= The Java editor text font is used by Java editors.
 
 409 templates.php.contextType.name= php
 
 410 templates.phpdoc.contextType.name= phpdoc
 
 411 templates.html.contextType.name= html
 
 414 foldingStructureProvidersExtensionPoint= Folding Structure Providers
 
 415 defaultFoldingStructureProviderName= Default PHP Folding
 
 416 Folding.label= F&olding