debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/messages.properties
author Ed Swartz <ed.swartz@nokia.com>
Mon, 26 Apr 2010 10:42:47 -0500
branchRCL_2_4
changeset 1280 7114a2177fac
parent 1277 12fd76372d95
permissions -rw-r--r--
Add tooltips to Debug Process dialog

AbstractLaunchSettingsDialog.Title=New Launch Configuration Wizard
AbstractLaunchWizardSection.ChangeLabel=Change...
ConnectToDeviceDialog.EditLabel=Edit...
ConnectToDeviceDialog.GroupLabel=Current connection
ConnectToDeviceDialog.NewLabel=New...
ConnectToDeviceDialog.NoConnectionsText=No connections are detected or defined.  
ConnectToDeviceDialog.NoCurrentItem=No Current connection
ConnectToDeviceDialog.ServiceNotAvailWarning=The selected connection may not be usable for debugging:\n {0}
ConnectToDeviceDialog.ServiceNotSupportedError=The selected connection does not support {0}
ConnectToDeviceDialog.Title=Change connection
ConnectToDeviceSection.CurrentConnectionLabel=The current connection is ''{0}''.
ConnectToDeviceSection.NoConnectionMsg=No current connection is defined or detected.
ConnectToDeviceSection.StdPNPMsg=You may plug in a device over USB or create a new connection now for your device.
ConnectToDeviceSection.Title=Connect to device
DebugRunProcessDialog.AbsolutePathError=The executable path must be absolute.
DebugRunProcessDialog.AllFilterName=All Files
DebugRunProcessDialog.AttachAddlMsg=(selected at launch time)
DebugRunProcessDialog.AttachLabel=&Attach to process:
DebugRunProcessDialog.AttachProcessRadioTooltip=Attach to a running program at launch time.
DebugRunProcessDialog.BrowseLabel=Browse...
DebugRunProcessDialog.ChangeProcessMsg=Change {0} Process
DebugRunProcessDialog.DebugConfigureMsg=Configure how to debug the program.  The initial settings reflect the debug capabilities of the selected device and the SIS builder settings.
DebugRunProcessDialog.DeployLabel=Deploy method:
DebugRunProcessDialog.EnterPathError=Enter a non-empty executable path.
DebugRunProcessDialog.FilePathError=The executable path should end in a filename.
DebugRunProcessDialog.InstallBeforeLaunchLabel=Install package before launch
DebugRunProcessDialog.InstallFilterName=Installation Files
DebugRunProcessDialog.LaunchProjectExecutableRadioTooltip=Launch a program built by the project.
DebugRunProcessDialog.LaunchProjectExecutableSelectorTooltip=Select one of the executables built from the project.\n\nThis will be copied or installed to the device and then launched.
DebugRunProcessDialog.LaunchProjectExeLabel=Launch project &executable:
DebugRunProcessDialog.LaunchRemoteProgLabel=Launch program on &device:
DebugRunProcessDialog.LaunchRemoteProgramRadioTooltip=Launch a specific program on the device.
DebugRunProcessDialog.LaunchRemoteProgramSelectorTooltip=Select the device-side program to launch.\n\nThis is an executable installed or copied from the project or a custom path (e.g. used when debugging a DLL).
DebugRunProcessDialog.ModeLabel={0} method:
DebugRunProcessDialog.NoExesError=The project builds no executables.
DebugRunProcessDialog.NoneItem=None
DebugRunProcessDialog.RunConfigureMsg=Configure how to run the program.
DebugRunProcessDialog.SISCheckboxTooltip=When checked, Carbide installs a SIS package for the active build configuration.\n\nWhen unchecked, Carbide copies the files built by the current project to the device.\nYou can manually edit these in the advanced settings.
DebugRunProcessDialog.SISConfigLinkText=Modify SIS builder settings for build configuration
DebugRunProcessDialog.SISFileExistError=The SIS file ''{0}'' does not exist.
DebugRunProcessDialog.SISFileLabel=SIS File to Install:
DebugRunProcessDialog.SISQueryTip=Specify which SIS file to install on the phone prior to launching
DebugRunProcessDialog.Title=Select installation file
DebugRunProcessSection.AttachMsg=attach to a process selected at launch time
DebugRunProcessSection.ChangeMsg=Click the 'Change...' button to modify the {0} method.
DebugRunProcessSection.CopyMsg=copy files to the device
DebugRunProcessSection.InstallMsg=install ''{0}''
DebugRunProcessSection.LaunchFormat=launch ''{0}''
DebugRunProcessSection.MainFormat=Carbide will {0} and {1}.
DebugRunProcessSection.MustInstallError=Carbide must install a package to {0} but the settings are incomplete.
DebugRunProcessSection.NoExesError=This project does not build any executables.
DebugRunProcessSection.NoRemoteExeError=No remote executable is selected.
DebugRunProcessSection.Title={0} process
LaunchWizard.AdvancedLabel=Edit advanced settings before launch
LaunchWizard.AdvancedTip=When finishing the wizard, edit settings in the ''{0} Configurations'' dialog before launching.
LaunchWizard.EditLabel=Edit
LaunchWizard.EditTip=Click to accept settings and edit advanced settings.
LaunchWizard.FinishTip=Click to accept settings and launch the program.
LaunchWizard.Title=New Launch Configuration Wizard
LaunchWizardData.DebugModeLabel=Debug
LaunchWizardData.RunModeLabel=Run
OtherSettingsDialog.Title=Build Options Selection
OtherSettingsDialog.Desc1=Build the project before launch?  
OtherSettingsDialog.Desc2=This can take a very long time in some projects and build systems.  
OtherSettingsDialog.Desc3=On the other hand, you must remember to build the project yourself if you make changes.
OtherSettingsDialog.Title=Other Settings
OtherSettingsDialog.Description=Select build options before launching
OtherSettingsDialog.OptionsGroupLabel=Build (if required) before launching
OtherSettingsDialog.DisableButtonLabel=Disable build before launch
OtherSettingsDialog.DisableButtonToolTip=Requires manually building project before launching (this may improve launch performance)
OtherSettingsDialog.DisabledLabel=\ (disabled)
OtherSettingsDialog.EnableButtonLabel=Enable build before launch
OtherSettingsDialog.EnableButtonToolTip=Always build project before launching (this may impact launch performance)
OtherSettingsDialog.EnabledLabel=\ (enabled)
OtherSettingsDialog.WorkspaceSettingsButtonLabel=Use workspace settings
OtherSettingsDialog.WorkspaceSettingsButtonToolTip=Use workspace setting for "Build (if required) before Launch"
OtherSettingsDialog.WorkspaceSettingsLinkLabel=<a>Configure Workspace Settings...</a>
OtherSettingsDialog.WorkspaceSettingsPageID=org.eclipse.debug.ui.LaunchingPreferencePage
OtherSettingsSection.BuildBeforeLabel=Carbide will build the project before launch
OtherSettingsSection.NoBuildBeforeLabel=Carbide will not build the project before launch
OtherSettingsSection.Title=Other settings
OtherSettingsSection.WorkspaceLabel=\ (workspace setting)
UnifiedLaunchOptionsPage.Desc=Configure the connection and process to launch.
UnifiedLaunchOptionsPage.ExeFileMissingWarning=Executable file does not exist. Without building, launch may fail.
UnifiedLaunchOptionsPage.SISFileMissingWarning=Install file does not exist. Without building, launch may fail.
UnifiedLaunchOptionsPage.Title=Configure Launch Settings
UnifiedLaunchOptionsPage.TitleText=Configure launch configuration