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
 
  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
 
  37 # Extension point names
 
  39 phpEditorName=PHP Editor
 
  40 phpConsoleView=PHP Console
 
  41 phpBrowserView=PHP Browser
 
  43 php3FileExtension=php3
 
  44 php4FileExtension=php4
 
  46 phtmlFileExtension=phtml
 
  47 htmlFileExtension=html
 
  52 javaDocumentFactory=PHP Document Factory
 
  53 javaDocumentSetupParticipant=PHP Document Setup Participant
 
  56 sourceHoverDescription= Shows the source of the selected element.
 
  58 javadocHoverDescription= Shows the PHPdoc of the selected element.
 
  59 sequentialHover= Best Match
 
  60 sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context.
 
  61 annotationHover= Annotation
 
  62 annotationHoverDescription= Shows the text of the selected annotation.
 
  68 AddBookmark.label=Add Boo&kmark
 
  69 AddBookmark.tooltip=Add Bookmark...
 
  71 AddTask.label=Add &Task
 
  72 AddTask.tooltip=Add Task...
 
  73 php.menu.label=&Source
 
  75 ##########################################################################
 
  77 ##########################################################################
 
  78 CodingActionSet.label= PHP Coding
 
  79 CodingActionSet.description= Action set containing coding related PHP actions
 
  81 ##########################################################################
 
  83 ##########################################################################
 
  84 SourceMenu.label= &Source
 
  86 CommentAction.label= Co&mment@Ctrl+/
 
  88 UncommentAction.label= &Uncomment@Ctrl+\\
 
  90 ToggleCommentAction.label= Togg&le Comment
 
  92 ShiftRightAction.label= Sh&ift Right
 
  94 ShiftLeftAction.label= S&hift Left
 
  96 FormatAction.label= F&ormat@Ctrl+Shift+F
 
  98 AddImportAction.label= A&dd Import@Ctrl+Shift+M
 
 100 OrganizeImportsAction.label= Or&ganize Imports@Ctrl+Shift+O
 
 102 SurroundWithTryCatchAction.label= Surround with &try/catch block
 
 104 OverrideMethodsAction.label= O&verride/Implement Methods...
 
 106 GenerateGetterSetterAction.label= Gene&rate Getter and Setter...
 
 108 AddConstructorFromSuperclassAction.label= Add &Constructor from Superclass
 
 110 AddJavaDocCommentAction.label= Add &PHPdoc Comment
 
 112 FindStringsToExternalizeAction.label= &Find Strings to Externalize...
 
 114 ExternalizeStringsAction.label= &Externalize Strings...
 
 116 ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To
 
 117 ConvertLineDelimitersToWindowsAction.label= &Windows
 
 118 ConvertLineDelimitersToUNIXAction.label= &UNIX
 
 119 ConvertLineDelimitersToMacAction.label= &Mac
 
 121 ##########################################################################
 
 123 ##########################################################################
 
 124 PHPDocWizard.name= PHPDoc
 
 125 PHPDocWizard.description=Generate PHPDoc
 
 126 PHPDoc.preferencePageName= PHPDoc
 
 127 CreatePHPDocAction.label= Run PHPDoc &Wizard...
 
 128 CreatePHPDocAction.tooltip= Run PHPDoc Wizard
 
 130 ##########################################################################
 
 131 # PHP Working Set Support
 
 132 ##########################################################################
 
 133 PHPWorkingSetPage.name= PHP
 
 136 ##########################################################################
 
 138 ##########################################################################
 
 140 ActionDefinition.show.outline.name= Show Outline
 
 141 ActionDefinition.show.outline.description= Open the outline for the editor input
 
 143 ActionDefinition.open.structure.name= Open Structure
 
 144 ActionDefinition.open.structure.description= Show the structure of the selected element
 
 146 ActionDefinition.gotoNextMember.name= Go to Next Member
 
 147 ActionDefinition.gotoNextMember.description= Move the caret to the next member of the compilation unit
 
 149 ActionDefinition.gotoPreviousMember.name= Go to Previous Member
 
 150 ActionDefinition.gotoPreviousMember.description= Move the caret to the previous member of the compilation unit
 
 152 ActionDefinition.selectEnclosing.name= Select Enclosing Element
 
 153 ActionDefinition.selectEnclosing.description= Expand selection to include enclosing element
 
 155 ActionDefinition.selectNext.name= Select Next Element
 
 156 ActionDefinition.selectNext.description= Expand selection to include next sibling
 
 158 ActionDefinition.selectPrevious.name= Select Previous Element
 
 159 ActionDefinition.selectPrevious.description= Expand selection to include previous sibling
 
 161 ActionDefinition.selectLast.name= Restore Last Selection
 
 162 ActionDefinition.selectLast.description= Restore last selection
 
 164 ActionDefinition.contentAssistProposals.name= Content Assist
 
 165 ActionDefinition.contentAssistProposals.description= Content Assist
 
 167 ActionDefinition.contentAssistContextInformation.name= Parameter Hints
 
 168 ActionDefinition.contentAssistContextInformation.description= Show Method Parameter Hints
 
 170 ActionDefinition.correctionAssistProposals.name= Quick Fix
 
 171 ActionDefinition.correctionAssistProposals.description= Quick Fix
 
 173 ActionDefinition.showJavadoc.name= Show Tooltip Description
 
 174 ActionDefinition.showJavadoc.description= Shows the tooltip description for the element at the cursor
 
 177 ActionDefinition.comment.name= Comment
 
 178 ActionDefinition.comment.description= Turn the selected lines into PHP comments
 
 180 ActionDefinition.uncomment.name= Uncomment
 
 181 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
 
 183 ActionDefinition.toggleComment.name= Toggle Comment
 
 184 ActionDefinition.toggleComment.description= Toggle comment the selected lines
 
 186 ActionDefinition.addBlockComment.name= Add Block Comment
 
 187 ActionDefinition.addBlockComment.description= Enclose the selection with a block comment
 
 189 ActionDefinition.removeBlockComment.name= Remove Block Comment
 
 190 ActionDefinition.removeBlockComment.description= Remove the block comment around the selection
 
 192 ActionDefinition.format.name= Format
 
 193 ActionDefinition.format.description= Format the selected text
 
 195 ActionDefinition.addImport.name= Add Import
 
 196 ActionDefinition.addImport.description= Create import statement on selection
 
 198 ActionDefinition.organizeImports.name= Organize Imports
 
 199 ActionDefinition.organizeImports.description= Evaluate all required imports and replace the current imports
 
 201 ActionDefinition.surroundWith.tryCatch.name= Surround with try/catch block
 
 202 ActionDefinition.surroundWith.tryCatch.description= Surround the selected text with a try/catch block
 
 204 ActionDefinition.overrideMethods.name= Override/Implement Methods
 
 205 ActionDefinition.overrideMethods.description= Override or implement methods from super types
 
 207 ActionDefinition.addUnimplementedConstructors.name= Add Constructors from Superclass
 
 208 ActionDefinition.addUnimplementedConstructors.description= Evaluate and add constructors from superclass
 
 210 ActionDefinition.findStringsToExternalize.name= Find Strings to Externalize
 
 211 ActionDefinition.findStringsToExternalize.description= Find strings that are not externalized
 
 213 ActionDefinition.externalizeStrings.name= Externalize Strings
 
 214 ActionDefinition.externalizeStrings.description= Find all string that are not externalized and puts them into a separate property file
 
 216 ActionDefinition.nextProblem.name= Go to Next Problem
 
 217 ActionDefinition.nextProblem.description= Go to next problem
 
 219 ActionDefinition.previousProblem.name= Go to Previous Problem
 
 220 ActionDefinition.previousProblem.description= Go to previous problem
 
 223 ActionDefinition.refactorRedo.name= Redo
 
 224 ActionDefinition.refactorRedo.description= Redo the last refactoring
 
 226 ActionDefinition.refactorUndo.name= Undo
 
 227 ActionDefinition.refactorUndo.description= Undo the last refactoring
 
 229 ActionDefinition.pullUp.name= Pull Up
 
 230 ActionDefinition.pullUp.description= Move members to a superclass
 
 232 ActionDefinition.renameElement.name= Rename
 
 233 ActionDefinition.renameElement.description= Rename the selected element
 
 235 ActionDefinition.modifyMethodParameters.name= Change Method Signature
 
 236 ActionDefinition.modifyMethodParameters.description= Change method signature include parameter names and parameter order
 
 238 ActionDefinition.moveElement.name= Move
 
 239 ActionDefinition.moveElement.description= Move the selected element to a new location
 
 241 ActionDefinition.extractLocalVariable.name= Extract Local Variable
 
 242 ActionDefinition.extractLocalVariable.description= Extract an expression into a new local variable and uses the local instead
 
 244 ActionDefinition.extractConstant.name= Extract Constant
 
 245 ActionDefinition.extractConstant.description= Extract a constant into a new static field and uses the field instead
 
 247 ActionDefinition.inline.name= Inline
 
 248 ActionDefinition.inline.description= Inline a constant, local variable or method
 
 250 ActionDefinition.selfEncapsulateField.name= Self Encapsulate Field
 
 251 ActionDefinition.selfEncapsulateField.description= Create getting and setting methods for the field and use only those to access the field
 
 253 ActionDefinition.extractMethod.name= Extract Method
 
 254 ActionDefinition.extractMethod.description= Extract a set of statements or an expression into a new method and use the method instead
 
 256 ActionDefinition.extractInterface.name= Extract Interface
 
 257 ActionDefinition.extractInterface.description= Extract a set of members into a new interface and tries to use that interface instead
 
 259 ActionDefinition.moveInnerToTopLevel.name= Move to Top Level
 
 260 ActionDefinition.moveInnerToTopLevel.description= Convert an inner class to a top level class
 
 262 ActionDefinition.useSupertype.name= Use Supertype Where Possible
 
 263 ActionDefinition.useSupertype.description= Try to re-route the access via a supertype where possible
 
 265 ActionDefinition.promoteLocalVariable.name= Promote Local Variable to Field
 
 266 ActionDefinition.promoteLocalVariable.description= Convert a local variable into a field
 
 268 ActionDefinition.convertAnonymousToNested.name= Convert Anonymous to Nested
 
 269 ActionDefinition.convertAnonymousToNested.description= Convert an anonymous class to a nest class
 
 272 ActionDefinition.openEditor.name= Open
 
 273 ActionDefinition.openEditor.description= Open an editor on the selected element
 
 275 ActionDefinition.openSuperImplementation.name= Open Super Implementation
 
 276 ActionDefinition.openSuperImplementation.description= Open the Implementation in the Super Type
 
 278 ActionDefinition.openExternalJavadoc.name= Open E&xternal PHPdoc
 
 279 ActionDefinition.openExternalJavadoc.description= Open the PHPdoc of the selected element in an external browser
 
 281 ActionDefinition.openTypeHierarchy.name= Open Type Hierarchy
 
 282 ActionDefinition.openTypeHierarchy.description= Open a type hierarchy on the selected element
 
 284 ActionDefinition.showInPackageView.name= Show in Package Explorer
 
 285 ActionDefinition.showInPackageView.description= Show the selected element in Package Explorer
 
 287 ActionDefinition.showInNavigatorView.name= Show in &Navigator View
 
 288 ActionDefinition.showInNavigatorView.description= Show the selected element in the Resource Navigator
 
 291 ActionDefinition.referencesInWorkspace.name= Search References in Workspace
 
 292 ActionDefinition.referencesInWorkspace.description= Search for References to the Selected Element in the Workspace
 
 294 ActionDefinition.referencesInHierarchy.name= Search References in Hierarchy
 
 295 ActionDefinition.referencesInHierarchy.description= Search for References of the Selected Element in its Hierarchy
 
 297 ActionDefinition.referencesInWorkingSet.name= Search References in Working Set
 
 298 ActionDefinition.referencesInWorkingSet.description= Search for References to the Selected Element in a Working Set
 
 300 ActionDefinition.readAccessInworkspace.name= Search Read Access in Workspace
 
 301 ActionDefinition.readAccessInWorkspace.description= Search for Read References to the Selected Element in the Workspace
 
 303 ActionDefinition.readAccessInHierarchy.name= Search Read Access in Hierarchy
 
 304 ActionDefinition.readAccessInHierarchy.description= Search for Read References of the Selected Element in its Hierarchy
 
 306 ActionDefinition.readAccessInWorkingSet.name= Search Read Access in Working Set
 
 307 ActionDefinition.readAccessInWorkingSet.description= Search for Read References to the Selected Element in a Working Set
 
 309 ActionDefinition.writeAccessInWorkspace.name=Search Write Access in Workspace
 
 310 ActionDefinition.writeAccessInWorkspace.description= Search for Write References to the Selected Element in the Workspace
 
 312 ActionDefinition.writeAccessInHierarchy.name= Search Write Access in Hierarchy
 
 313 ActionDefinition.writeAccessInHierarchy.description= Search for Write References of the Selected Element in its Hierarchy
 
 315 ActionDefinition.writeAccessInWorkingSet.name= Search Write Access in Working Set
 
 316 ActionDefinition.writeAccessInWorkingSet.description= Search for Write References to the Selected Element in a Working Set
 
 318 ActionDefinition.declarationsInWorkspace.name= Search Declaration in Workspace
 
 319 ActionDefinition.declarationsInWorkspace.description= Search for Declarations of the Selected Element in the Workspace
 
 321 ActionDefinition.declarationsInHierarchy.name= Search Declaration in Hierarchy
 
 322 ActionDefinition.declarationsInHierarchy.description= Search for Declarations of the Selected Element in its Hierarchy
 
 324 ActionDefinition.declarationsInWorkingSet.name= Search Declaration in Working Set
 
 325 ActionDefinition.declarationsInWorkingSet.description= Search for Declarations of the Selected Element in a Working Set
 
 327 ActionDefinition.implementorsInWorkspace.name= Search Implementors in Workspace
 
 328 ActionDefinition.implementorsInWorkspace.description= Search for Implementors of the Selected Interface
 
 330 ActionDefinition.implementorsInWorkingSet.name= Search Implementors in Working Set
 
 331 ActionDefinition.implementorsInWorkingSet.description= Search for Implementors of the Selected Interface in a Working Set
 
 334 ActionDefinition.togglePresentation.name= Show Source of Selected Element Only
 
 335 ActionDefinition.togglePresentation.description= Show Source of Selected Element Only
 
 337 ######################
 
 338 ### External Tools ###
 
 339 ######################
 
 340 LaunchConfigurationTypePHPApplication.name=PHP Application
 
 342 ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
 
 343 ExtPoint.toolTypes = External Tool Types
 
 344 ExtPoint.argumentVariables  = Argument Variables
 
 345 ExtPoint.directoryVariables = Directory Variables
 
 346 ExtPoint.fileVariables = File Variables
 
 347 ExtPoint.refreshVariables = Refresh Scope Variables
 
 348 ExternalToolsLaunchGroup.label = &External Tools
 
 349 ToolType.programName = Program
 
 350 ToolType.programDescription = An external tool that runs an application, a batch file, etc.
 
 352 ActionSet.externalTools = External Tools
 
 353 Action.externalTools = &External Tools
 
 354 Action.externalToolsTip = Run Last Tool
 
 355 PropertyPage.main = Main
 
 356 PropertyPage.option = Options
 
 357 PropertyPage.refresh = Refresh Scope
 
 358 PropertyPage.antTargets = Targets
 
 359 PropertyPage.externalToolsBuilders = PHP Launch Builders
 
 360 CategoryView.externalTools = PHP Launchers
 
 361 CategoryNewWizard.externalTools = PHP Launchers
 
 362 NewWizard.programName = Program
 
 363 NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
 
 364 Builder.externalTools = Integrated PHP Launcher Builder
 
 365 View.externalToolView = PHP Launchers
 
 366 View.logConsole = Log Console
 
 367 PreferencePage.externalToolsPreferences = PHP Launchers
 
 368 PreferencePage.antConsolePreferences = Console
 
 369 PreferencePage.antRuntimePreferences = Runtime
 
 371 Program.externalTools = PHP Program
 
 373 OccurrenceAnnotation.label= PHP Marker Occurrences
 
 375 phpEditorFontDefiniton.label= Java Editor Text Font
 
 376 phpEditorFontDefintion.description= The Java editor text font is used by Java editors.
 
 379 foldingStructureProvidersExtensionPoint= Folding Structure Providers
 
 380 defaultFoldingStructureProviderName= Default PHP Folding
 
 381 Folding.label= F&olding