Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 98b8da02a38f763f822722816ea939e3c1f1cc08 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
###############################################################################
# Copyright (c) 2013 Red Hat Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Neil Guzman - initial API and implementation
###############################################################################
# CreaterepoWizard
CreaterepoWizard_errorCreatingProject=Error while trying to create the project.
CreaterepoWizard_openFileOnCreation=Opening the newly created repomd.xml file...
CreaterepoWizard_errorOpeningNewlyCreatedFile=Error while trying to open the newly created \
 repomd.xml file.

# CreaterepoNewWizardPageOne
CreaterepoNewWizardPageOne_wizardPageName=New Createrepo Project
CreaterepoNewWizardPageOne_wizardPageTitle=Create a new repository
CreaterepoNewWizardPageOne_wizardPageDescription=This will create an xml-based rpm \
 metadata repository from a set of rpms.

# CreaterepoNewWizardPageTwo
CreaterepoNewWizardPageTwo_wizardPageName=New Repo File
CreaterepoNewWizardPageTwo_wizardPageTitle=Create a new repo file for the repository
CreaterepoNewWizardPageTwo_wizardPageDescription=This will create a .repo file which \
 will contain information on the repository.
CreaterepoNewWizardPageTwo_labelID=&Repo ID:
CreaterepoNewWizardPageTwo_labelName=&Name:
CreaterepoNewWizardPageTwo_labelURL=&Base URL:
CreaterepoNewWizardPageTwo_errorID=The repository ID is invalid. Make sure it is a single string.
CreaterepoNewWizardPageTwo_errorName=The name of the repository is invalid. Make sure it is not empty
CreaterepoNewWizardPageTwo_errorURL=The base URL is invalid. Make sure it has a valid protocol (http://, \
 ftp://, file://)

# CreaterepoProject
CreaterepoProject_executeCreaterepo=Executing createrepo...
CreaterepoProject_errorGettingFile=Error occured while trying to get the contents of the file.
CreaterepoProject_consoleName=Createrepo Console

# Createrepo
Createrepo_jobName=Create repository
Createrepo_errorExecuting=Error executing the createrepo command: {0}

# RepoFormEditor
RepoFormEditor_errorInitializingForm=Error while trying to initialize the form page.
RepoFormEditor_errorInitializingProject=Error initializing project.

# ImportRPMsPage
ImportRPMsPage_title=Repository
ImportRPMsPage_formHeaderText=Create Repository
ImportRPMsPage_sectionTitle=Import RPMs to create a repository for
ImportRPMsPage_sectionInstruction= \
 1. Add the RPMs to create a YUM repository the file system. \n\
\    (via dragging from workspace or importing from the file system) \n\
 2. Create the repository.
ImportRPMsPage_buttonImportRPMs=&Import RPMs
ImportRPMsPage_buttonRemoveRPMs=&Remove RPMs
ImportRPMsPage_buttonCreateRepo=&Create Repo
ImportRPMsPage_errorRefreshingTree=Error while refreshing the RPM tree. Problem due to trying to get the \
 RPMs in the content folder.
ImportRPMsPage_errorResourceChanged=Error while trying to update the tree when workspace project changed.

# ImportRPMsPage$ImportButtonListener
ImportButtonListener_error=Error occured while trying to import the RPM.

# ImportRPMsPage$RemoveButtonListener
RemoveButtonListener_error=Error occured while trying to remove the RPMs.

# MetadataPage
MetadataPage_title=Metadata
MetadataPage_formHeaderText=Repository Tags and Revision
MetadataPage_sectionTitleRevision=Revision
MetadataPage_sectionInstructionRevision=Update the repository revision number. Changes take effect after execution.
MetadataPage_labelRevision=&Revision:
MetadataPage_sectionTitleTags=Tags
MetadataPage_sectionInstructionTags=Add or remove as many tags per category as needed. Changes take effect after execution.
MetadataPage_labelTags=&Tag:
MetadataPage_buttonAddTag=&Add
MetadataPage_buttonEditTag=&Edit
MetadataPage_buttonRemoveTag=&Remove
MetadataPage_errorSavingPreferences=Error occured saving the data to preferences.

# CreaterepoResourceChangeListener
CreaterepoResourceChangeListener_errorGettingResource=Error trying to get the resource from the editor.

# CreaterepoPreferencePage
CreaterepoPreferencePage_description=Configure the execution properties of createrepo.
CreaterepoPreferencePage_generalGroupLabel=General
CreaterepoPreferencePage_booleanChecksumName=Include the file's checksum in the metadata filename
CreaterepoPreferencePage_booleanGenerateSQLDB=Generate sqlite database for use with yum
CreaterepoPreferencePage_booleanIgnoreSymlinks=Ignore symlinks of packages
CreaterepoPreferencePage_booleanPrettyXML=Output xml files in pretty format
CreaterepoPreferencePage_numWorkers=Number of workers to read rpms (0 is automatic):
CreaterepoPreferencePage_updateGroupLabel=Updates
CreaterepoPreferencePage_booleanCheckTS=Generate metadata when its timestamps are older than its rpms'
CreaterepoPreferencePage_checkTSNote=NOTE: This command will not notice when packages have been removed \
 from repo. Update first then execute the command.
CreaterepoPreferencePage_changelogGroupLabel=Changelog
CreaterepoPreferencePage_numChangelogLimit=Limit of changelog entries (0 is automatic):
CreaterepoPreferencePage_checksumGroupLabel=Checksum
CreaterepoPreferencePage_compressionGroupLabel=Compresion

# CreaterepoDeltaPreferencePage
CreaterepoDeltaPreferencePage_description=Configure delta execution properties of createrepo.
CreaterepoDeltaPreferencePage_groupLabel=Delta options
CreaterepoDeltaPreferencePage_booleanEnableLabel=Generate deltarpms and the delta metadata
CreaterepoDeltaPreferencePage_maxNumberOfDeltas=The number of older versions to make deltas against:
CreaterepoDeltaPreferencePage_maxDeltaSize=Max size of an rpm to run deltarpm against (MByte):

Back to the top