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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
     1
AbstractLaunchSettingsDialog.Title=New Launch Configuration Wizard
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
     2
AbstractLaunchWizardSection.ChangeLabel=Change...
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
     3
ConnectToDeviceDialog.EditLabel=Edit...
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
     4
ConnectToDeviceDialog.GroupLabel=Current connection
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
     5
ConnectToDeviceDialog.NewLabel=New...
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
     6
ConnectToDeviceDialog.NoConnectionsText=No connections are detected or defined.  
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
     7
ConnectToDeviceDialog.NoCurrentItem=No Current connection
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
     8
ConnectToDeviceDialog.ServiceNotAvailWarning=The selected connection may not be usable for debugging:\n {0}
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
     9
ConnectToDeviceDialog.ServiceNotSupportedError=The selected connection does not support {0}
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    10
ConnectToDeviceDialog.Title=Change connection
982
c848ffa5a500 New launch wizard UI tweaks based on demo feedback
dadubrow
parents: 966
diff changeset
    11
ConnectToDeviceSection.CurrentConnectionLabel=The current connection is ''{0}''.
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    12
ConnectToDeviceSection.NoConnectionMsg=No current connection is defined or detected.
1127
fc3d23dcbdda fix errant strings in UI
dadubrow
parents: 1066
diff changeset
    13
ConnectToDeviceSection.StdPNPMsg=You may plug in a device over USB or create a new connection now for your device.
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    14
ConnectToDeviceSection.Title=Connect to device
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    15
DebugRunProcessDialog.AbsolutePathError=The executable path must be absolute.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    16
DebugRunProcessDialog.AllFilterName=All Files
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    17
DebugRunProcessDialog.AttachAddlMsg=(selected at launch time)
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    18
DebugRunProcessDialog.AttachLabel=&Attach to process:
1280
7114a2177fac Add tooltips to Debug Process dialog
Ed Swartz <ed.swartz@nokia.com>
parents: 1277
diff changeset
    19
DebugRunProcessDialog.AttachProcessRadioTooltip=Attach to a running program at launch time.
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    20
DebugRunProcessDialog.BrowseLabel=Browse...
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    21
DebugRunProcessDialog.ChangeProcessMsg=Change {0} Process
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    22
DebugRunProcessDialog.DebugConfigureMsg=Configure how to debug the program.  The initial settings reflect the debug capabilities of the selected device and the SIS builder settings.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    23
DebugRunProcessDialog.DeployLabel=Deploy method:
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    24
DebugRunProcessDialog.EnterPathError=Enter a non-empty executable path.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    25
DebugRunProcessDialog.FilePathError=The executable path should end in a filename.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    26
DebugRunProcessDialog.InstallBeforeLaunchLabel=Install package before launch
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    27
DebugRunProcessDialog.InstallFilterName=Installation Files
1280
7114a2177fac Add tooltips to Debug Process dialog
Ed Swartz <ed.swartz@nokia.com>
parents: 1277
diff changeset
    28
DebugRunProcessDialog.LaunchProjectExecutableRadioTooltip=Launch a program built by the project.
7114a2177fac Add tooltips to Debug Process dialog
Ed Swartz <ed.swartz@nokia.com>
parents: 1277
diff changeset
    29
DebugRunProcessDialog.LaunchProjectExecutableSelectorTooltip=Select one of the executables built from the project.\n\nThis will be copied or installed to the device and then launched.
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    30
DebugRunProcessDialog.LaunchProjectExeLabel=Launch project &executable:
1277
12fd76372d95 PNP launch wizard changes: make Remote Program text entry into combo viewer with history
Ed Swartz <ed.swartz@nokia.com>
parents: 1191
diff changeset
    31
DebugRunProcessDialog.LaunchRemoteProgLabel=Launch program on &device:
1280
7114a2177fac Add tooltips to Debug Process dialog
Ed Swartz <ed.swartz@nokia.com>
parents: 1277
diff changeset
    32
DebugRunProcessDialog.LaunchRemoteProgramRadioTooltip=Launch a specific program on the device.
7114a2177fac Add tooltips to Debug Process dialog
Ed Swartz <ed.swartz@nokia.com>
parents: 1277
diff changeset
    33
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).
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    34
DebugRunProcessDialog.ModeLabel={0} method:
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    35
DebugRunProcessDialog.NoExesError=The project builds no executables.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    36
DebugRunProcessDialog.NoneItem=None
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    37
DebugRunProcessDialog.RunConfigureMsg=Configure how to run the program.
1280
7114a2177fac Add tooltips to Debug Process dialog
Ed Swartz <ed.swartz@nokia.com>
parents: 1277
diff changeset
    38
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.
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    39
DebugRunProcessDialog.SISConfigLinkText=Modify SIS builder settings for build configuration
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    40
DebugRunProcessDialog.SISFileExistError=The SIS file ''{0}'' does not exist.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    41
DebugRunProcessDialog.SISFileLabel=SIS File to Install:
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    42
DebugRunProcessDialog.SISQueryTip=Specify which SIS file to install on the phone prior to launching
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    43
DebugRunProcessDialog.Title=Select installation file
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    44
DebugRunProcessSection.AttachMsg=attach to a process selected at launch time
1191
0523013ddf00 Merge commits 1174, 1175, 1176, 1184, 1185 from default:
Ed Swartz <ed.swartz@nokia.com>
parents: 1127
diff changeset
    45
