Added two new workspaces preferences, to track the location of httpd.conf and etc...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / preferences / PHPPreferencesMessages.properties
index 1157f93..19b09d6 100644 (file)
@@ -1,5 +1,5 @@
 #########################################
-# PHPProjectLibraryPage
+# PHPProjectLibraryPage 
 #########################################
 
 PHPProjectLibraryPage.elementNotIProject=ERROR: Element not IProject
@@ -15,7 +15,10 @@ PHPProjectPropertyPage.phpProjectClosed=The project selected is a PHP project, b
 PHPProjectPropertyPage.performOkExceptionDialogTitle=Unable to save
 PHPProjectPropertyPage.performOkExceptionDialogMessage=ERROR: Unable to save project properties.
 
+PHPMiscProjectPreferences.localhost=Localhost
+PHPMiscProjectPreferences.documentroot=DocumentRoot
 PHPMiscProjectPreferences.bookmark=SQL default bookmark:
+
 PHPMiscProjectPreferences.obfuscator=Obfuscator directory:
 
 PHPPreviewProjectPreferences.auto_preview=Refresh PHP browser view when opening editor
@@ -33,7 +36,11 @@ PHPBasePreferencePage.websettingsGroup.browser=External browser command
 PHPBasePreferencePage.websettingsGroup.useexternal=Use external browser
 #PHPBasePreferencePage.websettingsGroup.showexternalpreview=Show preview on editor load (win32 only)
 PHPBasePreferencePage.apacheGroup=Apache Settings
+PHPBasePreferencePage.apacheGroup.xampp_start=XAMPP Start
+PHPBasePreferencePage.apacheGroup.xampp_stop=XAMPP Stop
 PHPBasePreferencePage.apacheGroup.run=Apache
+PHPBasePreferencePage.apacheGroup.httpdconf=httpd.conf
+PHPBasePreferencePage.apacheGroup.etchosts=etc/hosts
 PHPBasePreferencePage.apacheGroup.start=Start Apache
 PHPBasePreferencePage.apacheGroup.start_background=Run in background mode
 PHPBasePreferencePage.apacheGroup.stop=Stop Apache
@@ -51,6 +58,7 @@ PHPBasePreferencePage.parsers.external=External
 PHPBasePreferencePage.parsers.internal=Internal
 PHPBasePreferencePage.parsers.extcommand=Parser command
 PHPBasePreferencePage.parsers.choose=Choose PHP Parser
+PHPBasePreferencePage.phpExtensionPrefs=PHP file extensions (internal Parser)
 
 PHPEditorSyntaxPreferencePage.description:PHP Editor Preferences
 PHPEditorSyntaxPreferencePage.background:Background settings
@@ -68,7 +76,8 @@ PHPEditorSyntaxPreferencePage.variables=Variables
 PHPEditorSyntaxPreferencePage.types=Types
 PHPEditorSyntaxPreferencePage.functions=Functions
 PHPEditorSyntaxPreferencePage.constants=Constants
-PHPEditorSyntaxPreferencePage.strings=Strings
+PHPEditorSyntaxPreferencePage.strings_dq=Double Quoted Strings
+PHPEditorSyntaxPreferencePage.strings_sq=Single Quoted Strings
 PHPEditorSyntaxPreferencePage.others=Others
 PHPEditorSyntaxPreferencePage.syntaxdialog=Custom PHP Syntax File:
 PHPEditorSyntaxPreferencePage.browse=Browse..