Fix --queryformat.

CVS patchset: 4374
CVS date: 2000/12/26 19:06:54
This commit is contained in:
jbj 2000-12-26 19:06:54 +00:00
parent 190b5df369
commit 6fca2e5c39
32 changed files with 763 additions and 765 deletions

View File

@ -152,6 +152,7 @@ static inline char * queryHeader(char * te, Header h, const char * qfmt)
return te;
}
te = stpcpy(te, str);
te += strlen(te);
return te;
}
@ -213,7 +214,7 @@ int showQueryPackage(QVA_t *qva, /*@unused@*/rpmdb rpmdb, Header h)
}
if (queryFormat)
queryHeader(te, h, queryFormat);
te = queryHeader(te, h, queryFormat);
if (!(queryFlags & QUERY_FOR_LIST))
goto exit;
@ -365,11 +366,8 @@ int showQueryPackage(QVA_t *qva, /*@unused@*/rpmdb rpmdb, Header h)
rc = 0;
exit:
if (te > t) {
*te++ = '\n';
*te = '\0';
if (te > t)
rpmMessage(RPMMESS_NORMAL, "%s", t);
}
if (dirNames) free(dirNames);
if (baseNames) free(baseNames);
if (fileLinktoList) free(fileLinktoList);

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-0500\n"
"PO-Revision-Date: 2000-08-23 22:24+0100\n"
"Last-Translator: Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@ -3055,119 +3055,119 @@ msgstr "nezn
msgid "incorrect format: %s\n"
msgstr "chyba ve formátu: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(neobsahuje ¾ádné soubory)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr "normální "
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr "nahrazen "
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr "neinstalován "
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr "sdílen v síti "
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr "(neznámý %3d) "
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr "(chybí stav) "
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr "balíèek nemá vlastníka souboru ani seznamy id"
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr "nemohu provést dotaz %s: %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr "otevøení %s selhalo: %s\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "nelze provést dotaz na zdrojové balíèky starého formátu\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "nezdá se, ¾e by %s byl balíèek typu RPM\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "dotaz na %s se nezdaøil\n"
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "dotaz na spec soubor %s selhal, nemohu parsovat\n"
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr "¾ádné balíèky\n"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "skupina %s neobsahuje ¾ádné balíèky\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "¾ádný balíèek neaktivuje %s\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "¾ádný balíèek nevy¾aduje %s\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "¾ádný balíèek neposkytuje %s\n"
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr "soubor %s: %s\n"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "soubor %s nevlastní ¾ádný balíèek\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "neplatné èíslo balíèku: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr "záznam balíèku èíslo: %u\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "záznam %d nelze pøeèíst\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "balíèek %s není nainstalován\n"

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-0500\n"
"PO-Revision-Date: 2000-03-07 05:17+01:00\n"
"Last-Translator: K. Christiansen <kenneth@gnu.org>\n"
"Language-Team: Danish/Dansk <dansk@klid.dk>\n"
@ -3013,119 +3013,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr "ingen pakker\n"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr "fil %s: %s\n"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "ugyldig pakkenummer: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -37,7 +37,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -3304,123 +3304,123 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr "Fehler beim Format %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(beinhaltet keine Dateien)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
#, fuzzy
msgid "not installed "
msgstr "Paket %s ist nicht installiert\n"
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, fuzzy, c-format
msgid "(unknown %3d) "
msgstr "(unbekannter Typ)"
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "Fehler: kann %s nicht öffnen\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "öffnen von %s fehlgeschlagen: %s\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s scheint kein RPM-Paket zu sein\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "Anfrage von %s fehlgeschlagen\n"
#: lib/query.c:588
#: lib/query.c:586
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "Anfrage von %s fehlgeschlagen\n"
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "Anfrage an alle Pakete"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "kein Paket triggert %s\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "kein Paket verlangt %s\n"
# oder besser: ... listet %s auf? -ke-
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "kein Paket stellt %s bereit\n"
# , c-format
#: lib/query.c:684
#: lib/query.c:682
#, fuzzy, c-format
msgid "file %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "die Datei »%s« gehört zu keinem Paket\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "ungültige Paket-Nummer: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "ungültige Paket-Nummer: %s\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "Eintrag %d konnte nicht gelesen werden\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "Paket %s ist nicht installiert\n"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-0500\n"
"Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
"Language-Team: Finnish <linux@sot.com>\n"
"Content-Type: text/plain; charset=\n"
@ -3217,121 +3217,121 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr "virhe formaatissa: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(ei tiedostoja)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
#, fuzzy
msgid "not installed "
msgstr "paketti %s ei ole asennettu\n"
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, fuzzy, c-format
msgid "(unknown %3d) "
msgstr "(tuntematon tyyppi)"
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "virhe: en voi avata %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "%s:n avaus ei onnistunut: %s\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s ei vaikuta RPM-paketilta\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "%s:n kysely ei onnistunut\n"
#: lib/query.c:588
#: lib/query.c:586
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "%s:n kysely ei onnistunut\n"
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "kysele kaikki paketit"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "ryhmässä %s ei ole paketteja\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "mikään paketti ei laukaise %s:a\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "mikään pakettie ei tarvitse %s:a\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "mikään paketti ei tarjoa %s:a\n"
#: lib/query.c:684
#: lib/query.c:682
#, fuzzy, c-format
msgid "file %s: %s\n"
msgstr "en voinut avata %s: %s"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "tiedostoa %s ei omista mikään paketti\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "virheellinen paketin numero: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "virheellinen paketin numero: %s\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "tietuetta %d ei voitu lukea\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "paketti %s ei ole asennettu\n"

