X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/plugin.properties b/net.sourceforge.phpeclipse.ui/plugin.properties index 3525d7c..d7b7c12 100644 --- a/net.sourceforge.phpeclipse.ui/plugin.properties +++ b/net.sourceforge.phpeclipse.ui/plugin.properties @@ -17,8 +17,52 @@ providerName= PHPEclipse project team preferencePageName = PHPeclipse viewCategoryName = PHPeclipse +perspectivePHP.name=PHP +newWizardCategory.name=PHP +newWizardPHPProject.name=PHP Project +newWizardPHPFile.name=PHP File +newWizardHTMLFile.name=HTML file + +OpenActionSet.label=Open Declaration/Include +OpenDeclaration=Open Declaration/Include +ExportWizards.Obfuscator = Obfuscate PHP Project to File system +ExportWizards.ObfuscatorDescription = Obfuscate PHP resources to the local file system + +compilerPageName=PHP Parser +todoPageName=PHP Task Tags + +phpEditorName=PHP Editor + +sourceHover= Source +sourceHoverDescription= Shows the source 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. + + +category.source.name=PHP Source +category.source.description= PHP Source Actions + +context.editingPHPSource.name= Editing PHP Source +context.editingPHPSource.description= Editing PHP Source Context + + +javaDocumentFactory=PHP Document Factory +javaDocumentSetupParticipant=PHP Document Setup Participant templates.contextType.xml=xml templates.contextType.html=html templates.contextType.smarty=smarty templates.contextType.javascript=javascript + + +compilerOptionsPrefName= PHP Parser +todoTaskPrefName= Task Tags +templatePageName= Templates +spellingPrefName= Spelling +codeAssistPageName= Code Assist +editorPageName= Editor +editorMarkOccurrencesPage= Mark Occurrences