#########################################
-# PHPProjectLibraryPage
+# PHPProjectLibraryPage
#########################################
PHPProjectLibraryPage.elementNotIProject=ERROR: Element not IProject
PHPProjectPropertyPage.performOkExceptionDialogTitle=Unable to save
PHPProjectPropertyPage.performOkExceptionDialogMessage=ERROR: Unable to save project properties.
-PHPObfuscatorPropertyPage.hasnature=Is PHP project.
-PHPObfuscatorPropertyPage.publish=Obfuscator directory:
-PHPObfuscatorPropertyPage.dialogtitle=PHP
-PHPObfuscatorPropertyPage.projecterror=Could not create the new project.
-PHPObfuscatorPropertyPage.properties=PHP Obfuscator 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
+PHPPreviewProjectPreferences.bring_to_top_preview=Show PHP browser view when opening editor
+PHPPreviewProjectPreferences.show_html_files_local=Show HTML files as local resources (no 'http://' url)
#########################################
# Preference Pages
PHPBasePreferencePage.websettingsGroup.docroot=DocumentRoot
PHPBasePreferencePage.websettingsGroup.browser=External browser command
PHPBasePreferencePage.websettingsGroup.useexternal=Use external browser
-PHPBasePreferencePage.websettingsGroup.showexternalpreview=Show preview on editor load (win32 only)
+#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
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
PHPEditorSyntaxPreferencePage.singleLineComment=Single-line comment
PHPEditorSyntaxPreferencePage.tags=PHP Tags
PHPEditorSyntaxPreferencePage.keywords=Keywords
-PHPEditorSyntaxPreferencePage.variables=Variables
+PHPEditorSyntaxPreferencePage.variables='$' Variables
+PHPEditorSyntaxPreferencePage.variables_dollar='$_' 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..