1f09ff127c05b111f07bd1828005afecad3ee6a0
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / src / net / sourceforge / phpdt / internal / debug / ui / PHPDebugUiMessages.properties
1
2 #########################################
3 # LaunchConfigurationTab
4 #########################################
5
6 LaunchConfigurationTab.PHPArguments.name=Arguments
7 LaunchConfigurationTab.PHPArguments.working_dir=Working Directory:
8 LaunchConfigurationTab.PHPArguments.working_dir_browser_message=Select a working directory for the launch configuration
9 LaunchConfigurationTab.PHPArguments.working_dir_use_default_message=Use default working directory
10 LaunchConfigurationTab.PHPArguments.working_dir_error_message=Invalid working directory
11 LaunchConfigurationTab.PHPArguments.interpreter_args_box_title=Interpreter Arguments:
12 LaunchConfigurationTab.PHPArguments.program_args_box_title=Program Arguments:
13
14 LaunchConfigurationTab.PHPEntryPoint.name=File
15 LaunchConfigurationTab.PHPEntryPoint.projectLabel=Project:
16 LaunchConfigurationTab.PHPEntryPoint.projectSelectorMessage=Choose the project containing the application entry point:
17 LaunchConfigurationTab.PHPEntryPoint.invalidProjectSelectionMessage=Invalid project selection.
18 LaunchConfigurationTab.PHPEntryPoint.fileLabel=File:
19 LaunchConfigurationTab.PHPEntryPoint.fileSelectorMessage=Choose the PHP file that represents the application entry point:
20 LaunchConfigurationTab.PHPEntryPoint.invalidFileSelectionMessage=Invalid PHP file.
21
22 LaunchConfigurationTab.PHPEnvironment.name=Environment
23 LaunchConfigurationTab.PHPEnvironment.loadPathTab.label=Load&path
24 LaunchConfigurationTab.PHPEnvironment.loadPathDefaultButton.label=&Use default loadpath
25 LaunchConfigurationTab.PHPEnvironment.interpreterAddButton.label=N&ew...
26 LaunchConfigurationTab.PHPEnvironment.interpreterTab.label=&Interpreter
27 LaunchConfigurationTab.PHPEnvironment.editInterpreterDialog.title=Add Interpreter
28 LaunchConfigurationTab.PHPEnvironment.interpreter_not_selected_error_message=No interpreter has been selected
29
30 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.label=Remote &Debug
31 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.RemoteCheckBox.label=Remote &Debug
32 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.RemoteSourcePath.label=Remote &Sourcepath:
33 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.label=Mapped Path:
34 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Table.Title.remote=remote
35 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Table.Title.local=local
36 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Add.label=Add
37 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Edit.label=Edit
38 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Remove.label=Remove
39
40 LaunchConfigurationShortcut.PHP.multipleConfigurationsError=The file you are trying to launch has multiple configurations associated with it.\nPlease launch using 'Run...' and choose a configuration.
41
42 LaunchConfigurationTab.PHPEnvironment2.CGIButton=CGI-Vars...
43
44 #########################################
45 # PHP Interpreter configuration
46 #########################################
47
48 EditInterpreterDialog.PHPInterpreter.path.label=Location:
49 EditInterpreterDialog.PHPInterpreter.path.browse.button.label=Browse...
50 EditInterpreterDialog.PHPInterpreter.path.error=The directory containing PHP must be selected
51 EditInterpreterDialog.PHPInterpreter.name=Interpreter Name:
52 EditInterpreterDialog.PHPInterpreter.name.error=Name cannot be empty
53 EditInterpreterDialog.PHPInterpreter.path.browse.message=Choose location
54
55 PHPInterpreterPreferencePage.addButton.label=Add
56 PHPInterpreterPreferencePage.editButton.label=Edit
57 PHPInterpreterPreferencePage.removeButton.label=Remove
58 PHPInterpreterPreferencePage.PHPInterpreterTable.interpreterName=Name
59 PHPInterpreterPreferencePage.PHPInterpreterTable.interpreterPath=Location
60
61 PHPInterpreterPreferencePage.EditInterpreterDialog.addInterpreter.title=Add Interpreter
62 PHPInterpreterPreferencePage.EditInterpreterDialog.editInterpreter.title=Edit Interpreter
63
64 PHPBasePreferencePage.label=General Properties
65
66 PHPManageBreakpointRulerAction.AddBreakpoint=Add Breakpoint
67 PHPManageBreakpointRulerAction.RemoveBreakpoint=Remove Breakpoint
68
69 PHPDebugModelPresentation.<not responding>=<not responding>
70 PHPDebugModelPresentation.line=line:
71 EditPathMapDialog.Browse=Browse...
72 EditPathMapDialog.Remote_Path=Remote Path:
73 EditPathMapDialog.Select_the_directory_to_map=Select the directory to map
74 EditPathDialog.Local_Path=Local Path:
75
76 PHPDebugHover.16=Press F2 for focus.