From 5c2cdc17638b20ce25aa97deb40396a920c31f99 Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 21 Jan 2004 23:31:45 +0000 Subject: [PATCH] Sanity. CVS patchset: 7081 CVS date: 2004/01/21 23:31:45 --- CHANGES | 1 + po/cs.po | 14 ++++++++++++-- po/da.po | 14 ++++++++++++-- po/de.po | 14 ++++++++++++-- po/fi.po | 14 ++++++++++++-- po/fr.po | 14 ++++++++++++-- po/gl.po | 14 ++++++++++++-- po/is.po | 14 ++++++++++++-- po/ja.po | 17 ++++++++++++----- po/ko.po | 14 ++++++++++++-- po/no.po | 14 ++++++++++++-- po/pl.po | 14 ++++++++++++-- po/pt.po | 14 ++++++++++++-- po/pt_BR.po | 14 ++++++++++++-- po/ro.po | 14 ++++++++++++-- po/rpm.pot | 14 ++++++++++++-- po/ru.po | 14 ++++++++++++-- po/sk.po | 17 ++++++++++++----- po/sl.po | 19 +++++++++++++------ po/sr.po | 14 ++++++++++++-- po/sv.po | 14 ++++++++++++-- po/tr.po | 14 ++++++++++++-- rpm.spec.in | 5 ++++- 23 files changed, 258 insertions(+), 53 deletions(-) diff --git a/CHANGES b/CHANGES index 9e103dbf5..20c8b8f7a 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ - RPMMIRE_DEFAULT is overkill, use RPMMIRE_STRCMP instead (#103851). - don't use mktemp if mkstemp is available (#103850). - use -fPIC -DPIC on all platforms, not just mandatory (#112713). + - python: return None for NEVRAO, [] for everything else. 4.2.1 -> 4.2.2: - unify signal handling in librpmio, use condvar to deliver signal. diff --git a/po/cs.po b/po/cs.po index e5f02e472..225dcfca7 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2001-07-24 10:02+0100\n" "Last-Translator: Milan Kerslager \n" "Language-Team: Czech \n" @@ -528,7 +528,7 @@ msgstr "Soubor nenalezen: %s\n" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2652,11 +2652,21 @@ msgstr "" msgid "%s cannot be installed\n" msgstr "neinstalován " +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "cesta %s v balíèku %s není pøemístitelná" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "nainstalovat balíèek" + #: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" diff --git a/po/da.po b/po/da.po index b9c68e539..8508f9578 100644 --- a/po/da.po +++ b/po/da.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2001-04-05 23:03GMT\n" "Last-Translator: Claus Hindsgaul \n" "Language-Team: Danish \n" @@ -523,7 +523,7 @@ msgstr "Fil ikke fundet: %s\n" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2663,11 +2663,21 @@ msgstr "overspringer %s - overf msgid "%s cannot be installed\n" msgstr "%s kunne ikke installeres\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "pakke %s kan ikke omrokeres\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "installerer binærpakker\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/de.po b/po/de.po index c6dbda70d..08431c80a 100644 --- a/po/de.po +++ b/po/de.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 1998-08-03 18:02+02:00\n" "Last-Translator: Karl Eichwalder \n" "Language-Team: German \n" @@ -597,7 +597,7 @@ msgstr "Datei auf dem Server nicht gefunden" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2834,11 +2834,21 @@ msgstr "Fehler: msgid "%s cannot be installed\n" msgstr "Fehler: %s kann nicht installiert werden\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "Anfrage an alle Pakete" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "Paket %s ist nicht installiert\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "Paket installieren" + #: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" diff --git a/po/fi.po b/po/fi.po index d0891b32c..93d90b19a 100644 --- a/po/fi.po +++ b/po/fi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 1998-05-02 21:41:47-0400\n" "Last-Translator: Raimo Koski \n" "Language-Team: Finnish \n" @@ -538,7 +538,7 @@ msgstr "Tiedostoa ei l #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2706,11 +2706,21 @@ msgstr "virhe: ohitan %s:n, siirto ep msgid "%s cannot be installed\n" msgstr "virhe: %s ei voida asentaa\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "kysele kaikki paketit" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "paketti %s ei ole asennettu\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "asenna paketti" + #: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" diff --git a/po/fr.po b/po/fr.po index 6e241f45b..ac5d19fa5 100644 --- a/po/fr.po +++ b/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: RPM 4.2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2003-07-06 01:36+0200\n" "Last-Translator: RPM French Translation \n" "Language-Team: RPM French Translation \n" @@ -541,7 +541,7 @@ msgstr "Fichier non trouvé: %s\n" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2654,11 +2654,21 @@ msgstr "%s ignoré - échec du téléchargement - %s\n" msgid "%s cannot be installed\n" msgstr "%s ne peut être installé\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "le paquetage %s n'est pas relogeable\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "installation des paquetages binaires\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/gl.po b/po/gl.po index 6592c9ec7..020ce558a 100644 --- a/po/gl.po +++ b/po/gl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2001-01-13 22:31+0100\n" "Last-Translator: Jesús Bravo Álvarez \n" "Language-Team: Galician \n" @@ -508,7 +508,7 @@ msgstr "" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2562,11 +2562,21 @@ msgstr "" msgid "%s cannot be installed\n" msgstr "" +#: lib/rpminstall.c:512 +#, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, c-format msgid "package %s is not relocatable\n" msgstr "" +#: lib/rpminstall.c:582 +#, c-format +msgid "\tadded binary package [%d]\n" +msgstr "" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/is.po b/po/is.po index 86677c9f4..70e7e18fe 100644 --- a/po/is.po +++ b/po/is.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2001-07-12 13:25+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -511,7 +511,7 @@ msgstr "Skr #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2593,11 +2593,21 @@ msgstr "" msgid "%s cannot be installed\n" msgstr "" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "Get ekki ritað í pakka: %s\n" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "Skráin %s er ekki venjuleg skrá.\n" +#: lib/rpminstall.c:582 +#, c-format +msgid "\tadded binary package [%d]\n" +msgstr "" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/ja.po b/po/ja.po index 7b0aa9d5c..0b4bd74d6 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 1999-12-01 22:49 +JST\n" "Last-Translator: Kanda Mitsuru \n" "Language-Team: JRPM \n" @@ -553,7 +553,7 @@ msgstr " #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2746,11 +2746,21 @@ msgstr "%s msgid "%s cannot be installed\n" msgstr "%s ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤­¤Þ¤»¤ó\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤ÏºÆÇÛÃ֤Ǥ­¤Þ¤»¤ó" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "¸Å¤¤¥¹¥¿¥¤¥ë¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸\n" + #: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" @@ -4902,9 +4912,6 @@ msgstr "" #~ msgid "archive offset is %d\n" #~ msgstr "¥¢¡¼¥«¥¤¥Ö¥ª¥Õ¥»¥Ã¥È¤Ï %d\n" -#~ msgid "old style binary package\n" -#~ msgstr "¸Å¤¤¥¹¥¿¥¤¥ë¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸\n" - #, fuzzy #~ msgid "%s: %-45s YES (rpmlib version)\n" #~ msgstr "%s: %s ¤Ï rpmlib ¤Î¥Ð¡¼¥¸¥ç¥ó¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£\n" diff --git a/po/ko.po b/po/ko.po index 54340382e..c63151d43 100644 --- a/po/ko.po +++ b/po/ko.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2002-03-04 17:17+0900\n" "Last-Translator: Jong-Hoon Ryu \n" "Language-Team: GNU Translation project \n" @@ -522,7 +522,7 @@ msgstr " #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2641,11 +2641,21 @@ msgstr "%s( msgid "%s cannot be installed\n" msgstr "%s(Àº)´Â ¼³Ä¡ÇÒ ¼ö ¾ø½À´Ï´Ù\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "<¼Ò½º ÆÐÅ°Áö>" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "%s ÆÐÅ°Áö´Â Àç¹èÄ¡ÇÒ ¼ö ¾ø½À´Ï´Ù\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "¹ÙÀ̳ʸ® ÆÐÅ°Áö¸¦ ¼³Ä¡ÇÕ´Ï´Ù\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/no.po b/po/no.po index e2a4d84f6..4420fdbb1 100644 --- a/po/no.po +++ b/po/no.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2001-06-27 12:24+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -522,7 +522,7 @@ msgstr "Fil ikke funnet: %s\n" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2623,11 +2623,21 @@ msgstr "hopper over %s - overf msgid "%s cannot be installed\n" msgstr "" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "pakke %s kan ikke relokeres\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "installerer binærpakker\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/pl.po b/po/pl.po index 150b1b5df..162b7fba7 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.3-20030515\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2003-06-08 22:42+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -532,7 +532,7 @@ msgstr "Nie znaleziono pliku: %s\n" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2607,11 +2607,21 @@ msgstr "%s pomijany - transmisja %s nie powiod msgid "%s cannot be installed\n" msgstr "%s nie mo¿e byæ zainstalowany\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "pakiet %s nie jest przesuwalny\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "instalacja pakietów binarnych\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/pt.po b/po/pt.po index 9bffa70ed..7e3a976dd 100644 --- a/po/pt.po +++ b/po/pt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2002-02-14 10:51+0000\n" "Last-Translator: José Nuno Coelho Sanarra Pires \n" "Language-Team: pt " + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "o pacote %s não pode ser mudado de sítio\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "a instalar os pacotes binários\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 18a30e9db..f0121afd6 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" @@ -578,7 +578,7 @@ msgstr "no foi passado pacote para desinstalao" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" # , c-format @@ -2876,11 +2876,21 @@ msgstr "" msgid "%s cannot be installed\n" msgstr "no foi passado pacote para instalao" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "pesquise todos os pacotes" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "no foi passado pacote para instalao" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "instale pacote" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/ro.po b/po/ro.po index d3a58a302..2b8ba783b 100644 --- a/po/ro.po +++ b/po/ro.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 1999-04-10 12:00+EST\n" "Last-Translator: Cristian Gafton \n" "Language-Team: Romanian \n" @@ -508,7 +508,7 @@ msgstr "" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2562,11 +2562,21 @@ msgstr "" msgid "%s cannot be installed\n" msgstr "" +#: lib/rpminstall.c:512 +#, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, c-format msgid "package %s is not relocatable\n" msgstr "" +#: lib/rpminstall.c:582 +#, c-format +msgid "\tadded binary package [%d]\n" +msgstr "" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/rpm.pot b/po/rpm.pot index d230ab97c..1de4201f7 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -514,7 +514,7 @@ msgstr "" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2568,11 +2568,21 @@ msgstr "" msgid "%s cannot be installed\n" msgstr "" +#: lib/rpminstall.c:512 +#, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, c-format msgid "package %s is not relocatable\n" msgstr "" +#: lib/rpminstall.c:582 +#, c-format +msgid "\tadded binary package [%d]\n" +msgstr "" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/ru.po b/po/ru.po index 6c59683a8..110494356 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2002-08-27 13:36-0400\n" "Last-Translator: Eugene Kanter, \n" "Language-Team: Black Cat Linux Team \n" @@ -529,7 +529,7 @@ msgstr " #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2620,11 +2620,21 @@ msgstr "%s msgid "%s cannot be installed\n" msgstr "%s ÎÅ ÍÏÖÅÔ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎ\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "<ÉÓÈÏÄÎÙÊ ÐÁËÅÔ>" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "ÐÁËÅÔ %s - ÎÅ ÐÅÒÅÍÅÝÁÅÍÙÊ\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÀ ÂÉÎÁÒÎÙÅ ÐÁËÅÔÙ\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/sk.po b/po/sk.po index 85e0b1cb0..cd7a40a22 100644 --- a/po/sk.po +++ b/po/sk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 1999-04-08 21:37+02:00\n" "Last-Translator: Stanislav Meduna \n" "Language-Team: Slovak \n" @@ -541,7 +541,7 @@ msgstr "S #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2705,11 +2705,21 @@ msgstr "%s vynechan msgid "%s cannot be installed\n" msgstr "%s nie je mo¾né nain¹talova»\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "nájdených %d balíkov\n" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "balík %s nie je nain¹talovaný\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "binárny balík v starom ¹týle\n" + #: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" @@ -5356,9 +5366,6 @@ msgstr "" #~ msgid "archive offset is %d\n" #~ msgstr "posunutie v archíve je %d\n" -#~ msgid "old style binary package\n" -#~ msgstr "binárny balík v starom ¹týle\n" - #, fuzzy #~ msgid "" #~ " rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile " diff --git a/po/sl.po b/po/sl.po index fe45e341e..d3f730a8e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1,13 +1,13 @@ # -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr. # Copyright (C) 2000 Free Software Foundation, Inc. # Primo¾ Peterlin , 2000. -# $Id: sl.po,v 1.384 2004/01/05 19:05:42 jbj Exp $ +# $Id: sl.po,v 1.385 2004/01/21 23:32:32 jbj Exp $ # msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2000-10-08 19:05+0200\n" "Last-Translator: Grega Fajdiga \n" "Language-Team: Slovenian \n" @@ -540,7 +540,7 @@ msgstr "Datoteke ni mogo #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2708,11 +2708,21 @@ msgstr "presko msgid "%s cannot be installed\n" msgstr "%s ni mo¾no namestiti\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "ni paketov\n" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "paketa %s ni mo¾no premakniti\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "binarni paket v starem zapisu\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" @@ -5472,9 +5482,6 @@ msgstr "" #~ msgid "archive offset is %d\n" #~ msgstr "odmik arhiva je %d\n" -#~ msgid "old style binary package\n" -#~ msgstr "binarni paket v starem zapisu\n" - #, fuzzy #~ msgid "" #~ " rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile " diff --git a/po/sr.po b/po/sr.po index 97c3bb1a7..c66daa1c5 100644 --- a/po/sr.po +++ b/po/sr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -531,7 +531,7 @@ msgstr "Datoteka nije prona #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2697,11 +2697,21 @@ msgstr "gre msgid "%s cannot be installed\n" msgstr "gre¹ka: %s se ne mo¾e instalirati\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "upit nad svim paketima" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "paket %s nije instaliran\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "instaliraj paket" + #: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" diff --git a/po/sv.po b/po/sv.po index b0c2f63c9..f466145fc 100644 --- a/po/sv.po +++ b/po/sv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2003-02-05 12:40+0100\n" "Last-Translator: Göran Uddeborg \n" "Language-Team: Swedish \n" @@ -521,7 +521,7 @@ msgstr "Filen hittades inte: %s\n" #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2603,11 +2603,21 @@ msgstr "hoppar msgid "%s cannot be installed\n" msgstr "%s kan inte installeras\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "paket %s är inte relokerbart\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "installerar binärpaket\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/po/tr.po b/po/tr.po index dbce468ef..92bce14b5 100644 --- a/po/tr.po +++ b/po/tr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-01-05 17:24+0000\n" +"POT-Creation-Date: 2004-01-12 16:27+0000\n" "PO-Revision-Date: 2001-07-05 08:02+300\n" "Last-Translator: Nilgun Belma Buguner \n" "Language-Team: Turkish \n" @@ -533,7 +533,7 @@ msgstr "Dosya bulunamad #: build/files.c:1772 #, c-format -msgid "%s: can't load unknwon tag (%d).\n" +msgid "%s: can't load unknown tag (%d).\n" msgstr "" #: build/files.c:1778 @@ -2669,11 +2669,21 @@ msgstr "%s atlan msgid "%s cannot be installed\n" msgstr "%s yüklenemedi\n" +#: lib/rpminstall.c:512 +#, fuzzy, c-format +msgid "\tadded source package [%d]\n" +msgstr "" + #: lib/rpminstall.c:537 #, fuzzy, c-format msgid "package %s is not relocatable\n" msgstr "%s paketi yeniden konumlandýrýlamaz\n" +#: lib/rpminstall.c:582 +#, fuzzy, c-format +msgid "\tadded binary package [%d]\n" +msgstr "icra edilebilir paketleri kuruluyor\n" + #: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" diff --git a/rpm.spec.in b/rpm.spec.in index fa66535b6..a1a459f33 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -20,7 +20,7 @@ Name: rpm %define version @VERSION@ Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.7 +Release: 0.8 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz License: GPL @@ -482,6 +482,9 @@ exit 0 %{__includedir}/popt.h %changelog +* Mon Jan 19 2004 Jeff Johnson 4.2-0.8 +- python: return None for NEVRAO, [] for everything else. + * Mon Jan 12 2004 Jeff Johnson 4.3-0.7 - fix: handle files w/o contexts correctly.