View File

@ -1,5 +1,5 @@
msgid ""
msgstr "POT-Creation-Date: 2000-12-25 08:50-0500\n"
msgstr "POT-Creation-Date: 2000-12-26 14:00-0500\n"
#: build.c:26
#, fuzzy, c-format
@ -3221,121 +3221,121 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
#, fuzzy
msgid "not installed "
msgstr "aucun package n'a été spécifié pour l'installation"
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "La construction a échoué.\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "aucun package n'a été spécifié pour l'installation"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, fuzzy, c-format
msgid "no package triggers %s\n"
msgstr "aucun package n'a été spécifié pour l'installation"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, fuzzy, c-format
msgid "package %s is not installed\n"
msgstr "aucun package n'a été spécifié pour l'installation"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-0500\n"
"PO-Revision-Date: 2000-08-02 13:00+0000\n"
"Last-Translator: Richard Allen <ra@hp.is>\n"
"Language-Team: is <kde-isl@mmedia.is>\n"
@ -3009,119 +3009,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -88,7 +88,7 @@ msgstr "
# build root [BuildRoot]
# net share [ネット共有]
# reloate [再配置/移動する]
# $Id: ja.po,v 1.131 2000/12/26 13:10:20 jbj Exp $
# $Id: ja.po,v 1.132 2000/12/26 19:07:02 jbj Exp $
#: rpm.c:185 rpmqv.c:269
#, c-format
msgid "rpm: %s\n"
@ -3177,120 +3177,120 @@ msgstr "
msgid "incorrect format: %s\n"
msgstr "フォーマット中のエラー: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "ファイルを含んでいません"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr "通常"
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr "置き換えられています"
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr "インストールされていません"
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr "ネット共有"
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr "(未知の %3d)"
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr "(何の状態もありません)"
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr "パッケージはファイル所有者や id リストをどちらも持っていません"
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "%s を削除(unlink)できません: %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr "%s のオープンに失敗: %s\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "旧形式のソースパッケージを問い合わせることはできません\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s は RPM パッケージではありません\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "%s への問い合わせに失敗しました\n"
#: lib/query.c:588
#: lib/query.c:586
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "スペックファイル %s への問い合わせに失敗しました、パースできません\n"
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "%d 個のパッケージを見つけました\n"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "グループ %s に属するパッケージは存在しません\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "%s をトリガーするパッケージは存在しません\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "%s を必要とするパッケージは存在しません\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "%s を提供するパッケージは存在しません\n"
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr "ファイル %s: %s\n"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "ファイル %s はどのパッケージにも属していません\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "無効なパッケージ番号: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "パッケージレコード番号 %d\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "レコード %d を読むことができませんでした\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "パッケージ %s はインストールされていません\n"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-0500\n"
"PO-Revision-Date: 2000-08-17 20:22+02:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
@ -3025,123 +3025,123 @@ msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
#: lib/query.c:151
#, c-format
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr ""
msgstr "feil under lesing fra fil %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -3159,120 +3159,120 @@ msgstr "wyst
msgid "incorrect format: %s\n"
msgstr "b³±d w formacie: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(nie zawiera plików)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr "normalny "
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr "zast±piony "
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr "niezainstalowany"
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr "udostêpniony w sieci"
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr "(nieznany %3d)"
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr "(brak statusu)"
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr "pakiet nie ma ani w³a¶ciciela pliku ani list id"
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "nie mo¿na odwi±zaæ %s: %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr "otwarcie %s nie powiod³o siê\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "pakiety w starym formacie nie mog± byæ odpytywane\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s nie wygl±da na pakiet RPM\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "odpytywanie %s nie powiod³o siê\n"
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "odpytywanie pliku spec %s nie powiod³o siê, nie mo¿na interpretowaæ\n"
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "znaleziono %d pakietów\n"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "grupa %s nie zawiera ¿adnych pakietów\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "¿aden pakiet nie zahacza %s\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "¿aden pakiet nie wymaga %s\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "¿aden pakiet nie udostêpnia %s\n"
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr "plik %s: %s\n"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "b³êdny numer pakietu: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "numer rekordu pakietu: %d\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "nie mo¿na odczytaæ rekordu %d\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "pakiet %s nie jest zainstalowany\n"

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-0500\n"
"PO-Revision-Date: 2000-08-01 21:11+01:00\n"
"Last-Translator: Pedro Morais <morais@poli.org>\n"
"Language-Team: pt <morais@poli.org>\n"
@ -2977,119 +2977,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -2,7 +2,7 @@
# Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998.
#
msgid ""
msgstr "POT-Creation-Date: 2000-12-25 08:50-0500\n"
msgstr "POT-Creation-Date: 2000-12-26 14:00-0500\n"
# , c-format
#: build.c:26
@ -3295,122 +3295,122 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
#, fuzzy
msgid "not installed "
msgstr "não foi passado pacote para instalação"
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
# , c-format
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "Não consegui abrir: %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "Construção falhou.\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "pesquise todos os pacotes"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, fuzzy, c-format
msgid "no package triggers %s\n"
msgstr "não foram passados pacotes para assinatura"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, fuzzy, c-format
msgid "package %s is not installed\n"
msgstr "não foi passado pacote para instalação"

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2975,119 +2975,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-0500\n"
"PO-Revision-Date: 2000-08-08 01:20+0300\n"
"Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
"Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@ -3071,119 +3071,119 @@ msgstr "
msgid "incorrect format: %s\n"
msgstr "ÏÛÉÂËÁ × ÆÏÒÍÁÔÅ: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÏ×)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr "ÎÏÒÍÁÌØÎÙÊ "
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr "ÚÁÍÅÎÅÎÎÙÊ "
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr "ÎÅ ÕÓÔÁÎÏ×ÌÅÎ "
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr "ÓÅÔÅ×ÏÊ "
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr "(ÎÅÉÚ×. %3d) "
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr "(ÓÏÓÔ. ÎÅÔ) "
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr "ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÓÐÉÓËÏ× ÎÉ ÈÏÚÑÅ× ÆÁÊÌÏ×, ÎÉ ÉÈ ID"
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÚÁÐÒÏÓÉÔØ %s: %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "ÚÁÐÒÏÓÙ Ë SRPM × ÓÔÁÒÏÍ ÆÏÒÍÁÔÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s ÎÅ ÐÏÈÏÖ ÎÁ ÐÁËÅÔ RPM...\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "ÏÛÉÂËÁ ÚÁÐÒÏÓÁ %s\n"
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "ÚÁÐÒÏÓ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ %s ÎÅ ÕÄÁÌÓÑ, ÎÅ×ÏÚÍÏÖÎÏ ÒÁÚÏÂÒÁÔØ ÆÁÊÌ\n"
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr "ÎÅÔ ÐÁËÅÔÏ×\n"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÏÄÅÒÖÉÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "ÎÉ ÏÄÉÎ ÉÚ ÐÁËÅÔÏ× ÎÅ ×Ú×ÏÄÉÔ ÔÒÉÇÇÅÒ %s\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "ÎÉ ÏÄÉÎ ÉÚ ÐÁËÅÔÏ× ÎÅ ÔÒÅÂÕÅÔ %s\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "ÎÉ ÏÄÉÎ ÉÚ ÐÁËÅÔÏ× ÎÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ %s\n"
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr "ÆÁÊÌ %s: %s\n"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "ÆÁÊÌ %s ÎÅ ÐÒÉÎÁÄÌÅÖÉÔ ÎÉ ÏÄÎÏÍÕ ÉÚ ÐÁËÅÔÏ×\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "ÎÅ×ÅÒÎÙÊ ÎÏÍÅÒ ÐÁËÅÔÁ: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr "ÎÏÍÅÒ ÚÁÐÉÓÉ ÐÁËÅÔÁ: %u\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "ÚÁÐÉÓØ %d ÎÅ ÞÉÔÁÅÔÓÑ\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "ÐÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n"

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -3167,120 +3167,120 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr "chyba formátu: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(neobsahuje ¾iadne súbory)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr "normálny "
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr "nahradený "
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr "nein¹talovaný "
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr "zdieµaný "
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr "(neznámy %d) "
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr "(¾iadny stav) "
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr "balík neobsahuje ani vlastníka súboru, ani zoznamy identifikácií"
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "zmazanie %s zlyhalo: %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "otvorenie %s zlyhalo\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "nie je mo¾né pýta» sa zdrojových balíkov v starom formáte\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s zrejme nie je RPM balík\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "otázka na %s zlyhala\n"
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "otázka na spec-súbor %s zlyhala, nie je mo¾né analyzova»\n"
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "nájdených %d balíkov\n"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "skupina %s neobsahuje ¾iadne balíky\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "¾iadny z balíkov nespú¹»a %s\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "¾iadny z balíkov nevy¾aduje %s\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "¾iadny z balíkov neposkytuje %s\n"
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr "súbor %s: %s\n"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "chybné èíslo balíku: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "po¾aduje sa záznam èíslo %d\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "záznam %d nie je mo¾né preèíta»\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "balík %s nie je nain¹talovaný\n"

