Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8283c90cfbcffc4579f1eabd0c14fd2e0b8e5e15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Column_Id=Id
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:
EXTENSION_ALL=*.*
EXTENSION_ALL_NAME=All files(*.*)
EXTENSION_p2F=*.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_Fail=Selected installed software failed to be export. See problems below:\n
ExportPage_FILEDIALOG_TITLE=Export the list of installed software to file
EXTENSION_p2F_NAME=p2 installation file (*.p2f)
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.
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:
ImportPage_FILEDIALOG_TITLE=Import from 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)
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_INVALID_DESTINATION=Specify the path to a valid eclipse installation.
ImportFromInstallationPage_SELECT_COMPONENT=Select at least one available feature 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_SaveJobName=Exporting selected software to file...

Back to the top