This commit was generated by cvs2svn to compensate for changes in r50,
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / src / net / sourceforge / phpdt / internal / debug / ui / PHPDebugUiMessages.properties
diff --git a/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/PHPDebugUiMessages.properties b/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/PHPDebugUiMessages.properties
new file mode 100644 (file)
index 0000000..ec9e132
--- /dev/null
@@ -0,0 +1,52 @@
+
+#########################################
+# LaunchConfigurationTab
+#########################################
+
+LaunchConfigurationTab.PHPArguments.name=Arguments
+LaunchConfigurationTab.PHPArguments.working_dir=Working Directory:
+LaunchConfigurationTab.PHPArguments.working_dir_browser_message=Select a working directory for the launch configuration
+LaunchConfigurationTab.PHPArguments.working_dir_use_default_message=Use default working directory
+LaunchConfigurationTab.PHPArguments.working_dir_error_message=Invalid working directory
+LaunchConfigurationTab.PHPArguments.interpreter_args_box_title=Interpreter Arguments:
+LaunchConfigurationTab.PHPArguments.program_args_box_title=Program Arguments:
+
+LaunchConfigurationTab.PHPEntryPoint.name=File
+LaunchConfigurationTab.PHPEntryPoint.projectLabel=Project:
+LaunchConfigurationTab.PHPEntryPoint.projectSelectorMessage=Choose the project containing the application entry point:
+LaunchConfigurationTab.PHPEntryPoint.invalidProjectSelectionMessage=Invalid project selection.
+LaunchConfigurationTab.PHPEntryPoint.fileLabel=File:
+LaunchConfigurationTab.PHPEntryPoint.fileSelectorMessage=Choose the PHP file that represents the application entry point:
+LaunchConfigurationTab.PHPEntryPoint.invalidFileSelectionMessage=Invalid PHP file.
+
+LaunchConfigurationTab.PHPEnvironment.name=Environment
+LaunchConfigurationTab.PHPEnvironment.loadPathTab.label=Load&path
+LaunchConfigurationTab.PHPEnvironment.loadPathDefaultButton.label=&Use default loadpath
+LaunchConfigurationTab.PHPEnvironment.interpreterAddButton.label=N&ew...
+LaunchConfigurationTab.PHPEnvironment.interpreterTab.label=&Interpreter
+LaunchConfigurationTab.PHPEnvironment.editInterpreterDialog.title=Add Interpreter
+LaunchConfigurationTab.PHPEnvironment.interpreter_not_selected_error_message=No interpreter has been selected
+
+LaunchConfigurationShortcut.PHP.multipleConfigurationsError=The file you are trying to launch has multiple configurations associated with it.\nPlease launch using 'Run...' and choose a configuration.
+
+#########################################
+# PHP Interpreter configuration
+#########################################
+
+EditInterpreterDialog.PHPInterpreter.path.label=Location:
+EditInterpreterDialog.PHPInterpreter.path.browse.button.label=Browse...
+EditInterpreterDialog.PHPInterpreter.path.error=The directory containing PHP must be selected
+EditInterpreterDialog.PHPInterpreter.name=Interpreter Name:
+EditInterpreterDialog.PHPInterpreter.name.error=Name cannot be empty
+EditInterpreterDialog.PHPInterpreter.path.browse.message=Choose location
+
+PHPInterpreterPreferencePage.addButton.label=Add
+PHPInterpreterPreferencePage.editButton.label=Edit
+PHPInterpreterPreferencePage.removeButton.label=Remove
+PHPInterpreterPreferencePage.PHPInterpreterTable.interpreterName=Name
+PHPInterpreterPreferencePage.PHPInterpreterTable.interpreterPath=Location
+
+PHPInterpreterPreferencePage.EditInterpreterDialog.addInterpreter.title=Add Interpreter
+PHPInterpreterPreferencePage.EditInterpreterDialog.editInterpreter.title=Edit Interpreter
+
+PHPBasePreferencePage.label=General Properties