X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/plugin.properties b/net.sourceforge.phpeclipse/plugin.properties index 904f2d7..3e89981 100644 --- a/net.sourceforge.phpeclipse/plugin.properties +++ b/net.sourceforge.phpeclipse/plugin.properties @@ -6,7 +6,7 @@ providerName=phpeclipse.de naturePHP.name=PHP Project phpProblemName=PHP Problem transientPHPProblemName=Transient PHP Problem -phpTaskName=Java Task +phpTaskName=PHP Task viewCategoryName=PHP phpEditorTextHoversName=PHP Editor Text Hovers @@ -26,6 +26,11 @@ ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file propertyPagePHPProject.name=PHP Project Properties +todoPageName=PHP Task Tags + +todoTaskPrefName=Task Tags +templatePageName=Templates + # # Extension point names # @@ -77,6 +82,8 @@ CommentAction.label= Co&mment@Ctrl+/ UncommentAction.label= &Uncomment@Ctrl+\\ +ToggleCommentAction.label= Togg&le Comment + ShiftRightAction.label= Sh&ift Right ShiftLeftAction.label= S&hift Left @@ -101,10 +108,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 @@ -168,6 +175,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 around the selection + ActionDefinition.format.name= Format ActionDefinition.format.description= Format the selected text @@ -349,4 +365,8 @@ PreferencePage.antRuntimePreferences = Runtime Program.externalTools = PHP Program -OccurrenceAnnotation.label= PHP Marker Occurrences \ No newline at end of file +OccurrenceAnnotation.label= PHP Marker Occurrences + + +phpEditorFontDefiniton.label= Java Editor Text Font +phpEditorFontDefintion.description= The Java editor text font is used by Java editors.