2 #########################################
 
   3 # LaunchConfigurationTab
 
   4 #########################################
 
   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:
 
  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.
 
  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
 
  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.OpenDBGSessionInExternalBrowserCheckBox.label=Use external Web browser
 
  36 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.label=Mapped Path:
 
  37 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Table.Title.remote=remote
 
  38 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Table.Title.local=local
 
  39 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Add.label=Add
 
  40 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Edit.label=Edit
 
  41 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.PathMap.Button.Remove.label=Remove
 
  42 LaunchConfigurationTab.PHPEnvironment.remoteDebugTab.TargetFile.label=Target File:
 
  44 LaunchConfigurationShortcut.PHP.multipleConfigurationsError=The file you are trying to launch has multiple configurations associated with it.\nPlease launch using 'Run...' and choose a configuration.
 
  46 LaunchConfigurationTab.PHPEnvironment2.CGIButton=CGI-Vars...
 
  48 #########################################
 
  49 # PHP Interpreter configuration
 
  50 #########################################
 
  52 EditInterpreterDialog.PHPInterpreter.path.label=Location:
 
  53 EditInterpreterDialog.PHPInterpreter.path.browse.button.label=Browse...
 
  54 EditInterpreterDialog.PHPInterpreter.path.error=The directory containing PHP must be selected
 
  55 EditInterpreterDialog.PHPInterpreter.name=Interpreter Name:
 
  56 EditInterpreterDialog.PHPInterpreter.name.error=Name cannot be empty
 
  57 EditInterpreterDialog.PHPInterpreter.path.browse.message=Choose location
 
  59 PHPInterpreterPreferencePage.addButton.label=Add
 
  60 PHPInterpreterPreferencePage.editButton.label=Edit
 
  61 PHPInterpreterPreferencePage.removeButton.label=Remove
 
  62 PHPInterpreterPreferencePage.PHPInterpreterTable.interpreterName=Name
 
  63 PHPInterpreterPreferencePage.PHPInterpreterTable.interpreterPath=Location
 
  65 PHPInterpreterPreferencePage.EditInterpreterDialog.addInterpreter.title=Add Interpreter
 
  66 PHPInterpreterPreferencePage.EditInterpreterDialog.editInterpreter.title=Edit Interpreter
 
  68 PHPBasePreferencePage.label=General Properties
 
  70 #PHPManageBreakpointRulerAction.AddBreakpoint=Add Breakpoint
 
  71 #PHPManageBreakpointRulerAction.RemoveBreakpoint=Remove Breakpoint
 
  72 PHPManageBreakpointRulerAction.ToggleBreakpoint=Toggle PHP &Breakpoint
 
  74 PHPDebugModelPresentation.<not responding>=<not responding>
 
  75 PHPDebugModelPresentation.line=line:
 
  76 EditPathMapDialog.Browse=Browse...
 
  77 EditPathMapDialog.Remote_Path=Remote Path:
 
  78 EditPathMapDialog.Select_the_directory_to_map=Select the directory to map
 
  79 EditPathDialog.Local_Path=Local Path:
 
  81 PHPDebugHover.16=Press F2 for focus.