Changing localhost to read Project URI in Project Properties.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / preferences / PHPPreferencesMessages.properties
1 #########################################
2 # PHPProjectLibraryPage 
3 #########################################
4
5 PHPProjectLibraryPage.elementNotIProject=ERROR: Element not IProject
6 PHPProjectLibraryPage.project=Project
7 PHPProjectLibraryPage.tabName=Projects
8
9
10 #########################################
11 # Property Pages
12 #########################################
13
14 PHPProjectPropertyPage.phpProjectClosed=The project selected is a PHP project, but is closed.
15 PHPProjectPropertyPage.performOkExceptionDialogTitle=Unable to save
16 PHPProjectPropertyPage.performOkExceptionDialogMessage=ERROR: Unable to save project properties.
17
18 PHPMiscProjectPreferences.localhost=Project URI:
19 PHPMiscProjectPreferences.documentroot=DocumentRoot:
20 PHPMiscProjectPreferences.bookmark=SQL default bookmark:
21 PHPMiscProjectPreferences.include_paths=Include Paths:
22
23 PHPMiscProjectPreferences.obfuscator=Obfuscator directory:
24
25 PHPPreviewProjectPreferences.auto_preview=Refresh PHP browser view when opening editor
26 PHPPreviewProjectPreferences.bring_to_top_preview=Show PHP browser view when opening editor
27 PHPPreviewProjectPreferences.sticky_browser_url=Make PHP browser view URL sticky
28 PHPPreviewProjectPreferences.show_html_files_local=Show HTML files as local resources (no 'http://' url)
29 PHPPreviewProjectPreferences.show_xml_files_local=Show XML files as local resources (no 'http://' url)
30
31 #########################################
32 # Preference Pages
33 #########################################
34 PHPBasePreferencePage.description=PHP Preferences
35 PHPBasePreferencePage.websettingsGroup=Webserver Settings
36 PHPBasePreferencePage.websettingsGroup.localhost=Localhost
37 PHPBasePreferencePage.websettingsGroup.docroot=DocumentRoot
38 PHPBasePreferencePage.websettingsGroup.browser=External browser command
39 PHPBasePreferencePage.websettingsGroup.useexternal=Use external browser
40 #PHPBasePreferencePage.websettingsGroup.showexternalpreview=Show preview on editor load (win32 only)
41 PHPBasePreferencePage.apacheGroup=Apache Settings
42 PHPBasePreferencePage.apacheGroup.run=Apache
43 PHPBasePreferencePage.apacheGroup.start=Start Apache
44 PHPBasePreferencePage.apacheGroup.start_background=Run in background mode
45 PHPBasePreferencePage.apacheGroup.stop=Stop Apache
46 PHPBasePreferencePage.apacheGroup.stop_background=Run in background mode
47 PHPBasePreferencePage.apacheGroup.restart=Restart Apache
48 PHPBasePreferencePage.apacheGroup.restart_background=Run in background mode
49 PHPBasePreferencePage.console.php=Run PHP command
50 PHPBasePreferencePage.mySQLGroup=MySQL Settings
51 PHPBasePreferencePage.mySQLGroup.run=MySQL
52 PHPBasePreferencePage.mySQLGroup.start_background=Run in background mode
53 PHPBasePreferencePage.mySQLGroup.command=Start MySQL
54 PHPBasePreferencePage.parsers=Parsing settings
55 PHPBasePreferencePage.parsers.pos=Parse on save
56 PHPBasePreferencePage.parsers.external=External
57 PHPBasePreferencePage.parsers.internal=Internal
58 PHPBasePreferencePage.parsers.extcommand=Parser command
59 PHPBasePreferencePage.parsers.choose=Choose PHP Parser
60  
61
62