Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-04-10 19:47:02 +0000
committerPascal Rapicault2011-04-10 19:47:02 +0000
commit607b95986b9f90d3a56f27049d09aa101aa7a093 (patch)
treeddd2d70a929bab4e0aeebd17333c7130cf23f7f2
parent6d1eb895b95128fbe4bfd52f60259dcbd957ba84 (diff)
downloadrt.equinox.p2-607b95986b9f90d3a56f27049d09aa101aa7a093.tar.gz
rt.equinox.p2-607b95986b9f90d3a56f27049d09aa101aa7a093.tar.xz
rt.equinox.p2-607b95986b9f90d3a56f27049d09aa101aa7a093.zip
remove the term feature
-rwxr-xr-xbundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties b/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties
index 37212d195..39f5ff4fb 100755
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties
@@ -3,7 +3,7 @@ Column_Name=Name
Column_Version=Version
ExportPage_Title=p2 Export
ExportPage_Description=Export a list of installed software and their repositories to the local file system.
-ExportPage_Label=Select the features to be exported:
+ExportPage_Label=Select the software items to export:
EXTENSION_ALL=*.*
EXTENSION_ALL_NAME=All files(*.*)
EXTENSION_p2F=*.p2f
@@ -17,7 +17,7 @@ ExportPage_FILEDIALOG_TITLE=Export the list of installed software to file
ExportPage_LABEL_EXPORTFILE=To p2 exported file:
ExportPage_SuccessWithProblems=The export partially succeeded. The following elements failed to be exported:\n
ExportWizard_WizardTitle=Export
-PAGE_NOINSTALLTION_ERROR=No specific feature is selected.
+PAGE_NOINSTALLTION_ERROR=Nothing is selected.
ImportPage_DESCRIPTION=Install the software mentioned in p2f description file.
ImportPage_DEST_ERROR=Specified file doesn't exist or can't be read.
ImportPage_DESTINATION_LABEL=Choose a p2 installation file:
@@ -32,14 +32,14 @@ ImportPage_TITLE=p2 Import
ImportWizard_WINDOWTITLE=Import
ImportFromInstallationPage_DESTINATION_LABEL=Specify an existing Eclipse installation
ImportFromInstallationPage_DIALOG_TITLE=p2 Import
-ImportFromInstallationPage_DIALOG_DESCRIPTION=Import features from the existing Eclipse's installation.
+ImportFromInstallationPage_DIALOG_DESCRIPTION=Import software items from the existing Eclipse's installation.
ImportFromInstallationPage_INVALID_DESTINATION=Specify the path to a valid eclipse installation.
-ImportFromInstallationPage_SELECT_COMPONENT=Select at least one available feature to be installed.
+ImportFromInstallationPage_SELECT_COMPONENT=Select at least one available element to be installed.
io_IncompatibleVersion=\
Metadata repository has incompatible version {0}; expected {1}
io_parseError=\
Error parsing .p2f file
Replicator_ExportJobName=Exporting selected software...
Replicator_InstallFromLocal=Aborted exporting software \"{0}\" because no remote repository can be found.
-Replicator_NotFoundInRepository=No enabled repository can find the feature \"{0}\" or that repository can't be loaded due to network issues.
+Replicator_NotFoundInRepository=No enabled repository can find \"{0}\" or that repository can't be loaded due to network issues.
Replicator_SaveJobName=Exporting selected software to file...

Back to the top