X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 4e2f6b2..bb7ee88 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -2,7 +2,7 @@ # ######################################### pluginName=PHPEclipse Tools Core -providerName=phpeclipse.de +providerName=www.phpeclipse.de naturePHP.name=PHP Project elementFiltersName=PHPElement Filters phpProblemName=PHP Problem @@ -40,6 +40,7 @@ todoTaskPrefName= Task Tags templatePageName= Templates spellingPrefName= Spelling codeAssistPageName= Code Assist +editorMarkOccurrencesPage= Mark Occurrences # # Extension point names @@ -161,7 +162,7 @@ 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 @@ -370,11 +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 +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= PHP Editor Text Font phpEditorFontDefintion.description= The PHP editor text font is used by PHP editors. -#--- filter +#--- filter HideImportDeclaration.label= Import declarations HideImportDeclaration.description= Hides all import declarations