1 ###################################
 
   5 ###################################
 
   7 WizardPage.title=PHP New File
 
   8 WizardPage.description=This wizard creates a new file with *.php extension that can be opened by the PHP editor.
 
   9 WizardPage.containerLabel=&Container:
 
  10 WizardPage.fileLabel=&File name:
 
  11 WizardPage.browseButtonText=Browse...
 
  12 WizardPage.fileAlreadyExists=This name is already used by an existing file. Please choose another one.
 
  13 WizardPage.mustBePHP=File extension must be "php".
 
  14 WizardPage.nameMustBeSpecified=File name must be specified.
 
  15 WizardPage.containerMustBeSpecified=File container must be specified.
 
  16 WizardPage.selectNewFileContainer=Select new file container.
 
  18 Wizard.error=An error occured
 
  19 Wizard.Monitor.creating=Creating 
 
  20 Wizard.Monitor.openingFile=Opening file for editing...
 
  21 Wizard.Monitor.containerDoesNotExistException=The given container does not exist.
 
  23 NewProjectCreationWizard.windowTitle=New
 
  24 NewProjectCreationWizard.projectCreationMessage=Creating new PHP Project
 
  26 WizardNewProjectCreationPage.pageName=Create PHP Project
 
  27 WizardNewProjectCreationPage.pageTitle=PHP Project
 
  28 WizardNewProjectCreationPage.pageDescription=Create a new PHP Project