View File

@ -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.116 2000/12/26 13:10:21 jbj Exp $
# $Id: sl.po,v 1.117 2000/12/26 19:07:20 jbj Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -3154,120 +3154,120 @@ msgstr "neznana napaka %d ob rokovanju s paketom %s-%s-%s"
msgid "incorrect format: %s\n"
msgstr "napaka v obliki: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(ne vsebuje datotek)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr "normalno "
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr "nadome¹èeno "
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr "ni name¹èeno "
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr "omre¾ni "
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr "(neznano %3d) "
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr "(brez stanja) "
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id"
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "ni mo¾no poizvedeti o %s: %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr "odpiranje %s je bilo neuspe¹no: %s\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "poizvedba po izvornih paketih v stari obliki ni mo¾na\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s najverjetneje ni paket RPM\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "poizvedba po %s je bila neuspe¹na\n"
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "poizvedba po datoteki spec. %s je bila neuspe¹na, razèlemba ni mo¾na\n"
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "ni paketov\n"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "skupina %s ne vsebuje nobenega paketa\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "noben paket ne pro¾i %s\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "noben paket ne potrebuje %s\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "noben paket ne nudi %s\n"
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr "datoteka %s: %s\n"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "datoteka %s ni del nobenega paketa\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "neveljavna ¹tevilka paketa: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "¹tevilka zapisa paketa: %d\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "zapisa %d ni mo¾no prebrati\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "paket %s ni name¹èen\n"

