Added: small label to make an effect of RemoteSourcePath clear
[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.RemoteTranslate.label=Cross Platform debugging
33 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.RemoteSourcePath.label=Remote &Sourcepath:
34 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.OpenDBGSessionInBrowserCheckBox.label=Open with DBGSession URL in internal Browser
35 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.label=Mapped Path:
36 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Table.Title.remote=remote
37 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Table.Title.local=local
38 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Add.label=Add
39 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Edit.label=Edit
40 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Remove.label=Remove
41 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.TargetFile.label=Target File:
42
43 LaunchConfigurationShortcut.PHP.multipleConfigurationsError=The file you are trying to launch has multiple configurations associated with it.\nPlease launch using 'Run...' and choose a configuration.
44
45 LaunchConfigurationTab.PHPEnvironment2.CGIButton=CGI-Vars...
46
47 #########################################
48 # PHP Interpreter configuration
49 #########################################
50
51 EditInterpreterDialog.PHPInterpreter.path.label=Location:
52 EditInterpreterDialog.PHPInterpreter.path.browse.button.label=Browse...
53 EditInterpreterDialog.PHPInterpreter.path.error=The directory containing PHP must be selected
54 EditInterpreterDialog.PHPInterpreter.name=Interpreter Name:
55 EditInterpreterDialog.PHPInterpreter.name.error=Name cannot be empty
56 EditInterpreterDialog.PHPInterpreter.path.browse.message=Choose location
57
58 PHPInterpreterPreferencePage.addButton.label=Add
59 PHPInterpreterPreferencePage.editButton.label=Edit
60 PHPInterpreterPreferencePage.removeButton.label=Remove
61 PHPInterpreterPreferencePage.PHPInterpreterTable.interpreterName=Name
62 PHPInterpreterPreferencePage.PHPInterpreterTable.interpreterPath=Location
63
64 PHPInterpreterPreferencePage.EditInterpreterDialog.addInterpreter.title=Add Interpreter
65 PHPInterpreterPreferencePage.EditInterpreterDialog.editInterpreter.title=Edit Interpreter
66
67 PHPBasePreferencePage.label=General Properties
68
69 #PHPManageBreakpointRulerAction.AddBreakpoint=Add Breakpoint
70 #PHPManageBreakpointRulerAction.RemoveBreakpoint=Remove Breakpoint
71 PHPManageBreakpointRulerAction.ToggleBreakpoint=Toggle PHP &Breakpoint
72
73 PHPDebugModelPresentation.<not responding>=<not responding>
74 PHPDebugModelPresentation.line=line:
75 EditPathMapDialog.Browse=Browse...
76 EditPathMapDialog.Remote_Path=Remote Path:
77 EditPathMapDialog.Select_the_directory_to_map=Select the directory to map
78 EditPathDialog.Local_Path=Local Path:
79
80 PHPDebugHover.16=Press F2 for focus.