debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/messages.properties
author stechong
Thu, 18 Jun 2009 16:52:27 -0500
changeset 273 c2533fd23253
parent 212 0e84cf0560e1
child 282 0defae7487f0
permissions -rw-r--r--
Fix for Bug 8513.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     1
AppTRKLaunchWizard.1=New Application TRK Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     2
AppTRKLaunchWizard.2=Application TRK Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     3
AppTRKLaunchWizard.3=Application TRK is a debug agent that runs on released phones and allows you to debug your executables.  The debugger will download a Symbian OS installation file to the phone and install it prior to launching.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     4
AttachTRKLaunchWizard.1=New Attach to Process Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     5
AttachTRKLaunchWizard.2=Attach to Process Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     6
AttachTRKLaunchWizard.3=The debugger will attempt to debug a process already running on the phone.
273
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
     7
BuildOptionsSelectionPage.Title=Build Options Selection
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
     8
BuildOptionsSelectionPage.Description=Select build options before launching
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
     9
BuildOptionsSelectionPage.OptionsGroupLabel=Build (if required) before launching
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
    10
BuildOptionsSelectionPage.DisableButtonLabel=Disable auto build
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
    11
BuildOptionsSelectionPage.DisableButtonToolTip=Requires manually building project before launching (this may improve launch performance)
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
    12
BuildOptionsSelectionPage.EnableButtonLabel=Enable auto build
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
    13
BuildOptionsSelectionPage.EnableButtonToolTip=Always build project before launching (this may impact launch performance)
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
    14
BuildOptionsSelectionPage.WorkspaceSettingsButtonLabel=Use workspace settings
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
    15
BuildOptionsSelectionPage.WorkspaceSettingsButtonToolTip=Use workspace settings
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
    16
BuildOptionsSelectionPage.WorkspaceSettingsLinkLabel=<a>Configure Workspace Settings...</a>
c2533fd23253 Fix for Bug 8513.
stechong
parents: 212
diff changeset
    17
BuildOptionsSelectionPage.WorkspaceSettingsPageID=org.eclipse.debug.ui.LaunchingPreferencePage
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    18
LaunchCreationWizard.0=New Launch Configuration Wizard
212
0e84cf0560e1 added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents: 0
diff changeset
    19
LaunchCategorySelectionPage.title=Launch Categories
0e84cf0560e1 added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents: 0
diff changeset
    20
LaunchCategorySelectionPage.description=Select a launch category.
0e84cf0560e1 added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents: 0
diff changeset
    21
LaunchCategorySelectionPage.phone=Phone
0e84cf0560e1 added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents: 0
diff changeset
    22
LaunchCategorySelectionPage.board=Board
0e84cf0560e1 added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents: 0
diff changeset
    23
LaunchCategorySelectionPage.phoneDesc=Launches on a phone using System TRK or Application TRK.
0e84cf0560e1 added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents: 0
diff changeset
    24
LaunchCategorySelectionPage.boardDesc=Launches on a development board or reference hardware using a JTAG connection.
0e84cf0560e1 added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents: 0
diff changeset
    25
