X-Git-Url: http://git.phpeclipse.com 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 index 2700db4..5cbc8b0 100644 --- 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 @@ -3,66 +3,80 @@ # 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.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.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 +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 -LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.label=Remote &Debug -LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.RemoteCheckBox.label=Remote &Debug -LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.RemoteSourcePath.label=Remote &Sourcepath -LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.FileMap.label=Mapped Files -LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.FileMap.Table.Title.remote=remote -LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.FileMap.Table.Title.local=local -LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.FileMap.Button.Add.label=Add -LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.FileMap.Button.Edit.label=Edit -LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.FileMap.Button.Remove.label=Remove +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.label =Remote &Debug +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.RemoteCheckBox.label =Remote &Debug +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.RemoteTranslate.label =Cross Platform debugging +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.RemoteSourcePath.label =Remote &Sourcepath: +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.OpenDBGSessionInBrowserCheckBox.label =Open with DBGSession URL in internal Browser +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.OpenDBGSessionInExternalBrowserCheckBox.label =Use external Web browser +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.RelaunchOnScriptTermination.label =Relaunch debugger on script termination +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.label =Mapped Path: +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Table.Title.remote =remote +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Table.Title.local =local +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Add.label =Add +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Edit.label =Edit +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Remove.label =Remove +LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.TargetFile.label =Target File: -LaunchConfigurationShortcut.PHP.multipleConfigurationsError=The file you are trying to launch has multiple configurations associated with it.\nPlease launch using 'Run...' and choose a configuration. +LaunchConfigurationShortcut.PHP.multipleConfigurationsError =The file you are trying to launch has multiple configurations associated with it.\nPlease launch using 'Run...' and choose a configuration. + +LaunchConfigurationTab.PHPEnvironment2.CGIButton =CGI-Vars... ######################################### # 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 +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.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 -PHPInterpreterPreferencePage.EditInterpreterDialog.addInterpreter.title=Add Interpreter -PHPInterpreterPreferencePage.EditInterpreterDialog.editInterpreter.title=Edit Interpreter +PHPBasePreferencePage.label =General Properties -PHPBasePreferencePage.label=General Properties +#PHPManageBreakpointRulerAction.AddBreakpoint =Add Breakpoint +#PHPManageBreakpointRulerAction.RemoveBreakpoint =Remove Breakpoint +PHPManageBreakpointRulerAction.ToggleBreakpoint =Toggle &Breakpoint -PHPManageBreakpointRulerAction.AddBreakpoint=Add Breakpoint -PHPManageBreakpointRulerAction.RemoveBreakpoint=Remove Breakpoint +PHPDebugModelPresentation. = +PHPDebugModelPresentation.line =line: +EditPathMapDialog.Browse =Browse... +EditPathMapDialog.Remote_Path =Remote Path: +EditPathMapDialog.Select_the_directory_to_map =Select the directory to map +EditPathDialog.Local_Path =Local Path: -PHPDebugModelPresentation.= -PHPDebugModelPresentation.line=line: +PHPDebugHover.16 =Press F2 for focus.