- popt aliases for -U et al to achieve dynamic link with nptl.
CVS patchset: 5946 CVS date: 2002/12/18 16:18:33
This commit is contained in:
parent
ad8350c149
commit
c10d7179bb
1
CHANGES
1
CHANGES
|
@ -55,6 +55,7 @@
|
|||
- make dependency generation "opt-out" everywhere.
|
||||
- rebuild against glibc with fcntl fixed in libpthread.
|
||||
- re-enable CDB locking, removing "private" from %%__dbi_cdb macro.
|
||||
- popt aliases for -U et al to achieve dynamic link with nptl.
|
||||
|
||||
4.0.4 -> 4.1:
|
||||
- loosely wire beecrypt library into rpm.
|
||||
|
|
11
lib/psm.c
11
lib/psm.c
|
@ -1718,6 +1718,17 @@ psm->te->h = headerLink(fi->h);
|
|||
case PSM_PRE:
|
||||
if (rpmtsFlags(ts) & RPMTRANS_FLAG_TEST) break;
|
||||
|
||||
/* XXX insure that trigger index is opened before entering chroot. */
|
||||
#ifdef NOTYET
|
||||
{ static int oneshot = 0;
|
||||
dbiIndex dbi;
|
||||
if (!oneshot) {
|
||||
dbi = dbiOpen(rpmtsGetRdb(ts), RPMTAG_TRIGGERNAME, 0);
|
||||
oneshot++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Change root directory if requested and not already done. */
|
||||
rc = rpmpsmStage(psm, PSM_CHROOT_IN);
|
||||
|
||||
|
|
22
po/cs.po
22
po/cs.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2001-07-24 10:02+0100\n"
|
||||
"Last-Translator: Milan Kerslager <kerslage@linux.cz>\n"
|
||||
"Language-Team: Czech <cs@li.org>\n"
|
||||
|
@ -715,7 +715,7 @@ msgstr "Nemohu p
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "Nemohu otevøít %s: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Nemohu zapsat balíèek: %s\n"
|
||||
|
@ -745,7 +745,7 @@ msgstr "Nemohu p
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Nemohu zapsat payload do %s: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Zapsáno: %s\n"
|
||||
|
@ -2189,41 +2189,41 @@ msgstr "proveden
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "%s: %s-%s-%s obsahuje %d souborù, test = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr "%s: scriptlet %s selhal (%d), pøeskakuji %s-%s-%s\n"
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Nemohu pøeèíst hlavièku z %s: %s\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "u¾ivatel %s neexistuje - pou¾it u¾ivatel root\n"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "skupina %s neexistuje - pou¾ita skupina root\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "rozbalování archívu selhalo %s%s: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " na souboru "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "nemohu otevøít %s: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s selhalo\n"
|
||||
|
|
22
po/da.po
22
po/da.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2001-04-05 23:03GMT\n"
|
||||
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
|
||||
"Language-Team: Danish <dansk@klid.dk>\n"
|
||||
|
@ -712,7 +712,7 @@ msgstr "Kunne ikke l
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "Kunne ikke åbne %s: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Kunne ikke skrive pakke: %s\n"
|
||||
|
@ -742,7 +742,7 @@ msgstr "Kunne ikke l
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Kunne ikke skrive pakkeindhold til %s: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Skrev: %s\n"
|
||||
|
@ -2202,41 +2202,41 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "pakke: %s-%s-%s filer test = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Kunne ikke læse hoved fra %s: %s\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "bruger %s eksisterer ikke - bruger root\n"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "gruppe %s eksisterer ikke - bruger root\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "udpakning af arkiv mislykkedes%s%s: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " for fil "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "kunne ikke åbne %s: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s mislykkedes\n"
|
||||
|
|
22
po/de.po
22
po/de.po
|
@ -37,7 +37,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 1998-08-03 18:02+02:00\n"
|
||||
"Last-Translator: Karl Eichwalder <ke@SuSE.DE>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
|
@ -797,7 +797,7 @@ msgid "Could not open %s: %s\n"
|
|||
msgstr "Öffnen von %s fehlgeschlagen\n"
|
||||
|
||||
# , c-format
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Nicht möglich %s zu schreiben"
|
||||
|
@ -832,7 +832,7 @@ msgstr "Nicht m
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Nicht möglich %s zu schreiben"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr ""
|
||||
|
@ -2359,43 +2359,43 @@ msgstr "Ausf
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
# , c-format
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Nicht möglich %s zu schreiben"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, fuzzy, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, fuzzy, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "öffnen von %s fehlgeschlagen: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
# , c-format
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "Öffnen von %s fehlgeschlagen: %s"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "pgp fehlgeschlagen"
|
||||
|
|
22
po/fi.po
22
po/fi.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 1998-05-02 21:41:47-0400\n"
|
||||
"Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
|
||||
"Language-Team: Finnish <linux@sot.com>\n"
|
||||
|
@ -725,7 +725,7 @@ msgstr "%s:n kirjoitus ei onnistu"
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "%s:n avaus epäonnistui\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "%s:n kirjoitus ei onnistu"
|
||||
|
@ -755,7 +755,7 @@ msgstr "%s:n kirjoitus ei onnistu"
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "%s:n kirjoitus ei onnistu"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr ""
|
||||
|
@ -2244,41 +2244,41 @@ msgstr "skriptin ajo ep
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "%s:n kirjoitus ei onnistu"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, fuzzy, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "ryhmässä %s ei ole paketteja\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, fuzzy, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "%s:n avaus ei onnistunut: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "en voinut avata %s: %s"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "pgp epäonnistui"
|
||||
|
|
22
po/fr.po
22
po/fr.po
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -746,7 +746,7 @@ msgstr "impossible d'ouvrir: %s\n"
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "impossible d'ouvrir: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "impossible d'ouvrir: %s\n"
|
||||
|
@ -776,7 +776,7 @@ msgstr "impossible d'ouvrir: %s\n"
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "impossible d'ouvrir: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr ""
|
||||
|
@ -2283,41 +2283,41 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "aucun package n'a t spcifi pour l'installation"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "impossible d'ouvrir: %s\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, fuzzy, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "La construction a chou.\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "impossible d'ouvrir: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "La construction a chou.\n"
|
||||
|
|
22
po/gl.po
22
po/gl.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.1\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2001-01-13 22:31+0100\n"
|
||||
"Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
|
||||
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
|
||||
|
@ -691,7 +691,7 @@ msgstr ""
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr ""
|
||||
|
@ -721,7 +721,7 @@ msgstr ""
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr ""
|
||||
|
@ -2115,40 +2115,40 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr ""
|
||||
|
|
22
po/is.po
22
po/is.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2001-07-12 13:25+0000\n"
|
||||
"Last-Translator: Richard Allen <ra@hp.is>\n"
|
||||
"Language-Team: is <kde-isl@mmedia.is>\n"
|
||||
|
@ -698,7 +698,7 @@ msgstr "Get ekki lesi
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Get ekki ritað í pakka: %s\n"
|
||||
|
@ -728,7 +728,7 @@ msgstr "Get ekki lesi
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Get ekki ritað innihald í %s: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Skrifaði: %s\n"
|
||||
|
@ -2141,41 +2141,41 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Get ekki lesið haus úr %s: %s\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "gat ekki opnað %s: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s brást\n"
|
||||
|
|
22
po/ja.po
22
po/ja.po
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 1999-12-01 22:49 +JST\n"
|
||||
"Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n"
|
||||
"Language-Team: JRPM <jrpm@linux.or.jp>\n"
|
||||
|
@ -741,7 +741,7 @@ msgstr "
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "%s のオープンに失敗しました\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "パッケージの書き込みに失敗しました: %s"
|
||||
|
@ -771,7 +771,7 @@ msgstr "
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "パッケージの書き込みに失敗しました: %s"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "書き込み中: %s\n"
|
||||
|
@ -2280,42 +2280,42 @@ msgstr "
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "パッケージ: %s-%s-%s ファイルテスト = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "アイコンを読むことができません: %s"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, fuzzy, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "ユーザ %s は存在しません - root を使用します"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, fuzzy, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "グループ %s は存在しません - root を使用します"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, fuzzy, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "ファイル %s のアーカイブの伸長に失敗 %s%s: %s"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
#, fuzzy
|
||||
msgid " on file "
|
||||
msgstr "ファイル上"
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "%s のオープンに失敗: %s"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s 失敗"
|
||||
|
|
22
po/ko.po
22
po/ko.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.4\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2002-03-04 17:17+0900\n"
|
||||
"Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n"
|
||||
"Language-Team: GNU Translation project <ko@li.org>\n"
|
||||
|
@ -705,7 +705,7 @@ msgstr "
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "%s(을)를 열 수 없음: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "패키지를 작성할 수 없음: %s\n"
|
||||
|
@ -735,7 +735,7 @@ msgstr "%s
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "%s에 payload를 작성할 수 없음: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "작성: %s\n"
|
||||
|
@ -2176,42 +2176,42 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "%s: %s-%s-%s에 %d의 파일이 있습니다, 테스트 = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
"%s: %s 스크립틀릿(scriptlet)이 실패했습니다 (%d), %s-%s-%s(을)를 생략합니다\n"
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "서명(signature) 헤더를 다시 읽어올 수 없습니다.\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "%s 사용자가 존재하지 않습니다 - root를 이용합니다\n"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "%s 그룹이 존재하지 않습니다 - root를 이용합니다\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "아카이브를 푸는데 실패함%s%s: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " 다음 파일의 "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "%2$s 파일의 %1$s(이)가 실패함: %3$s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s(이)가 실패함: %s\n"
|
||||
|
|
22
po/no.po
22
po/no.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2001-06-27 12:24+0200\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
||||
"Language-Team: Norwegian <no@li.org>\n"
|
||||
|
@ -709,7 +709,7 @@ msgstr "Kunne ikke
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "Kunne ikke åpne %s: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Kunne ikke skrive pakke: %s\n"
|
||||
|
@ -739,7 +739,7 @@ msgstr "Kunne ikke lese \"payload\" fra %s: %s\n"
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Kunne ikke skrive \"payload\" til %s: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Skrev: %s\n"
|
||||
|
@ -2167,41 +2167,41 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Kunne ikke åpne spec fil %s: %s\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "klarte ikke å åpne %s: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s feilet\n"
|
||||
|
|
22
po/pl.po
22
po/pl.po
|
@ -8,7 +8,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 1999-05-25 17:00+0100\n"
|
||||
"Last-Translator: Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>\n"
|
||||
"Language-Team: Polish <pl@li.org>\n"
|
||||
|
@ -732,7 +732,7 @@ msgstr "Nie mo
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "Nie mo¿na otworzyæ %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Nie mo¿na zapisaæ pakietu: %s"
|
||||
|
@ -762,7 +762,7 @@ msgstr "Nie mo
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Nie mo¿na zapisaæ pakietu: %s"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Zapisano: %s\n"
|
||||
|
@ -2245,41 +2245,41 @@ msgstr "wykonanie skryptu nie powiod
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "pakiet: %s-%s-%s test plików = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Nie mo¿na odczytaæ ikony: %s"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, fuzzy, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "u¿ytkownik %s nie istnieje - u¿yto konta root"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, fuzzy, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "grupa %s nie istnieje - u¿yto grupy root"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, fuzzy, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "rozpakowanie archiwum nie powiod³o siê %s%s: %s"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " na pliku "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "nie mo¿na otworzyæ %s: %s"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s nie powiod³o siê"
|
||||
|
|
22
po/pt.po
22
po/pt.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2002-02-14 10:51+0000\n"
|
||||
"Last-Translator: José Nuno Coelho Sanarra Pires <jncp@rnl.ist.utl.pt>\n"
|
||||
"Language-Team: pt <morais@kde.org\n"
|
||||
|
@ -715,7 +715,7 @@ msgstr "N
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "Não consigo aceder ao %s: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Não consegui gravar o pacote: %s\n"
|
||||
|
@ -745,7 +745,7 @@ msgstr "N
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Não consegui escrever o conteúdo de %s: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Gravei: %s\n"
|
||||
|
@ -2189,41 +2189,41 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "%s: %s-%s-%s tem %d ficheiros, teste = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr "%s: %s script falhou (%d), a saltar %s-%s-%s\n"
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Não consegui reler o cabeçalho do assinatura.\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "o utilizador %s não existe - a usar o root\n"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "o grupo %s não existe - a usar o root\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "a abertura do pacote falhou%s%s: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " no ficheiro "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "%s falhou no ficheiro %s: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s falhou: %s\n"
|
||||
|
|
22
po/pt_BR.po
22
po/pt_BR.po
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8-bit\n"
|
||||
|
@ -788,7 +788,7 @@ msgid "Could not open %s: %s\n"
|
|||
msgstr "No consegui abrir: %s\n"
|
||||
|
||||
# , c-format
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "No consegui abrir: %s\n"
|
||||
|
@ -823,7 +823,7 @@ msgstr "No consegui abrir: %s\n"
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "No consegui abrir: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr ""
|
||||
|
@ -2369,43 +2369,43 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "no foi passado pacote para instalao"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
# , c-format
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "No consegui abrir: %s\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, fuzzy, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "Construo falhou.\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
# , c-format
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "No consegui abrir: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "Construo falhou.\n"
|
||||
|
|
22
po/ro.po
22
po/ro.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 1999-04-10 12:00+EST\n"
|
||||
"Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
|
||||
"Language-Team: Romanian <ro@li.org>\n"
|
||||
|
@ -691,7 +691,7 @@ msgstr ""
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr ""
|
||||
|
@ -721,7 +721,7 @@ msgstr ""
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr ""
|
||||
|
@ -2115,40 +2115,40 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr ""
|
||||
|
|
22
po/rpm.pot
22
po/rpm.pot
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -697,7 +697,7 @@ msgstr ""
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr ""
|
||||
|
@ -727,7 +727,7 @@ msgstr ""
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr ""
|
||||
|
@ -2121,40 +2121,40 @@ msgstr ""
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr ""
|
||||
|
|
22
po/ru.po
22
po/ru.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2002-08-27 13:36-0400\n"
|
||||
"Last-Translator: Eugene Kanter, <eugene@blackcatlinux.com>\n"
|
||||
"Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
|
||||
|
@ -714,7 +714,7 @@ msgstr "
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÐÁËÅÔ: %s\n"
|
||||
|
@ -744,7 +744,7 @@ msgstr "
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÓÏÄÅÒÖÉÍÏÅ × %s: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "úÁÐÉÓÁÎ: %s\n"
|
||||
|
@ -2162,40 +2162,40 @@ msgstr "%s(%s-%s-%s)
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "%s: %s ÓÏÄÅÒÖÉÔ %d ÆÁÊÌÏ×, ÒÅÚÕÌØÔÁÔ ÐÒÏ×ÅÒËÉ: %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr "%s: %s ÏÛÉÂËÁ ÓÃÅÎÁÒÉÑ (%d), ÐÒÏÐÕÓËÁÅÔÓÑ %s\n"
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÚÁÇÒÕÚÉÔØ ÚÁÇÏÌÏ×ÏË ÐÏÄÐÉÓÉ\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "ÐÏÌØÚÏ×ÁÔÅÌØ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ - ÉÓÐÏÌØÚÕÅÔÓÑ root\n"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ - ÉÓÐÏÌØÚÕÅÔÓÑ root\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "ÒÁÓÐÁËÏ×ËÁ ÁÒÈÉ×Á ÎÅ ÕÄÁÌÁÓØ%s%s: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " ÎÁ ÆÁÊÌÅ "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "%s ÏÛÉÂËÁ ÎÁ ÆÁÊÌÅ %s: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s ÎÅ ÕÄÁÌÏÓØ: %s\n"
|
||||
|
|
22
po/sk.po
22
po/sk.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 1999-04-08 21:37+02:00\n"
|
||||
"Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
|
||||
"Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
|
||||
|
@ -729,7 +729,7 @@ msgstr "Nie je mo
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "Otvorenie %s zlyhalo\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Nie je mo¾né zapísa» balík: %s"
|
||||
|
@ -759,7 +759,7 @@ msgstr "Nie je mo
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Nie je mo¾né zapísa» balík: %s"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Zapísané: %s\n"
|
||||
|
@ -2243,41 +2243,41 @@ msgstr "vykonanie skriptu zlyhalo"
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "balík: %s-%s-%s test súborov = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Nie je mo¾né preèíta» ikonu: %s"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, fuzzy, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "pou¾ívateµ %s neexistuje - pou¾ije sa root"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, fuzzy, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "skupina %s neexistuje - pou¾ije sa root"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, fuzzy, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "rozbalenie archívu zlyhalo%s%s: %s"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " pre súbor "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "nepodarilo sa otvori» %s: %s"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s zlyhalo"
|
||||
|
|
24
po/sl.po
24
po/sl.po
|
@ -1,12 +1,12 @@
|
|||
# -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr.
|
||||
# Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
# Primo¾ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2000.
|
||||
# $Id: sl.po,v 1.335 2002/12/13 23:35:14 jbj Exp $
|
||||
# $Id: sl.po,v 1.336 2002/12/18 16:19:10 jbj Exp $
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2000-10-08 19:05+0200\n"
|
||||
"Last-Translator: Grega Fajdiga <gregor.fajdiga@telemach.net>\n"
|
||||
"Language-Team: Slovenian <sl@li.org>\n"
|
||||
|
@ -728,7 +728,7 @@ msgstr "Ikone %s ni mo
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "Ni mo¾no odpreti %s: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Ni mo¾no zapisati paketa: %s"
|
||||
|
@ -758,7 +758,7 @@ msgstr "Ikone %s ni mo
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Ni mo¾no zapisati paketa %s: %s"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Zapisano: %s\n"
|
||||
|
@ -2243,41 +2243,41 @@ msgstr "skript se ni uspe
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "paket: %s-%s-%s datoteke test = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Ikone %s ni mo¾no prebrati: %s"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, fuzzy, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "uporabnik %s ne obstaja - uporabljam root"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, fuzzy, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "skupina %s ne obstaja - uporabljam root"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, fuzzy, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "raz¹iritev arhiva je bilo neuspe¹no%s%s: %s"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " za datoteko "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "neuspe¹no odpiranje %s: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s neuspe¹en"
|
||||
|
|
22
po/sr.po
22
po/sr.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=iso-8859-2\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -718,7 +718,7 @@ msgstr "Ne mogu da upi
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "neuspelo otvaranje %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Ne mogu da upi¹em %s"
|
||||
|
@ -748,7 +748,7 @@ msgstr "Ne mogu da upi
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Ne mogu da upi¹em %s"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr ""
|
||||
|
@ -2235,41 +2235,41 @@ msgstr "neuspelo izvr
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Ne mogu da upi¹em %s"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, fuzzy, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "grupa %s ne sadr¾i nijedan paket\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, fuzzy, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "neuspelo otvaranje %s: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr ""
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "neuspelo otvaranje %s: %s"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "PGP omanuo"
|
||||
|
|
22
po/sv.po
22
po/sv.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.1\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2002-08-19 22:26+0200\n"
|
||||
"Last-Translator: Göran Uddeborg <goeran@uddeborg.pp.se>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
|
@ -706,7 +706,7 @@ msgstr "Kan inte l
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "Kunde inte öppna %s: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "Kunde inte skriva paket: %s\n"
|
||||
|
@ -736,7 +736,7 @@ msgstr "Kan inte l
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "Kan inte skriva last till %s: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Skrev: %s\n"
|
||||
|
@ -2146,40 +2146,40 @@ msgstr "k
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "%s: %s har %d filer, test = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr "%s: %s-skript misslyckades (%d), hoppar över %s\n"
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "Kan inte läsa om signaturhuvud\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "användare %s finns inte - använder root\n"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "grupp %s finns inte - använder root\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "uppackning av arkiv misslyckades%s%s: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " vid fil "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "%s misslyckades på fil %s: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s misslyckades: %s\n"
|
||||
|
|
22
po/tr.po
22
po/tr.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 4.0.3\n"
|
||||
"POT-Creation-Date: 2002-12-13 17:05-0500\n"
|
||||
"POT-Creation-Date: 2002-12-18 11:10-0500\n"
|
||||
"PO-Revision-Date: 2001-07-05 08:02+300\n"
|
||||
"Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n"
|
||||
"Language-Team: Turkish <tr@li.org>\n"
|
||||
|
@ -720,7 +720,7 @@ msgstr "%s'den ba
|
|||
msgid "Could not open %s: %s\n"
|
||||
msgstr "%s açýlamadý: %s\n"
|
||||
|
||||
#: build/pack.c:629 lib/psm.c:1833
|
||||
#: build/pack.c:629 lib/psm.c:1844
|
||||
#, c-format
|
||||
msgid "Unable to write package: %s\n"
|
||||
msgstr "paket yazýlamadý: %s\n"
|
||||
|
@ -750,7 +750,7 @@ msgstr "%s'den payload okunamad
|
|||
msgid "Unable to write payload to %s: %s\n"
|
||||
msgstr "%s'e payload yazýlamadý: %s\n"
|
||||
|
||||
#: build/pack.c:710 lib/psm.c:2138
|
||||
#: build/pack.c:710 lib/psm.c:2149
|
||||
#, c-format
|
||||
msgid "Wrote: %s\n"
|
||||
msgstr "Yazýldý: %s\n"
|
||||
|
@ -2207,41 +2207,41 @@ msgstr "%s beti
|
|||
msgid "%s: %s has %d files, test = %d\n"
|
||||
msgstr "%s: %s-%s-%s %d dosya içeriyor, test = %d\n"
|
||||
|
||||
#: lib/psm.c:1736
|
||||
#: lib/psm.c:1747
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s scriptlet failed (%d), skipping %s\n"
|
||||
msgstr "%s: %s betiði baþarýsýz (%d), %s-%s-%s atlanýyor\n"
|
||||
|
||||
#: lib/psm.c:1845
|
||||
#: lib/psm.c:1856
|
||||
#, fuzzy
|
||||
msgid "Unable to reload signature header\n"
|
||||
msgstr "%s'den baþlýk okunamadý: %s\n"
|
||||
|
||||
#: lib/psm.c:1891
|
||||
#: lib/psm.c:1902
|
||||
#, c-format
|
||||
msgid "user %s does not exist - using root\n"
|
||||
msgstr "kullanýcý %s yok - root kullanýlacak\n"
|
||||
|
||||
#: lib/psm.c:1900
|
||||
#: lib/psm.c:1911
|
||||
#, c-format
|
||||
msgid "group %s does not exist - using root\n"
|
||||
msgstr "grup %s yok - root kullanýlacak\n"
|
||||
|
||||
#: lib/psm.c:1948
|
||||
#: lib/psm.c:1959
|
||||
#, c-format
|
||||
msgid "unpacking of archive failed%s%s: %s\n"
|
||||
msgstr "arþiv paketi açýlýrken baþarýsýz%s%s: %s\n"
|
||||
|
||||
#: lib/psm.c:1949
|
||||
#: lib/psm.c:1960
|
||||
msgid " on file "
|
||||
msgstr " dosyada "
|
||||
|
||||
#: lib/psm.c:2146
|
||||
#: lib/psm.c:2157
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed on file %s: %s\n"
|
||||
msgstr "%s açýlamadý: %s\n"
|
||||
|
||||
#: lib/psm.c:2149
|
||||
#: lib/psm.c:2160
|
||||
#, fuzzy, c-format
|
||||
msgid "%s failed: %s\n"
|
||||
msgstr "%s baþarýsýz\n"
|
||||
|
|
|
@ -17,7 +17,7 @@ Name: rpm
|
|||
%define version @VERSION@
|
||||
Version: %{version}
|
||||
%{expand: %%define rpm_version %{version}}
|
||||
Release: 0.28nptl
|
||||
Release: 0.29nptl
|
||||
Group: System Environment/Base
|
||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
||||
Copyright: GPL
|
||||
|
@ -461,6 +461,9 @@ exit 0
|
|||
%{__prefix}/include/popt.h
|
||||
|
||||
%changelog
|
||||
* Wed Dec 18 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.29nptl
|
||||
- popt aliases for -U et al to achieve dynamic link with nptl.
|
||||
|
||||
* Tue Dec 17 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.28nptl
|
||||
- re-enable CDB locking, removing "private" from %%__dbi_cdb macro.
|
||||
|
||||
|
|
11
rpmpopt.in
11
rpmpopt.in
|
@ -86,8 +86,6 @@ rpm alias --last --qf '%|INSTALLTIME?{%{INSTALLTIME}}:{000000000}| %{NAME}-%{VER
|
|||
rpm alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]' \
|
||||
--POPTdesc=$"list all files from each package"
|
||||
|
||||
rpm alias --dwim --force --nodeps
|
||||
|
||||
rpm alias --redhatprovides -q --define '_dbpath /usr/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/redhat' --whatprovides \
|
||||
--POPTdesc=$"find package name that contains a provided capability (needs rpmdb-redhat package installed)"
|
||||
|
||||
|
@ -177,6 +175,15 @@ rpm exec -V rpmv -V
|
|||
rpm exec -y rpmv -y
|
||||
rpm exec --verify rpmv --verify
|
||||
|
||||
rpm exec -i rpmi -i
|
||||
rpm exec --install rpmi --install
|
||||
rpm exec -U rpmi -U
|
||||
rpm exec --upgrade rpmi --upgrade
|
||||
rpm exec -F rpmi -F
|
||||
rpm exec --freshen rpmi --freshen
|
||||
rpm exec -e rpmi -e
|
||||
rpm exec --erase rpmi --erase
|
||||
|
||||
rpm alias --with --define "_with_!#:+ --with-!#:+" \
|
||||
--POPTdesc=$"enable configure <option> for build" \
|
||||
--POPTargs=$"<option>"
|
||||
|
|
Loading…
Reference in New Issue