Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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.properties28
1 files changed, 14 insertions, 14 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 398981ce8..2e6c669bc 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
@@ -171,32 +171,32 @@ EditorSaveAsAdapter_message=Please enter a new name.
EditorSaveAsAdapter_nameInUse_error=The name is already in use.
EditorSaveAsAdapter_label=New Name:
-PeerExportWizard_title=Export TCF Configurations
-PeerExportWizard_message=Select the configurations to export.
+PeerExportWizard_title=Export Targets
+PeerExportWizard_message=Select the target(s) to export.
PeerExportWizardPage_selectAll=Select All
PeerExportWizardPage_deselectAll=Deselect All
-PeerExportWizardPage_peers_label=Configurations:
+PeerExportWizardPage_peers_label=Connections:
PeerExportWizardPage_destination_label=Location:
PeerExportWizardPage_destination_button=Browse...
-PeerExportWizardPage_peersMissing_error=Please select a configuration to export.
-PeerExportWizardPage_destinationMissing_error=Please enter or select a directory to export the configuration(s) to.
-PeerExportWizardPage_destinationIsFile_error=Please enter or select a valid directory to export the configurations to.
+PeerExportWizardPage_peersMissing_error=Please select a target to export.
+PeerExportWizardPage_destinationMissing_error=Please enter or select a directory to export the target(s) to.
+PeerExportWizardPage_destinationIsFile_error=Please enter or select a valid directory to export the target(s) to.
PeerExportWizardPage_overwrite_button=Overwrite existing file(s) without warning
PeerExportWizardPage_overwriteDialog_message=The file ''{0}'' already exists. Do you want to overwrite it?
PeerExportWizardPage_overwriteDialogToggle_message=Remember my decision
-PeerImportWizard_title=Import TCF Configurations
-PeerImportWizard_message=Select the configurations to Import.
+PeerImportWizard_title=Import Targets
+PeerImportWizard_message=Select the target(s) to Import.
PeerImportWizardPage_selectAll=Select All
PeerImportWizardPage_deselectAll=Deselect All
-PeerImportWizardPage_peers_label=Configurations:
+PeerImportWizardPage_peers_label=Connections:
PeerImportWizardPage_destination_label=Location:
PeerImportWizardPage_destination_button=Browse...
-PeerImportWizardPage_peersMissing_error=Please select a configuration to import.
-PeerImportWizardPage_locationMissing_error=Please enter or select a directory to import the configuration(s) from.
-PeerImportWizardPage_locationIsFile_error=Please enter or select a valid directory to import the configurations from.
-PeerImportWizardPage_overwrite_button=Overwrite existing configuration(s) without warning
-PeerImportWizardPage_overwriteDialog_message=The configuration ''{0}'' already exists. Do you want to overwrite it?
+PeerImportWizardPage_peersMissing_error=Please select a target to import.
+PeerImportWizardPage_locationMissing_error=Please enter or select a directory to import the target(s) from.
+PeerImportWizardPage_locationIsFile_error=Please enter or select a valid directory to import the target(s) from.
+PeerImportWizardPage_overwrite_button=Overwrite existing target(s) without warning
+PeerImportWizardPage_overwriteDialog_message=The target ''{0}'' already exists. Do you want to overwrite it?
PeerImportWizardPage_overwriteDialogToggle_message=Remember my decision
DefaultContextStatusTrimControl_label={0}

Back to the top