X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index ae1bd78..bb7ee88 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -2,12 +2,13 @@ # ######################################### pluginName=PHPEclipse Tools Core -providerName=phpeclipse.de +providerName=www.phpeclipse.de naturePHP.name=PHP Project elementFiltersName=PHPElement Filters phpProblemName=PHP Problem transientPHPProblemName=Transient PHP Problem phpTaskName=PHP Task +phpSourceName=PHP Source File viewCategoryName = PHPeclipse Web Development phpEditorTextHoversName=PHP Editor Text Hovers @@ -39,6 +40,7 @@ todoTaskPrefName= Task Tags templatePageName= Templates spellingPrefName= Spelling codeAssistPageName= Code Assist +editorMarkOccurrencesPage= Mark Occurrences # # Extension point names @@ -147,8 +149,8 @@ PHPWorkingSetPage.name= PHP sourceHover= Source sourceHoverDescription= Shows the source of the selected element. -javadocHover= Javadoc -javadocHoverDescription= Shows the Javadoc of the selected element. +javadocHover= PHPdoc +javadocHoverDescription= Shows the PHPdoc of the selected element. sequentialHover= Combined Hover 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. annotationHover= Annotation Description @@ -160,13 +162,13 @@ problemHoverDescription= Shows the description of the selected problem. # Action Definitions ########################################################################## -category.source.name=Source +category.source.name=PHP Source category.source.description= PHP Source Actions context.editingPHPSource.name= Editing PHP Source context.editingPHPSource.description= Editing PHP Source Context -scope.javaEditor.name=Java Editor +scope.javaEditor.name=PHP Editor ########################################################################## # Action Definitions @@ -369,47 +371,17 @@ ActionDefinition.implementorsInWorkingSet.description= Search for Implementors o ActionDefinition.togglePresentation.name= Show Source of Selected Element Only ActionDefinition.togglePresentation.description= Show Source of Selected Element Only -###################### -### External Tools ### -###################### -LaunchConfigurationTypePHPApplication.name=PHP Application - -ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps -ExtPoint.toolTypes = External Tool Types -ExtPoint.argumentVariables = Argument Variables -ExtPoint.directoryVariables = Directory Variables -ExtPoint.fileVariables = File Variables -ExtPoint.refreshVariables = Refresh Scope Variables -ExternalToolsLaunchGroup.label = &External Tools -ToolType.programName = Program -ToolType.programDescription = An external tool that runs an application, a batch file, etc. -Menu.run = &Run -ActionSet.externalTools = External Tools -Action.externalTools = &External Tools -Action.externalToolsTip = Run Last Tool -PropertyPage.main = Main -PropertyPage.option = Options -PropertyPage.refresh = Refresh Scope -PropertyPage.antTargets = Targets -PropertyPage.externalToolsBuilders = PHP Launch Builders -CategoryView.externalTools = PHP Launchers -CategoryNewWizard.externalTools = PHP Launchers -NewWizard.programName = Program -NewWizard.programDescription = Create an external tool to run an application, a batch file, etc. -Builder.externalTools = Integrated PHP Launcher Builder -View.externalToolView = PHP Launchers -View.logConsole = Log Console -PreferencePage.externalToolsPreferences = PHP Launchers -PreferencePage.antConsolePreferences = Console -PreferencePage.antRuntimePreferences = Runtime - -Program.externalTools = PHP Program +ActionDefinition.indent.name=Correct Indentation +ActionDefinition.indent.description=Correct Indentation + +ActionDefinition.gotoMatchingBracket.name=Matching Bracket +ActionDefinition.gotoMatchingBracket.description=Goto Matching Bracket OccurrenceAnnotation.label= PHP Marker Occurrences -phpEditorFontDefiniton.label= Java Editor Text Font -phpEditorFontDefintion.description= The Java editor text font is used by Java editors. -#--- filter +phpEditorFontDefiniton.label= PHP Editor Text Font +phpEditorFontDefintion.description= The PHP editor text font is used by PHP editors. +#--- filter HideImportDeclaration.label= Import declarations HideImportDeclaration.description= Hides all import declarations