X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPWizardMessages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPWizardMessages.properties index 23c9370..355c144 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPWizardMessages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/wizards/PHPWizardMessages.properties @@ -4,8 +4,10 @@ ## ################################### -WizardPage.title=PHP New File -WizardPage.description=This wizard creates a new file with *.php extension that can be opened by the PHP editor. +WizardPage.title=PHP file +WizardPage.description=This wizard creates a new PHP file. +WizardPage.html.title=HTML file +WizardPage.html.description=This wizard creates a new HTML file. WizardPage.containerLabel=&Container: WizardPage.fileLabel=&File name: WizardPage.browseButtonText=Browse... @@ -15,7 +17,18 @@ WizardPage.nameMustBeSpecified=File name must be specified. WizardPage.containerMustBeSpecified=File container must be specified. WizardPage.selectNewFileContainer=Select new file container. + + Wizard.error=An error occured -Wizard.Monitor.creating=Creating +Wizard.Monitor.creating=Creating Wizard.Monitor.openingFile=Opening file for editing... -Wizard.Monitor.containerDoesNotExistException=The given container does not exist. \ No newline at end of file +Wizard.Monitor.containerDoesNotExistException=The given container does not exist. + +NewProjectCreationWizard.windowTitle=New PHP project +NewProjectCreationWizard.projectCreationMessage=Creating new PHP Project + +WizardNewProjectCreationPage.windowTitle=New PHP file +WizardNewProjectCreationPage.html.windowTitle=New HTML file +WizardNewProjectCreationPage.pageName=Create PHP Project +WizardNewProjectCreationPage.pageTitle=PHP Project +WizardNewProjectCreationPage.pageDescription=Create a new PHP Project \ No newline at end of file