DebugRunProcessSection.ChangeMsg=Click the 'Change...' button to modify the {0} method.
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    46
DebugRunProcessSection.CopyMsg=copy files to the device
1191
0523013ddf00 Merge commits 1174, 1175, 1176, 1184, 1185 from default:
Ed Swartz <ed.swartz@nokia.com>
parents: 1127
diff changeset
    47
DebugRunProcessSection.InstallMsg=install ''{0}''
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    48
DebugRunProcessSection.LaunchFormat=launch ''{0}''
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    49
DebugRunProcessSection.MainFormat=Carbide will {0} and {1}.
1191
0523013ddf00 Merge commits 1174, 1175, 1176, 1184, 1185 from default:
Ed Swartz <ed.swartz@nokia.com>
parents: 1127
diff changeset
    50
DebugRunProcessSection.MustInstallError=Carbide must install a package to {0} but the settings are incomplete.
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    51
DebugRunProcessSection.NoExesError=This project does not build any executables.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    52
DebugRunProcessSection.NoRemoteExeError=No remote executable is selected.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    53
DebugRunProcessSection.Title={0} process
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    54
LaunchWizard.AdvancedLabel=Edit advanced settings before launch
1280
7114a2177fac Add tooltips to Debug Process dialog
Ed Swartz <ed.swartz@nokia.com>
parents: 1277
diff changeset
    55
LaunchWizard.AdvancedTip=When finishing the wizard, edit settings in the ''{0} Configurations'' dialog before launching.
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    56
LaunchWizard.EditLabel=Edit
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    57
LaunchWizard.EditTip=Click to accept settings and edit advanced settings.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    58
LaunchWizard.FinishTip=Click to accept settings and launch the program.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    59
LaunchWizard.Title=New Launch Configuration Wizard
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    60
LaunchWizardData.DebugModeLabel=Debug
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    61
LaunchWizardData.RunModeLabel=Run
911
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    62
OtherSettingsDialog.Title=Build Options Selection
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    63
OtherSettingsDialog.Desc1=Build the project before launch?  
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    64
OtherSettingsDialog.Desc2=This can take a very long time in some projects and build systems.  
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    65
OtherSettingsDialog.Desc3=On the other hand, you must remember to build the project yourself if you make changes.
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    66
OtherSettingsDialog.Title=Other Settings
911
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    67
OtherSettingsDialog.Description=Select build options before launching
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    68
OtherSettingsDialog.OptionsGroupLabel=Build (if required) before launching
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    69
OtherSettingsDialog.DisableButtonLabel=Disable build before launch
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    70
OtherSettingsDialog.DisableButtonToolTip=Requires manually building project before launching (this may improve launch performance)
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    71
OtherSettingsDialog.DisabledLabel=\ (disabled)
911
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    72
OtherSettingsDialog.EnableButtonLabel=Enable build before launch
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    73
OtherSettingsDialog.EnableButtonToolTip=Always build project before launching (this may impact launch performance)
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    74
OtherSettingsDialog.EnabledLabel=\ (enabled)
911
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    75
OtherSettingsDialog.WorkspaceSettingsButtonLabel=Use workspace settings
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    76
OtherSettingsDialog.WorkspaceSettingsButtonToolTip=Use workspace setting for "Build (if required) before Launch"
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    77
OtherSettingsDialog.WorkspaceSettingsLinkLabel=<a>Configure Workspace Settings...</a>
81a2e70a37d7 new wizard initial commit
dadubrow
parents:
diff changeset
    78
OtherSettingsDialog.WorkspaceSettingsPageID=org.eclipse.debug.ui.LaunchingPreferencePage
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    79
OtherSettingsSection.BuildBeforeLabel=Carbide will build the project before launch
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    80
OtherSettingsSection.NoBuildBeforeLabel=Carbide will not build the project before launch
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    81
OtherSettingsSection.Title=Other settings
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    82
OtherSettingsSection.WorkspaceLabel=\ (workspace setting)
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    83
UnifiedLaunchOptionsPage.Desc=Configure the connection and process to launch.
1066
4791b1e2e6ef 10809 - generating warning for missing sis file or missing exe
dadubrow
parents: 982
diff changeset
    84
UnifiedLaunchOptionsPage.ExeFileMissingWarning=Executable file does not exist. Without building, launch may fail.
4791b1e2e6ef 10809 - generating warning for missing sis file or missing exe
dadubrow
parents: 982
diff changeset
    85
UnifiedLaunchOptionsPage.SISFileMissingWarning=Install file does not exist. Without building, launch may fail.
966
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    86
UnifiedLaunchOptionsPage.Title=Configure Launch Settings
15c9cbbf6707 externalize strings
dadubrow
parents: 911
diff changeset
    87
UnifiedLaunchOptionsPage.TitleText=Configure launch configuration