X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 12630b8..94cefe9 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -2,8 +2,14 @@ # ######################################### pluginName=PHPEclipse Tools Core -providerName=EclipseProject.de +providerName=phpeclipse.de naturePHP.name=PHP Project +phpProblemName=PHP Problem +transientPHPProblemName=Transient PHP Problem +phpTaskName=PHP Task +viewCategoryName=PHP + +phpEditorTextHoversName=PHP Editor Text Hovers perspectivePHP.name=PHP perspectiveHTML.name=HTML @@ -12,14 +18,28 @@ viewPHPResources.name=PHP Resources newWizardCategory.name=PHP newWizardPHPProject.name=PHP Project newWizardPHPFile.name=PHP File +NewPHPClass.label= Class +NewPHPClass.description=Create a PHP class + +ExportWizards.Obfuscator = Obfuscate PHP Project to File system +ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system propertyPagePHPProject.name=PHP Project Properties +compilerPageName=PHP Parser +todoPageName=PHP Task Tags + +compilerOptionsPrefName=PHP Parser +todoTaskPrefName=Task Tags +templatePageName=Templates +spellingPrefName=Spelling + # # Extension point names # phpEditorName=PHP Editor phpConsoleView=PHP Console +phpBrowserView=PHP Browser phpFileExtension=php php3FileExtension=php3 php4FileExtension=php4 @@ -28,6 +48,20 @@ phtmlFileExtension=phtml htmlFileExtension=html htmFileExtension=htm xmlFileExtension=xml +tplFileExtension=tpl + +javaDocumentFactory=PHP Document Factory +javaDocumentSetupParticipant=PHP Document Setup Participant + +sourceHover= Source +sourceHoverDescription= Shows the source of the selected element. +javadocHover= PHPdoc +javadocHoverDescription= Shows the PHPdoc of the selected element. +sequentialHover= Best Match +sequentialHoverDescription= Shows the hover which fits best for the selected element and the current context. +annotationHover= Annotation +annotationHoverDescription= Shows the text of the selected annotation. + # # Action sets # @@ -50,9 +84,15 @@ CodingActionSet.description= Action set containing coding related PHP actions ########################################################################## SourceMenu.label= &Source -CommentAction.label= Co&mment@Ctrl+/ +CommentAction.label= Co&mment + +UncommentAction.label= &Uncomment + +ToggleCommentAction.label= Togg&le Comment -UncommentAction.label= &Uncomment@Ctrl+\\ +AddBlockCommentAction.label= Add &Block Comment + +RemoveBlockCommentAction.label= Remove Bloc&k Comment ShiftRightAction.label= Sh&ift Right @@ -78,10 +118,10 @@ FindStringsToExternalizeAction.label= &Find Strings to Externalize... ExternalizeStringsAction.label= &Externalize Strings... -ConvertLineDelimitersActions.label= Co&nvert Line Delimiters -ConvertLineDelimitersToWindowsAction.label= To &Windows -ConvertLineDelimitersToUNIXAction.label= To &UNIX -ConvertLineDelimitersToMacAction.label= To &Mac +ConvertLineDelimitersActions.label= Co&nvert Line Delimiters To +ConvertLineDelimitersToWindowsAction.label= &Windows +ConvertLineDelimitersToUNIXAction.label= &UNIX +ConvertLineDelimitersToMacAction.label= &Mac ########################################################################## # Javadoc Support @@ -98,6 +138,29 @@ CreatePHPDocAction.tooltip= Run PHPDoc Wizard PHPWorkingSetPage.name= PHP +sourceHover= Source +sourceHoverDescription= Shows the source of the selected element. +javadocHover= Javadoc +javadocHoverDescription= Shows the Javadoc 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 +annotationHoverDescription= Shows the description of the selected annotation. +problemHover= Problem Description +problemHoverDescription= Shows the description of the selected problem. + +########################################################################## +# Action Definitions +########################################################################## + +category.source.name=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 + ########################################################################## # Action Definitions ########################################################################## @@ -145,6 +208,15 @@ ActionDefinition.comment.description= Turn the selected lines into PHP comments ActionDefinition.uncomment.name= Uncomment ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines +ActionDefinition.toggleComment.name= Toggle Comment +ActionDefinition.toggleComment.description= Toggle comment the selected lines + +ActionDefinition.addBlockComment.name= Add Block Comment +ActionDefinition.addBlockComment.description= Enclose the selection with a block comment + +ActionDefinition.removeBlockComment.name= Remove Block Comment +ActionDefinition.removeBlockComment.description= Remove the block comment enclosing the selection + ActionDefinition.format.name= Format ActionDefinition.format.description= Format the selected text @@ -324,4 +396,14 @@ PreferencePage.externalToolsPreferences = PHP Launchers PreferencePage.antConsolePreferences = Console PreferencePage.antRuntimePreferences = Runtime -Program.externalTools = PHP Program \ No newline at end of file +Program.externalTools = PHP Program + +OccurrenceAnnotation.label= PHP Marker Occurrences + +phpEditorFontDefiniton.label= Java Editor Text Font +phpEditorFontDefintion.description= The Java editor text font is used by Java editors. + +#--- folding +foldingStructureProvidersExtensionPoint= Folding Structure Providers +defaultFoldingStructureProviderName= Default PHP Folding +Folding.label= F&olding \ No newline at end of file