Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-05-07 13:26:07 +0000
committerUwe Stieber2013-05-07 13:29:20 +0000
commit5b935f55bdb10f6b42971e0c4d780c956767314b (patch)
tree37752aff1ce2d31ac9fd8bda727d6d8f408b1430 /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
parenta734f6827dc5b4708821bc664247e4181bb0e199 (diff)
downloadorg.eclipse.tcf-5b935f55bdb10f6b42971e0c4d780c956767314b.tar.gz
org.eclipse.tcf-5b935f55bdb10f6b42971e0c4d780c956767314b.tar.xz
org.eclipse.tcf-5b935f55bdb10f6b42971e0c4d780c956767314b.zip
Target Explorer: Added more common simulator support related infra-structure
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
index 692602031..7de8e30fa 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
@@ -126,6 +126,26 @@ RenameHandler_dialog_message=Please enter a new name for the selected target.
RenameHandler_dialog_error_nameExist=A target with the name you specified already exists! Specify a different name.
RenameHandler_dialog_promptNewName=New Name:
+TargetSelectorSection_title=Target
+TargetSelectorSection_button_enableReal=Use running Target
+TargetSelectorSection_button_enableSimulator=Start local Simulator:
+
+SimulatorPayloadBoottimeControl_label=Time to wait while the Simulator guest boots (in seconds):
+
+SimulatorTypeSelectionControl_label=Simulator Type:
+SimulatorTypeSelectionControl_button_configure=Configure...
+SimulatorTypeSelectionControl_error_invalidConfiguration=The simulator configuration is not valid. Please click on ''Configure...'' to configure the simulator.
+
+AbstractConfigurationEditorPage_error_possibleCause=Possible Cause:\n{0}
+AbstractConfigurationEditorPage_error_save=Failed to save connection: {0}.\n\n{1}
+
+AbstractConfigWizardPage_configName_label=Connection Name:
+AbstractConfigWizardPage_configName_infoMissingValue=Please enter a connection name.
+AbstractConfigWizardPage_configName_nameInUse=This connection name is already used. Please choose a unique name.
+AbstractConfigWizardPage_launchDbg_label=Start debugger after connection has been established
+AbstractConfigWizardPage_advancedButton_label=Advanced...
+AbstractConfigWizardPage_connectJob_label=Connect ''{0}''
+
# ***** Preference Pages *****
LoggingPreferencePage_label=Logging settings for agent communication:

Back to the top