X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/preferences/PHPPreferencesMessages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/preferences/PHPPreferencesMessages.properties index 68cb473..6d1f225 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/preferences/PHPPreferencesMessages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/preferences/PHPPreferencesMessages.properties @@ -39,6 +39,8 @@ 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 @@ -70,11 +72,13 @@ PHPEditorSyntaxPreferencePage.multiLineComment=Multi-line comment 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..