View | Details | Raw Unified | Return to bug 344192 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/equinox/internal/p2/importexport/internal/Messages.java (-2 lines)
Lines 22-28 Link Here
22
	public static String ExportPage_Label;
22
	public static String ExportPage_Label;
23
	public static String ExportPage_DEST_ERRORMESSAGE;
23
	public static String ExportPage_DEST_ERRORMESSAGE;
24
	public static String ExportPage_ERROR_CONFIG;
24
	public static String ExportPage_ERROR_CONFIG;
25
	public static String ExportPage_EXPORT_WARNING;
26
	public static String ExportPage_Fail;
25
	public static String ExportPage_Fail;
27
	public static String ExportPage_FILEDIALOG_TITLE;
26
	public static String ExportPage_FILEDIALOG_TITLE;
28
	public static String ExportPage_FixSuggestion;
27
	public static String ExportPage_FixSuggestion;
Lines 41-47 Link Here
41
	public static String ImportPage_FILEDIALOG_TITLE;
40
	public static String ImportPage_FILEDIALOG_TITLE;
42
	public static String ImportPage_FILENOTFOUND;
41
	public static String ImportPage_FILENOTFOUND;
43
	public static String AbstractImportPage_HigherVersionInstalled;
42
	public static String AbstractImportPage_HigherVersionInstalled;
44
	public static String ImportPage_IMPORT_NOTIFICATION;
45
	public static String ImportPage_InstallLatestVersion;
43
	public static String ImportPage_InstallLatestVersion;
46
	public static String ImportPage_QueryFeaturesJob;
44
	public static String ImportPage_QueryFeaturesJob;
47
	public static String AbstractImportPage_SameVersionInstalled;
45
	public static String AbstractImportPage_SameVersionInstalled;
