### Eclipse Workspace Patch 1.0 #P org.eclipse.equinox.p2.ui.importexport Index: src/org/eclipse/equinox/internal/p2/importexport/internal/Messages.java =================================================================== RCS file: /cvsroot/rt/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/Messages.java,v retrieving revision 1.5 diff -u -r1.5 Messages.java --- src/org/eclipse/equinox/internal/p2/importexport/internal/Messages.java 10 May 2011 05:08:42 -0000 1.5 +++ src/org/eclipse/equinox/internal/p2/importexport/internal/Messages.java 10 May 2011 06:37:07 -0000 @@ -22,7 +22,6 @@ public static String ExportPage_Label; public static String ExportPage_DEST_ERRORMESSAGE; public static String ExportPage_ERROR_CONFIG; - public static String ExportPage_EXPORT_WARNING; public static String ExportPage_Fail; public static String ExportPage_FILEDIALOG_TITLE; public static String ExportPage_FixSuggestion; @@ -41,7 +40,6 @@ public static String ImportPage_FILEDIALOG_TITLE; public static String ImportPage_FILENOTFOUND; public static String AbstractImportPage_HigherVersionInstalled; - public static String ImportPage_IMPORT_NOTIFICATION; public static String ImportPage_InstallLatestVersion; public static String ImportPage_QueryFeaturesJob; public static String AbstractImportPage_SameVersionInstalled; Index: src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties =================================================================== RCS file: /cvsroot/rt/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties,v retrieving revision 1.13 diff -u -r1.13 messages.properties --- src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties 10 May 2011 05:08:42 -0000 1.13 +++ src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties 10 May 2011 06:37:07 -0000 @@ -11,51 +11,49 @@ Column_Id=Id Column_Name=Name Column_Version=Version -ExportPage_Title=Export software configuration +ExportPage_Title=Export Software Configuration ExportPage_TryAgainQuestion=

Do you want to try again?

ExportPage_Description=Export a list of installed software and their repositories to the local file system. ExportPage_Label=Select the software items to export: EXTENSION_ALL=*.* -EXTENSION_ALL_NAME=All files(*.*) +EXTENSION_ALL_NAME=All files (*.*) EXTENSION_p2F=*.p2f -EXTENSION_p2F_NAME=p2 installation file (*.p2f) +EXTENSION_p2F_NAME=Description files (*.p2f) Page_BUTTON_BROWSER=Browse... -ExportPage_DEST_ERRORMESSAGE=p2 installation file is not set, or is not a normal file. -ExportPage_ERROR_CONFIG=Eclipse p2 is not properly configured. -ExportPage_EXPORT_WARNING=Can't find repository for the following elements. Please check the network connection.\n +ExportPage_DEST_ERRORMESSAGE=Description file is not set, or is not a normal file. +ExportPage_ERROR_CONFIG=Your application is not properly configured. ExportPage_Fail=

Selected installed software failed to be export. See problems below:

-ExportPage_FILEDIALOG_TITLE=Export the list of installed software to file +ExportPage_FILEDIALOG_TITLE=Export to File ExportPage_FixSuggestion=

Try to enable the software sites in the preference page.

-ExportPage_LABEL_EXPORTFILE=To p2 exported file: +ExportPage_LABEL_EXPORTFILE=To description file: ExportPage_SuccessWithProblems=

The export partially succeeded. The following elements failed to be exported:

ExportWizard_ConfirmDialogTitle=Question ExportWizard_OverwriteConfirm=The file {0} already exists, do you want to overwrite it? ExportWizard_WizardTitle=Export -PAGE_NOINSTALLTION_ERROR=Nothing is selected. -ImportPage_DESCRIPTION=Install the software mentioned in p2f description file. +PAGE_NOINSTALLTION_ERROR=Select at least one available element to be installed. +ImportPage_DESCRIPTION=Install the software mentioned in the description file. ImportPage_DEST_ERROR=Specified file doesn't exist or can't be read. -ImportPage_DESTINATION_LABEL=Choose a p2 installation file: -ImportPage_FILEDIALOG_TITLE=Import from file +ImportPage_DESTINATION_LABEL=From description file: +ImportPage_FILEDIALOG_TITLE=Import from Description File ImportPage_FILENOTFOUND=The specified file doesn't exist. AbstractImportPage_HigherVersionInstalled={0} (Disabled because a higher version is already installed) -ImportPage_IMPORT_NOTIFICATION=The installation job has been scheduled. ImportPage_InstallLatestVersion=Install latest version of selected software. ImportPage_QueryFeaturesJob=Query selected software... AbstractImportPage_SameVersionInstalled={0} (Disabled due to it has been already installed) AbstractPage_ButtonDeselectAll=Deselect All AbstractPage_ButtonSelectAll=Select All -ImportPage_TITLE=Import software configuration +ImportPage_TITLE=Import Software Configuration ImportWizard_WINDOWTITLE=Import -ImportFromInstallationPage_DESTINATION_LABEL=Specify an existing Eclipse installation -ImportFromInstallationPage_DIALOG_TITLE=p2 Import -ImportFromInstallationPage_DIALOG_DESCRIPTION=Import software items from the existing Eclipse's installation. -ImportFromInstallationPage_INVALID_DESTINATION=Specify the path to a valid eclipse installation. +ImportFromInstallationPage_DESTINATION_LABEL=From application installation: +ImportFromInstallationPage_DIALOG_TITLE=Import from Application +ImportFromInstallationPage_DIALOG_DESCRIPTION=Import software items from the existing application installation. +ImportFromInstallationPage_INVALID_DESTINATION=Specify the path to a valid application installation. ImportFromInstallationPage_SELECT_COMPONENT=Select at least one available element to be installed. io_IncompatibleVersion=\ This file is incompatible with this version of the application. Version {0}; expected {1}. io_parseError=\ -Error parsing .p2f file +Error parsing description file Replicator_ExportJobName=Exporting selected software... -Replicator_InstallFromLocal=Aborted exporting software \"{0}\" because no remote repository can be found. +Replicator_InstallFromLocal=Aborted exporting software \"{0}\" because it can not be found in remote repositories. Replicator_NotFoundInRepository=No enabled repository can find \"{0}\" or that repository cannot be loaded due to network issues. Replicator_SaveJobName=Exporting selected software to file...