View File

@ -1,6 +1,6 @@
msgid ""
msgstr ""
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-0500\n"
"Content-Type: text/plain; charset=\n"
"Date: 1998-05-02 21:41:47-0400\n"
"From: Erik Troan <ewt@lacrosse.redhat.com>\n"
@ -3172,121 +3172,121 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr "gre¹ka u formatu: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(nema datoteka)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
#, fuzzy
msgid "not installed "
msgstr "paket %s nije instaliran\n"
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, fuzzy, c-format
msgid "(unknown %3d) "
msgstr "(nepoznat tip)"
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "gre¹ka: ne mogu da otvorim %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "neuspelo otvaranje %s: %s\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "Upit se ne mo¾e izvesti nad izvorni paketima u starom formatu\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s ne lièi na RPM paket\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "upit nad %s neuspeo\n"
#: lib/query.c:588
#: lib/query.c:586
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "upit nad %s neuspeo\n"
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "upit nad svim paketima"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "grupa %s ne sadr¾i nijedan paket\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "nijedan paket ne aktivira %s\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "nijedan paket ne zahteva %s\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "nijedan paket ne obezbeðuje %s\n"
#: lib/query.c:684
#: lib/query.c:682
#, fuzzy, c-format
msgid "file %s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "datoteka %s ne pripada nijednom paketu\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "pogre¹an broj paketa: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "pogre¹an broj paketa: %s\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "ne mogu da proèitam slog %d\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "paket %s nije instaliran\n"

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-0500\n"
"PO-Revision-Date: 2000-10-09 22:31+0200\n"
"Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
@ -3048,119 +3048,119 @@ msgstr "ok
msgid "incorrect format: %s\n"
msgstr "fel i format: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(innehåller inga filer)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr "normal "
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr "ersatt "
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr "oinstallerat "
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr "nätdelad "
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr "(okänd %3d) "
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr "(ej tillstnd) "
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr "paketet har varken filägare eller id-listor"
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr "kan inte fråga om %s: %s\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr "misslyckades öppna %s: %s\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "källpaket i gammalt format går ej att fråga om\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s verkar inte vara ett RPM-paket\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "fråga om %s misslyckades\n"
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "fråga om spec-fil %s misslyckades, kan inte parsa\n"
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr "inga paket\n"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "grupp %s innehåller inga paket\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "inga paketutlösare %s\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "inget paket behöver %s\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "inget paket tillhandahåller %s\n"
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr "fil %s: %s\n"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "filen %s tillhör inget paket\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "felaktigt paketnummer: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr "paketpost nummer: %u\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "post %d kunde inte läsas\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "paket %s är inte installerat\n"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -3229,121 +3229,121 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr "format hatasý: %s\n"
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr "(hiç dosya içermiyor)"
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
#, fuzzy
msgid "not installed "
msgstr "%s pakedi yüklenmemiþ\n"
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, fuzzy, c-format
msgid "(unknown %3d) "
msgstr "(bilinmeyen tip)"
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "hata: %s eriþilemiyor\n"
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr "eski tip kaynak paketleri sorgulanamýyor\n"
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s bir RPM paketi deðil (gibi)\n"
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
#: lib/query.c:588
#: lib/query.c:586
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
#: lib/query.c:611
#: lib/query.c:609
#, fuzzy
msgid "no packages\n"
msgstr "Tüm paketleri sorgulama"
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "%s grubu hiç paket içermiyor\n"
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr "hiç bir paket %s tetiklemiyor\n"
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr "hiç bir paket %s gerektirmiyor\n"
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr "hiç bir paket %s saðlamýyor\n"
#: lib/query.c:684
#: lib/query.c:682
#, fuzzy, c-format
msgid "file %s: %s\n"
msgstr "%s açýlamadý: %s"
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "%s dosyasý, hiç bir pakete ait deðil\n"
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr "geçersiz paket numarsý: %s\n"
#: lib/query.c:717
#: lib/query.c:715
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "geçersiz paket numarsý: %s\n"
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr "%d numaralý kayýt okunamadý\n"
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr "%s pakedi yüklenmemiþ\n"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2000-12-25 08:50-0500\n"
"POT-Creation-Date: 2000-12-26 14:00-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"
@ -2980,119 +2980,119 @@ msgstr ""
msgid "incorrect format: %s\n"
msgstr ""
#: lib/query.c:223
#: lib/query.c:224
msgid "(contains no files)"
msgstr ""
#: lib/query.c:274
#: lib/query.c:275
msgid "normal "
msgstr ""
#: lib/query.c:276
#: lib/query.c:277
msgid "replaced "
msgstr ""
#: lib/query.c:278
#: lib/query.c:279
msgid "not installed "
msgstr ""
#: lib/query.c:280
#: lib/query.c:281
msgid "net shared "
msgstr ""
#: lib/query.c:282
#: lib/query.c:283
#, c-format
msgid "(unknown %3d) "
msgstr ""
#: lib/query.c:287
#: lib/query.c:288
msgid "(no state) "
msgstr ""
#: lib/query.c:306 lib/query.c:351
#: lib/query.c:307 lib/query.c:352
msgid "package has neither file owner or id lists"
msgstr ""
#: lib/query.c:405
#: lib/query.c:403
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
#: lib/query.c:521
#: lib/query.c:519
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
#: lib/query.c:541
#: lib/query.c:539
msgid "old format source packages cannot be queried\n"
msgstr ""
#: lib/query.c:550 lib/rpminstall.c:312
#: lib/query.c:548 lib/rpminstall.c:312
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
#: lib/query.c:554
#: lib/query.c:552
#, c-format
msgid "query of %s failed\n"
msgstr ""
#: lib/query.c:588
#: lib/query.c:586
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
#: lib/query.c:611
#: lib/query.c:609
msgid "no packages\n"
msgstr ""
#: lib/query.c:622
#: lib/query.c:620
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
#: lib/query.c:632
#: lib/query.c:630
#, c-format
msgid "no package triggers %s\n"
msgstr ""
#: lib/query.c:642
#: lib/query.c:640
#, c-format
msgid "no package requires %s\n"
msgstr ""
#: lib/query.c:653
#: lib/query.c:651
#, c-format
msgid "no package provides %s\n"
msgstr ""
#: lib/query.c:684
#: lib/query.c:682
#, c-format
msgid "file %s: %s\n"
msgstr ""
#: lib/query.c:688
#: lib/query.c:686
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
#: lib/query.c:714
#: lib/query.c:712
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
#: lib/query.c:717
#: lib/query.c:715
#, c-format
msgid "package record number: %u\n"
msgstr ""
#: lib/query.c:722
#: lib/query.c:720
#, c-format
msgid "record %d could not be read\n"
msgstr ""
#: lib/query.c:733 lib/rpminstall.c:546
#: lib/query.c:731 lib/rpminstall.c:546
#, c-format
msgid "package %s is not installed\n"
msgstr ""

View File

@ -13,7 +13,7 @@ Summary: The Red Hat package management system.
Name: rpm
%define version 4.0.2
Version: %{version}
Release: 0.8
Release: 0.9
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
Copyright: GPL

View File

@ -13,7 +13,7 @@ Summary: The Red Hat package management system.
Name: rpm
%define version @VERSION@
Version: %{version}
Release: 0.8
Release: 0.9
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
Copyright: GPL