(-)src/org/eclipse/equinox/internal/p2/importexport/internal/messages.properties (-20 / +18 lines)
Lines 11-61 Link Here
11
Column_Id=Id
11
Column_Id=Id
12
Column_Name=Name
12
Column_Name=Name
13
Column_Version=Version
13
Column_Version=Version
14
ExportPage_Title=Export software configuration
14
ExportPage_Title=Export Software Configuration
15
ExportPage_TryAgainQuestion=<p>Do you want to try again?</p></form>
15
ExportPage_TryAgainQuestion=<p>Do you want to try again?</p></form>
16
ExportPage_Description=Export a list of installed software and their repositories to the local file system.
16
ExportPage_Description=Export a list of installed software and their repositories to the local file system.
17
ExportPage_Label=Select the software items to export:
17
ExportPage_Label=Select the software items to export:
18
EXTENSION_ALL=*.*
18
EXTENSION_ALL=*.*
19
EXTENSION_ALL_NAME=All files(*.*)
19
EXTENSION_ALL_NAME=All files (*.*)
20
EXTENSION_p2F=*.p2f
20
EXTENSION_p2F=*.p2f
21
EXTENSION_p2F_NAME=p2 installation file (*.p2f)
21
EXTENSION_p2F_NAME=Description files (*.p2f)
22
Page_BUTTON_BROWSER=Browse...
22
Page_BUTTON_BROWSER=Browse...
23
ExportPage_DEST_ERRORMESSAGE=p2 installation file is not set, or is not a normal file.
23
ExportPage_DEST_ERRORMESSAGE=Description file is not set, or is not a normal file.
24
ExportPage_ERROR_CONFIG=Eclipse p2 is not properly configured.
24
ExportPage_ERROR_CONFIG=Your application is not properly configured.
25
ExportPage_EXPORT_WARNING=Can't find repository for the following elements. Please check the network connection.\n
26
ExportPage_Fail=<form><p>Selected installed software failed to be export. See problems below:<br/></p>
25
ExportPage_Fail=<form><p>Selected installed software failed to be export. See problems below:<br/></p>
27
ExportPage_FILEDIALOG_TITLE=Export the list of installed software to file
26
ExportPage_FILEDIALOG_TITLE=Export to File
28
ExportPage_FixSuggestion=<p>Try to enable the software sites in the <a href="pref://org.eclipse.equinox.internal.p2.ui.sdk.SitesPreferencePage">preference page</a>.</p>
27
ExportPage_FixSuggestion=<p>Try to enable the software sites in the <a href="pref://org.eclipse.equinox.internal.p2.ui.sdk.SitesPreferencePage">preference page</a>.</p>
29
ExportPage_LABEL_EXPORTFILE=To p2 exported file:
28
ExportPage_LABEL_EXPORTFILE=To description file:
30
ExportPage_SuccessWithProblems=<form><p>The export partially succeeded. The following elements failed to be exported:<br/></p>
29
ExportPage_SuccessWithProblems=<form><p>The export partially succeeded. The following elements failed to be exported:<br/></p>
31
ExportWizard_ConfirmDialogTitle=Question
30
ExportWizard_ConfirmDialogTitle=Question
32
ExportWizard_OverwriteConfirm=The file {0} already exists, do you want to overwrite it?
31
ExportWizard_OverwriteConfirm=The file {0} already exists, do you want to overwrite it?
33
ExportWizard_WizardTitle=Export
32
ExportWizard_WizardTitle=Export
34
PAGE_NOINSTALLTION_ERROR=Nothing is selected.
33
PAGE_NOINSTALLTION_ERROR=Select at least one available element to be installed.
35
ImportPage_DESCRIPTION=Install the software mentioned in p2f description file.
34
ImportPage_DESCRIPTION=Install the software mentioned in the description file.
36
ImportPage_DEST_ERROR=Specified file doesn't exist or can't be read.
35
ImportPage_DEST_ERROR=Specified file doesn't exist or can't be read.
37
ImportPage_DESTINATION_LABEL=Choose a p2 installation file:
36
ImportPage_DESTINATION_LABEL=From description file:
38
ImportPage_FILEDIALOG_TITLE=Import from file
37
ImportPage_FILEDIALOG_TITLE=Import from Description File
39
ImportPage_FILENOTFOUND=The specified file doesn't exist.
38
ImportPage_FILENOTFOUND=The specified file doesn't exist.
40
AbstractImportPage_HigherVersionInstalled={0} (Disabled because a higher version is already installed)
39
AbstractImportPage_HigherVersionInstalled={0} (Disabled because a higher version is already installed)
41
ImportPage_IMPORT_NOTIFICATION=The installation job has been scheduled.
42
ImportPage_InstallLatestVersion=Install latest version of selected software.
40
ImportPage_InstallLatestVersion=Install latest version of selected software.
43
ImportPage_QueryFeaturesJob=Query selected software...
41
ImportPage_QueryFeaturesJob=Query selected software...
44
AbstractImportPage_SameVersionInstalled={0} (Disabled due to it has been already installed)
42
AbstractImportPage_SameVersionInstalled={0} (Disabled due to it has been already installed)
45
AbstractPage_ButtonDeselectAll=Deselect All
43
AbstractPage_ButtonDeselectAll=Deselect All
46
AbstractPage_ButtonSelectAll=Select All
44
AbstractPage_ButtonSelectAll=Select All
47
ImportPage_TITLE=Import software configuration
45
ImportPage_TITLE=Import Software Configuration
48
ImportWizard_WINDOWTITLE=Import
46
ImportWizard_WINDOWTITLE=Import
49
ImportFromInstallationPage_DESTINATION_LABEL=Specify an existing Eclipse installation
47
ImportFromInstallationPage_DESTINATION_LABEL=From application installation:
50
ImportFromInstallationPage_DIALOG_TITLE=p2 Import
48
ImportFromInstallationPage_DIALOG_TITLE=Import from Application
51
ImportFromInstallationPage_DIALOG_DESCRIPTION=Import software items from the existing Eclipse's installation.
49
ImportFromInstallationPage_DIALOG_DESCRIPTION=Import software items from the existing application installation.
52
ImportFromInstallationPage_INVALID_DESTINATION=Specify the path to a valid eclipse installation.
50
ImportFromInstallationPage_INVALID_DESTINATION=Specify the path to a valid application installation.
53
ImportFromInstallationPage_SELECT_COMPONENT=Select at least one available element to be installed.
51
ImportFromInstallationPage_SELECT_COMPONENT=Select at least one available element to be installed.
54
io_IncompatibleVersion=\
52
io_IncompatibleVersion=\
55
This file is incompatible with this version of the application. Version {0}; expected {1}.
53
This file is incompatible with this version of the application. Version {0}; expected {1}.
56
io_parseError=\
54
io_parseError=\
57
Error parsing .p2f file
55
Error parsing description file
58
Replicator_ExportJobName=Exporting selected software...
56
Replicator_ExportJobName=Exporting selected software...
59
Replicator_InstallFromLocal=Aborted exporting software \"{0}\" because no remote repository can be found.
57
Replicator_InstallFromLocal=Aborted exporting software \"{0}\" because it can not be found in remote repositories.
60
Replicator_NotFoundInRepository=No enabled repository can find \"{0}\" or that repository cannot be loaded due to network issues.
58
Replicator_NotFoundInRepository=No enabled repository can find \"{0}\" or that repository cannot be loaded due to network issues.
61
Replicator_SaveJobName=Exporting selected software to file...
59
Replicator_SaveJobName=Exporting selected software to file...

Return to bug 344192