Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5200c20e633e8d9a2bffe6d4cbaeb3e13748f116 (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
###############################################################################
# Copyright (c) 2009 Red Hat, Inc.
# 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:
#     Red Hat - initial API and implementation
###############################################################################
#SpecfileChangelogAction_0=Did not get changelog partition. Please make me one\!
#SpecfileChangelogAction_1=Got specfile partition:
#SpecfileChangelogAction_2=,
#SpecfileChangelogAction_3=Got
#SpecfileChangelogAction_4=\ editor
#SpecfileChangelogAction_5=EEE MMM d yyyy
SpecfileChangelogFormatter_0=Got 
SpecfileChangelogFormatter_1=\ editor

# SpecfileEditorDownloadSourcesActionDelegate
DownloadSources_malformedURL=Unable to create URL using: {0}
DownloadSources_cannotConnectToURL=Cannot open a connection using the URL.

# SpecfileEditorPrepareSourcesActionDelegate
PrepareSources_error=Error
PrepareSources_downloadSourcesMalformedURL=During preparing of sources, unable to create URL using: {0}
PrepareSources_downloadCancelled=While preparing the sources, the download process was interrupted.
PrepareSources_downloadConnectionFail=During preparing of sources, cannot open a connection using the URL.
PrepareSources_coreException=There was a core exception thrown while trying to prepare the sources \
 for the build.
PrepareSources_prepareSources=Preparing sources for {0}
PrepareSources_consoleName=rpmbuild({0})

# RPMHandlerUtils
RPMHandlerUtils_cannotCreateRPMProject=Error trying to retrieve the RPM Project.

Back to the top