LaunchCategorySelectionPage.categoryLabel=Select where you want to launch
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    26
LaunchWizardSelectionPage.0=Launch Wizard
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    27
LaunchWizardSelectionPage.1=Launch Types
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    28
LaunchWizardSelectionPage.2=Select a launch type.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    29
LaunchWizardSelectionPage.4=Select a launch type
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    30
LaunchWizardSummaryPage.1=New Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    31
LaunchWizardSummaryPage.2=Launch with the new configuration "{0}"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    32
LaunchWizardSummaryPage.3=Click "Finish" to launch. \n\nYou can edit your launch settings and see more settings by choosing \n"Debug..." from the "Run" menu.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    33
LaunchWizardSummaryPage.4=Advanced settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    34
LaunchWizardSummaryPage.SummaryHeading=Settings applied to new launch configuration:\n\n
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    35
MainExecutableSelectionWizardPage.AllFilesLabel=All Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    36
MainExecutableSelectionWizardPage.BrowseLabel=Browse...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    37
MainExecutableSelectionWizardPage.Title=Executable Selection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    38
MainExecutableSelectionWizardPage.Title.mainExe=Executable Selection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    39
MainExecutableSelectionWizardPage.FullPathLabel=Location:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    40
MainExecutableSelectionWizardPage.Description=Select the process to launch
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    41
MainExecutableSelectionWizardPage.NoExesError=An executable must be selected
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    42
MainExecutableSelectionWizardPage.Description.mainExe=Select the main executable to target
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    43
MainExecutableSelectionWizardPage.ExecutableFilesLabel=Executable Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    44
MainExecutableSelectionWizardPage.ExeLabel=Process to launch:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    45
MainExecutableSelectionWizardPage.ExeLabel.mainExe=Main Executable:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    46
MainExecutableSelectionWizardPage.ExeToolTip=The executable for the process to launch
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    47
MainExecutableSelectionWizardPage.ExeToolTip.mainExe=The main executable to target for the launch
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    48
MainExecutableSelectionWizardPage.SelectExectuableTitle=Select Exectuable To Launch
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    49
MainExecutableSelectionWizardPage.UsePathLabel.device=Specify device path of remote process to launch
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    50
MainExecutableSelectionWizardPage.UsePathLabel.device.ToolTip=The specified process will be launched on the phone
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    51
SophiaLaunchWizard.1=New Sophia STI Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    52
SophiaLaunchWizard.2=Sophia STI Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    53
SophiaLaunchWizard.3=Sophia STI is an external debugger that Carbide debugger communicates with, to debug any Symbian OS module on a target using a JTAG connection.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    54
SophiaWizardPage.0=Sophia Initialization Settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    55
SophiaWizardPage.1=Choose the Sophia WTI DLL, the target initialization file and the processor for initializing the target through Sophia STI.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    56
SophiaWizardPage.10=Initialization Files (*.cfg) 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    57
SophiaWizardPage.11=Target Processor\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    58
SophiaWizardPage.12=Choose the target processor from the list
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    59
SophiaWizardPage.13=Browse...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    60
SophiaWizardPage.2=Sophia Target Interface (WTI.DLL)\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    61
SophiaWizardPage.3=Choose the Sophia's WTI.DLL which is used by the Carbide debugger to connect to the target through Sophia target interface.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    62
SophiaWizardPage.4=Choose the Sophia Target Interface (WTI.DLL) library 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    63
SophiaWizardPage.5=DLL files (.dll)
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    64
SophiaWizardPage.6=All files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    65
SophiaWizardPage.7=Target Initialization File\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    66
SophiaWizardPage.8=Choose the target initialization file which is run by the Carbide debugger after connecting to the target.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    67
SophiaWizardPage.9=Choose the target initialization file 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    68
StopModeRomImageWizardPage.0=Symbian ROM Image Settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    69
StopModeRomImageWizardPage.1=Choose either soft attach or debug from start option. With soft attach option, you can start debugging without changing the state of the target. Specify the ROM log file for debugging Symbian OS components.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    70
StopModeRomImageWizardPage.10=All Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    71
StopModeRomImageWizardPage.11=Symbian ROM Image\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    72
StopModeRomImageWizardPage.12=Specify Symbian OS ROM image that needs to be downloaded to RAM on the target.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    73
StopModeRomImageWizardPage.13=Choose Symbian ROM image file 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    74
StopModeRomImageWizardPage.14=Symbian ROM Image (*.img) Files (.img)
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    75
StopModeRomImageWizardPage.15=Soft attach 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    76
StopModeRomImageWizardPage.16=Choose the soft attach option if you want to debug the target just by attaching without downloading the Symbian OS image.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    77
StopModeRomImageWizardPage.17=Debug from start address 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    78
StopModeRomImageWizardPage.18=Choose the debug from start option if you want to debug the target from the start address. 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    79
StopModeRomImageWizardPage.3=Start Address (in hex)\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    80
StopModeRomImageWizardPage.4=Specify the target start address in hex, typically this is the start address of the ROM image.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    81
StopModeRomImageWizardPage.5=Symbian ROM Log File\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    82
StopModeRomImageWizardPage.6=Specify the ROM log file for the ROM image that is going to be debugged. The ROM log file is generated when the ROM image is created.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    83
StopModeRomImageWizardPage.7=Browse...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    84
StopModeRomImageWizardPage.8=Choose Symbian ROM log file
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    85
StopModeRomImageWizardPage.9=Symbian ROM Log Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    86
SystemTRKLaunchWizard.1=New System TRK Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    87
SystemTRKLaunchWizard.2=System TRK Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    88
SystemTRKLaunchWizard.3=System TRK is a debug agent that runs on reference boards and prototype phones and allows you to debug your executables.  The debugger will download the executable files to the phone prior to launching. With System TRK, you can also debug the binaries included in the ROM image.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    89
TRKConnectionWizardPage.0=TRK Connection Settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    90
TRKConnectionWizardPage.1=Select the remote connection to use to connect to TRK
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    91
TRKConnectionWizardPage.2=Serial Port\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    92
TRKConnectionWizardPage.3=Specify which serial port on your PC to use for TRK connection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    93
TRKConnectionWizardPage.ConnectionSummaryLabel=Connection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    94
TRKConnectionWizardPage.NoConnectionError=A valid remote connection must be selected. If none exist, create a new one.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    95
TRKSISSelectionWizardPage.0=TRK SIS Selection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    96
TRKSISSelectionWizardPage.1=Select the SIS file to install
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    97
TRKSISSelectionWizardPage.10=The file specified does not exist.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    98
TRKSISSelectionWizardPage.2=SIS File to Install\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    99
TRKSISSelectionWizardPage.3=Specify which SIS file to install on the phone prior to launching
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   100
TRKSISSelectionWizardPage.4=Modify SIS builder settings for build configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   101
TRKSISSelectionWizardPage.5=None
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   102
TRKSISSelectionWizardPage.6=Select installation file
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   103
TRKSISSelectionWizardPage.7=Installation Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   104
TRKSISSelectionWizardPage.8=All Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   105
TRKSISSelectionWizardPage.9=Browse...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   106
Trace32LaunchWizard.1=New Trace32 Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   107
Trace32LaunchWizard.2=Trace32 Launch Configuration
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   108
Trace32LaunchWizard.3=Trace32 is an external debugger that Carbide debugger communicates with, to debug any Symbian OS module on a target using a JTAG connection.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   109
Trace32WizardPage.0=Trace32 Initialization Settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   110
Trace32WizardPage.1=Choose the cmm script file and the processor for initializing the target through Trace32.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   111
Trace32WizardPage.2=Trace32 Initialization Script (.cmm file)\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   112
Trace32WizardPage.3=Choose the cmm script file for initializing the target
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   113
Trace32WizardPage.4=Choose Trace32 CMM initialization script
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   114
Trace32WizardPage.5=T32 CMM script (*.cmm) files 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   115
Trace32WizardPage.6=All files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   116
Trace32WizardPage.7=Target Processor\:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   117
Trace32WizardPage.8=Choose the target processor from the list
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   118
Trace32WizardPage.9=Browse...