Disable i18n lookaside for now.
CVS patchset: 3564 CVS date: 2000/02/16 19:10:42
This commit is contained in:
parent
d7167e5b06
commit
b89ccd9be6
|
@ -346,6 +346,7 @@ static int filenamesTag(Header h, int_32 * type, /*@out@*/void ** data,
|
|||
|
||||
/* I18N look aside diversions */
|
||||
|
||||
#ifdef ENABLE_I18N_LOOKASIDE
|
||||
static int i18nTag(Header h, int_32 tag, /*@out@*/ int_32 * type,
|
||||
/*@out@*/ void ** data, /*@out@*/ int_32 * count,
|
||||
/*@out@*/ int * freeData)
|
||||
|
@ -419,11 +420,14 @@ static int groupTag(Header h, /*@out@*/ int_32 * type,
|
|||
{
|
||||
return i18nTag(h, RPMTAG_GROUP, type, data, count, freeData);
|
||||
}
|
||||
#endif /* ENABLE_I18N_LOOKASIDE */
|
||||
|
||||
const struct headerSprintfExtension rpmHeaderFormats[] = {
|
||||
#ifdef ENABLE_I18N_LOOKASIDE
|
||||
{ HEADER_EXT_TAG, "RPMTAG_GROUP", { groupTag } },
|
||||
{ HEADER_EXT_TAG, "RPMTAG_DESCRIPTION", { descriptionTag } },
|
||||
{ HEADER_EXT_TAG, "RPMTAG_SUMMARY", { summaryTag } },
|
||||
#endif /* ENABLE_I18N_LOOKASIDE */
|
||||
{ HEADER_EXT_TAG, "RPMTAG_FILENAMES", { filenamesTag } },
|
||||
{ HEADER_EXT_TAG, "RPMTAG_FSSIZES", { fssizesTag } },
|
||||
{ HEADER_EXT_TAG, "RPMTAG_FSNAMES", { fsnamesTag } },
|
||||
|
|
|
@ -574,7 +574,7 @@ exit:
|
|||
|
||||
int rpmVersionCompare(Header first, Header second)
|
||||
{
|
||||
char * one, * two;
|
||||
const char * one, * two;
|
||||
int_32 * epochOne, * epochTwo;
|
||||
int rc;
|
||||
|
||||
|
|
16
lib/query.c
16
lib/query.c
|
@ -399,12 +399,18 @@ void rpmDisplayQueryTags(FILE * f)
|
|||
}
|
||||
|
||||
while (ext->name) {
|
||||
if (ext->type == HEADER_EXT_TAG)
|
||||
fprintf(f, "%s\n", ext->name + 7), ext++;
|
||||
else if (ext->type == HEADER_EXT_MORE)
|
||||
if (ext->type == HEADER_EXT_MORE) {
|
||||
ext = ext->u.more;
|
||||
else
|
||||
ext++;
|
||||
continue;
|
||||
}
|
||||
/* XXX don't print query tags twice. */
|
||||
for (i = 0, t = rpmTagTable; i < rpmTagTableSize; i++, t++) {
|
||||
if (!strcmp(t->name, ext->name))
|
||||
break;
|
||||
}
|
||||
if (i >= rpmTagTableSize && ext->type == HEADER_EXT_TAG)
|
||||
fprintf(f, "%s\n", ext->name + 7);
|
||||
ext++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
72
po/cs.po
72
po/cs.po
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-0500\n"
|
||||
"PO-Revision-Date: 1998-10-10 10:10+0200\n"
|
||||
"Last-Translator: Pavel Makovec <pavelm@terminal.cz>\n"
|
||||
"Language-Team: Czech <pavelm@terminal.cz>\n"
|
||||
|
@ -2655,172 +2655,172 @@ msgstr "(chyb
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr "balíèek nemá vlastníka souboru ani id-seznamy"
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, fuzzy, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr "probíhá ovìøování záznamu èíslo %d\n"
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "chyba: nelze naèíst databázový záznam\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, fuzzy, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "nelze otevøít %s: %s\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr "na zdrojové balíèky starého formátu se nelze dotazovat\n"
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, 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:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "dotaz na %s se nezdaøil\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, fuzzy, c-format
|
||||
msgid "query of specfile %s failed, can't parse\n"
|
||||
msgstr "dotaz na %s se nezdaøil\n"
|
||||
|
||||
#: lib/query.c:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "nelze naèíst databázový záznam!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "skupina %s neobsahuje ¾ádné balíèky\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "¾ádný balíèek neaktivuje %s\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "¾ádný balíèek nevy¾aduje %s\n"
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "¾ádný balíèek neposkytuje %s\n"
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "soubor %s: %s\n"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, c-format
|
||||
msgid "file %s is not owned by any package\n"
|
||||
msgstr "¾ádný balíèek nevlastní soubor %s\n"
|
||||
|
||||
#: lib/query.c:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "neplatné èíslo balíèku: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, fuzzy, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "probíhá dotaz na záznam èíslo %d\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "záznam %d nelze naèíst\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "balíèek %s není nainstalován\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "chyba pøi hledání balíèku %s\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
#, fuzzy
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "%s: Chybné otevøení\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
#, fuzzy
|
||||
msgid "query package owning file"
|
||||
msgstr "dotazy na balíèek vlastnící <soubor>"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
#, fuzzy
|
||||
msgid "query packages in group"
|
||||
msgstr "balíèek nemá skupinu\n"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
#, fuzzy
|
||||
msgid "query a package file"
|
||||
msgstr "dotazovat v¹echny balíèky"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
#, fuzzy
|
||||
msgid "query a spec file"
|
||||
msgstr "dotaz na %s se nezdaøil\n"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
#, fuzzy
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "dotazy na balíèky aktivované <balíkem>"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
#, fuzzy
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "dotazovat balíèky vy¾adující schopnost <sch>"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
#, fuzzy
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "dotazovat balíèky poskytující schopnost <sch>"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
#, fuzzy
|
||||
msgid "list all configuration files"
|
||||
msgstr "uvést pouze konfiguraèní soubory (implikuje -l)"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
#, fuzzy
|
||||
msgid "list all documentation files"
|
||||
msgstr "nainstalovat dokumentaci"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
#, fuzzy
|
||||
msgid "dump basic file information"
|
||||
msgstr "zobrazit informace o balíèku"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
#, fuzzy
|
||||
msgid "list files in package"
|
||||
msgstr "binární balíèek starého typu\n"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
#, fuzzy
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "zobrazit seznam souborù balíèkù"
|
||||
|
|
72
po/de.po
72
po/de.po
|
@ -37,7 +37,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 2.5.2\n"
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-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"
|
||||
|
@ -2768,174 +2768,174 @@ msgstr ""
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "Fehler: konnte Datenbank-Eintrag nicht lesen\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, fuzzy, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "öffnen von %s fehlgeschlagen: %s\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n"
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, 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:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "Anfrage von %s fehlgeschlagen\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, fuzzy, c-format
|
||||
msgid "query of specfile %s failed, can't parse\n"
|
||||
msgstr "Anfrage von %s fehlgeschlagen\n"
|
||||
|
||||
#: lib/query.c:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "kann Datenbank-Eintrag nicht lesen!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "kein Paket triggert %s\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "kein Paket verlangt %s\n"
|
||||
|
||||
# oder besser: ... listet %s auf? -ke-
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "kein Paket stellt %s bereit\n"
|
||||
|
||||
# , c-format
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, fuzzy, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "Öffnen von %s fehlgeschlagen: %s"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, 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:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "ungültige Paket-Nummer: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, fuzzy, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "ungültige Paket-Nummer: %s\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "Eintrag %d konnte nicht gelesen werden\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "Paket %s ist nicht installiert\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "Fehler beim Suchen nach Paket %s\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
#, fuzzy
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "%s: Öffnen fehlgeschlagen\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
#, fuzzy
|
||||
msgid "query package owning file"
|
||||
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
#, fuzzy
|
||||
msgid "query packages in group"
|
||||
msgstr "Paket hat keinen Namen"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
#, fuzzy
|
||||
msgid "query a package file"
|
||||
msgstr "Anfrage an alle Pakete"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
#, fuzzy
|
||||
msgid "query a spec file"
|
||||
msgstr "Anfrage von %s fehlgeschlagen\n"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
#, fuzzy
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
#, fuzzy
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
#, fuzzy
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
#, fuzzy
|
||||
msgid "list all configuration files"
|
||||
msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
#, fuzzy
|
||||
msgid "list all documentation files"
|
||||
msgstr "Dokumentation installieren"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
#, fuzzy
|
||||
msgid "dump basic file information"
|
||||
msgstr "Paketinformationen anzeigen"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
#, fuzzy
|
||||
msgid "list files in package"
|
||||
msgstr "Paket installieren"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
#, fuzzy
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "Dateiliste des Pakets anzeigen"
|
||||
|
|
72
po/fi.po
72
po/fi.po
|
@ -1,6 +1,6 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-0500\n"
|
||||
"Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
|
||||
"Language-Team: Finnish <linux@sot.com>\n"
|
||||
"Content-Type: text/plain; charset=\n"
|
||||
|
@ -2693,172 +2693,172 @@ msgstr ""
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "virhe: tietokannan tietuetta ei voinut lukea\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, fuzzy, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "%s:n avaus ei onnistunut: %s\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n"
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, c-format
|
||||
msgid "%s does not appear to be a RPM package\n"
|
||||
msgstr "%s ei vaikuta RPM-paketilta\n"
|
||||
|
||||
#: lib/query.c:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "%s:n kysely ei onnistunut\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, fuzzy, c-format
|
||||
msgid "query of specfile %s failed, can't parse\n"
|
||||
msgstr "%s:n kysely ei onnistunut\n"
|
||||
|
||||
#: lib/query.c:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "en voinut lukea tietokannan tietuetta!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "ryhmässä %s ei ole paketteja\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "mikään paketti ei laukaise %s:a\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "mikään pakettie ei tarvitse %s:a\n"
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "mikään paketti ei tarjoa %s:a\n"
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, fuzzy, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "en voinut avata %s: %s"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, c-format
|
||||
msgid "file %s is not owned by any package\n"
|
||||
msgstr "tiedostoa %s ei omista mikään paketti\n"
|
||||
|
||||
#: lib/query.c:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "virheellinen paketin numero: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, fuzzy, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "virheellinen paketin numero: %s\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "tietuetta %d ei voitu lukea\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "paketti %s ei ole asennettu\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "virhe etsittäessä pakettia %s\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
#, fuzzy
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "%s: avaus ei onnistunut\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
#, fuzzy
|
||||
msgid "query package owning file"
|
||||
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
#, fuzzy
|
||||
msgid "query packages in group"
|
||||
msgstr "paketilla ei ole nimeä"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
#, fuzzy
|
||||
msgid "query a package file"
|
||||
msgstr "kysele kaikki paketit"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
#, fuzzy
|
||||
msgid "query a spec file"
|
||||
msgstr "%s:n kysely ei onnistunut\n"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
#, fuzzy
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
#, fuzzy
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
#, fuzzy
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
#, fuzzy
|
||||
msgid "list all configuration files"
|
||||
msgstr "listaa vain konfigurointiedostot (josta seuraa -l)"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
#, fuzzy
|
||||
msgid "list all documentation files"
|
||||
msgstr "asenna dokumentaatio"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
#, fuzzy
|
||||
msgid "dump basic file information"
|
||||
msgstr "näytä paketin tiedot"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
#, fuzzy
|
||||
msgid "list files in package"
|
||||
msgstr "asenna paketti"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
#, fuzzy
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "näytä paketin tiedostolistaus"
|
||||
|
|
72
po/fr.po
72
po/fr.po
|
@ -1,5 +1,5 @@
|
|||
msgid ""
|
||||
msgstr "POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
msgstr "POT-Creation-Date: 2000-02-16 14:03-0500\n"
|
||||
|
||||
#: build.c:25 lib/rpminstall.c:250 lib/rpminstall.c:424
|
||||
#, c-format
|
||||
|
@ -2693,175 +2693,175 @@ msgstr ""
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr ""
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, fuzzy, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "La construction a échoué.\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, c-format
|
||||
msgid "%s does not appear to be a RPM package\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, c-format
|
||||
msgid "query of specfile %s failed, can't parse\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, fuzzy, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "aucun package n'a été spécifié pour l'installation"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, c-format
|
||||
msgid "file %s is not owned by any package\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, fuzzy, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "aucun package n'a été spécifié pour l'installation"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
#, fuzzy
|
||||
msgid "query package owning file"
|
||||
msgstr ""
|
||||
" -f <file>+ - interroge le package à qui appartient <file>"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
#, fuzzy
|
||||
msgid "query packages in group"
|
||||
msgstr "aucun package n'a été spécifié pour la désinstallation"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
#, fuzzy
|
||||
msgid "query a package file"
|
||||
msgstr ""
|
||||
" -f <file>+ - interroge le package à qui appartient <file>"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
msgid "query a spec file"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
#, fuzzy
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr ""
|
||||
" -f <file>+ - interroge le package à qui appartient <file>"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
#, fuzzy
|
||||
msgid "list all configuration files"
|
||||
msgstr ""
|
||||
" -c - donne uniquement la liste des fichiers de "
|
||||
"configuration (implique -l)"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
#, fuzzy
|
||||
msgid "list all documentation files"
|
||||
msgstr ""
|
||||
" -d - donne uniquement la liste des fichiers de "
|
||||
"documentation (implique -l)"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
#, fuzzy
|
||||
msgid "dump basic file information"
|
||||
msgstr ""
|
||||
" -i - affiche les informations relatives à un package"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
msgid "list files in package"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
#, fuzzy
|
||||
msgid "display a verbose file listing"
|
||||
msgstr " -l - affiche la liste des packages"
|
||||
|
|
74
po/ja.po
74
po/ja.po
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm-3.0.4\n"
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-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"
|
||||
|
@ -193,7 +193,7 @@ msgstr "copyright
|
|||
# build root [BuildRoot]
|
||||
# net share [ネット共有]
|
||||
# reloate [再配置/移動する]
|
||||
# $Id: ja.po,v 1.14 2000/02/15 16:43:30 jbj Exp $
|
||||
# $Id: ja.po,v 1.15 2000/02/16 19:10:43 jbj Exp $
|
||||
#: rpm.c:197
|
||||
#, c-format
|
||||
msgid "rpm: %s\n"
|
||||
|
@ -2674,174 +2674,174 @@ msgstr "(
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr "パッケージはファイル所有者や id リストをどちらも持っていません"
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, fuzzy, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr "レコード番号 %u\n"
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "エラー: データベースレコードを読むことができませんでした\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "%s のオープンに失敗: %s\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr "旧形式のソースパッケージを問い合わせることはできません\n"
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, c-format
|
||||
msgid "%s does not appear to be a RPM package\n"
|
||||
msgstr "%s は RPM パッケージではありません\n"
|
||||
|
||||
#: lib/query.c:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "%s への問い合わせに失敗しました\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, fuzzy, c-format
|
||||
msgid "query of specfile %s failed, can't parse\n"
|
||||
msgstr "スペックファイル %s への問い合わせに失敗しました、パースできません\n"
|
||||
|
||||
#: lib/query.c:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "データベースレコードを読むことができませんでした!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "グループ %s に属するパッケージは存在しません\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "%s をトリガーするパッケージは存在しません\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "%s を必要とするパッケージは存在しません\n"
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "%s を提供するパッケージは存在しません\n"
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "ファイル %s: %s\n"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, c-format
|
||||
msgid "file %s is not owned by any package\n"
|
||||
msgstr "ファイル %s はどのパッケージにも属していません\n"
|
||||
|
||||
#: lib/query.c:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "無効なパッケージ番号: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, fuzzy, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "パッケージレコード番号 %d\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "レコード %d を読むことができませんでした\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "パッケージ %s はインストールされていません\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "パッケージ %s の探索エラー\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
#, fuzzy
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "rpmQuery: rpmdbOpen() に失敗しました\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
#, fuzzy
|
||||
msgid "query package owning file"
|
||||
msgstr "ファイルを所有しているパッケージを問い合わせます"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
#, fuzzy
|
||||
msgid "query packages in group"
|
||||
msgstr "グループ中のパッケージについて問い合わせます\n"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
#, fuzzy
|
||||
msgid "query a package file"
|
||||
msgstr "パッケージファイルについて問い合わせます"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
#, fuzzy
|
||||
msgid "query a spec file"
|
||||
msgstr "スペックファイルを問い合わせます"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
#, fuzzy
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "パッケージによってトリガーされるパッケージを問い合わせます"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
#, fuzzy
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr ""
|
||||
"機能を必要とするパッケージについて\n"
|
||||
"問い合わせます"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
#, fuzzy
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "機能を提供するパッケージについて問い合わせます"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
#, fuzzy
|
||||
msgid "list all configuration files"
|
||||
msgstr "全ての設定ファイルを列挙します"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
#, fuzzy
|
||||
msgid "list all documentation files"
|
||||
msgstr "全てのドキュメントファイルを列挙します"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
#, fuzzy
|
||||
msgid "dump basic file information"
|
||||
msgstr "基本的なファイル情報をダンプします"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
#, fuzzy
|
||||
msgid "list files in package"
|
||||
msgstr "パッケージ中のファイルを列挙します\n"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr "以下の問い合わせフォーマットを使用します"
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr "以下のカタログから i18n セクションを置き換えます"
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr "列挙したファイルの状態を表示します"
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
#, fuzzy
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "ファイルリストを冗長に表示します"
|
||||
|
|
72
po/pl.po
72
po/pl.po
|
@ -8,7 +8,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm-3.0.2\n"
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-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"
|
||||
|
@ -2610,160 +2610,160 @@ msgstr "(brak statusu)"
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr "pakiet nie ma ani właściciela pliku ani list id"
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr "rekord numer %u\n"
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "błąd: nie można odczytać rekordu bazy\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "otwarcie %s nie powiodło się\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr "pakiety w starym formacie nie mogą być odpytywane\n"
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, 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:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "odpytywanie %s nie powiodło się\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, 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:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "nie można odczytać rekordu bazy!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "grupa %s nie zawiera żadnych pakietów\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "żaden pakiet nie zahacza %s\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "żaden pakiet nie wymaga %s\n"
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "żaden pakiet nie udostępnia %s\n"
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "plik %s: %s\n"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, 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:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "błędny numer pakietu: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "numer rekordu pakietu: %d\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "nie można odczytać rekordu %d\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "pakiet %s nie jest zainstalowany\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "błąd szukania pakietu %s\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "rpmQuery: rpmdbOpen() nie powiodło się\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
msgid "query package owning file"
|
||||
msgstr "sprawdzanie do jakiego pakietu należy plik"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
msgid "query packages in group"
|
||||
msgstr "odpytywanie pakietów w grupie"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
msgid "query a package file"
|
||||
msgstr "odpytywanie pakietu"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
msgid "query a spec file"
|
||||
msgstr "odpytywanie pliku spec"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "odpytywanie pakietów zahaczanych przez pakiet"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "odpytywanie pakietów wymagających zasobu"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "odpytywanie pakietów udostępniających zasób"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
msgid "list all configuration files"
|
||||
msgstr "wyświetl wszystkie pliki konfiguracyjne"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
msgid "list all documentation files"
|
||||
msgstr "wyświetl wszystkie pliki dokumentacji"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
msgid "dump basic file information"
|
||||
msgstr "podaj postawowe informacje o pliku"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
msgid "list files in package"
|
||||
msgstr "wyświetl pliki zawarte w pakiecie"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr "użyj następującego formatu zapytania"
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr "wyświetl status pokazywanych plików"
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "wyświetl więcej informacji o plikach z listy"
|
||||
|
||||
|
|
72
po/pt_BR.po
72
po/pt_BR.po
|
@ -2,7 +2,7 @@
|
|||
# Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998.
|
||||
#
|
||||
msgid ""
|
||||
msgstr "POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
msgstr "POT-Creation-Date: 2000-02-16 14:03-0500\n"
|
||||
|
||||
#: build.c:25 lib/rpminstall.c:250 lib/rpminstall.c:424
|
||||
#, c-format
|
||||
|
@ -2762,171 +2762,171 @@ msgstr ""
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr ""
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, fuzzy, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "Construção falhou.\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, c-format
|
||||
msgid "%s does not appear to be a RPM package\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, c-format
|
||||
msgid "query of specfile %s failed, can't parse\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, fuzzy, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "não foram passados pacotes para assinatura"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, c-format
|
||||
msgid "file %s is not owned by any package\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, fuzzy, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "não foi passado pacote para instalação"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
#, fuzzy
|
||||
msgid "query package owning file"
|
||||
msgstr "pesquise o pacote ao qual <arquivo> pertence"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
#, fuzzy
|
||||
msgid "query packages in group"
|
||||
msgstr "não foi passado pacote para desinstalação"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
#, fuzzy
|
||||
msgid "query a package file"
|
||||
msgstr "pesquise todos os pacotes"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
#, fuzzy
|
||||
msgid "query a spec file"
|
||||
msgstr "pesquise todos os pacotes"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
#, fuzzy
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "pesquise o pacote ao qual <arquivo> pertence"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
#, fuzzy
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "pesquise pacotes que requerem capacidade <i>"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
#, fuzzy
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "pesquise pacotes que fornecem a capacidade <i>"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
#, fuzzy
|
||||
msgid "list all configuration files"
|
||||
msgstr "liste somente os arquivos de configuração (implica -l)"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
#, fuzzy
|
||||
msgid "list all documentation files"
|
||||
msgstr "instale documentação"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
#, fuzzy
|
||||
msgid "dump basic file information"
|
||||
msgstr "mostre informação do pacote"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
#, fuzzy
|
||||
msgid "list files in package"
|
||||
msgstr "instale pacote"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
#, fuzzy
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "mostre a lista de arquivos do pacote"
|
||||
|
|
72
po/rpm.pot
72
po/rpm.pot
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-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"
|
||||
|
@ -2538,160 +2538,160 @@ msgstr ""
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr ""
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, c-format
|
||||
msgid "%s does not appear to be a RPM package\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, c-format
|
||||
msgid "query of specfile %s failed, can't parse\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, c-format
|
||||
msgid "file %s is not owned by any package\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
msgid "query package owning file"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
msgid "query packages in group"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
msgid "query a package file"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
msgid "query a spec file"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
msgid "list all configuration files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
msgid "list all documentation files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
msgid "dump basic file information"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
msgid "list files in package"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
msgid "display a verbose file listing"
|
||||
msgstr ""
|
||||
|
||||
|
|
72
po/ru.po
72
po/ru.po
|
@ -1,6 +1,6 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-0500\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=koi8-r\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -2614,160 +2614,160 @@ msgstr "(
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr "ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÓÐÉÓËÏ× ÎÉ ÈÏÚÑÅ× ÆÁÊÌÏ×, ÎÉ ÉÈ ID"
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr "ÚÁÐÉÓØ ÎÏÍÅÒ %u\n"
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "ÏÛÉÂËÁ: ÎÅ ÍÏÇÕ ÐÒÏÞÅÓÔØ ÚÁÐÉÓØ ÂÁÚÙ ÄÁÎÎÙÈ\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, fuzzy, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "ÏÔËÒÙÔÉÅ %s ÎÅ ÕÄÁÌÏÓØ\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr "ÚÁÐÒÏÓÙ Ë SRPM × ÓÔÁÒÏÍ ÆÏÒÍÁÔÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ\n"
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, c-format
|
||||
msgid "%s does not appear to be a RPM package\n"
|
||||
msgstr "%s ÎÅ ÐÏÈÏÖ ÎÁ ÐÁËÅÔ RPM...\n"
|
||||
|
||||
#: lib/query.c:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "ÏÛÉÂËÁ ÚÁÐÒÏÓÁ %s\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, c-format
|
||||
msgid "query of specfile %s failed, can't parse\n"
|
||||
msgstr "ÚÁÐÒÏÓ spec-ÆÁÊÌÁ %s ÎÅ ÕÄÁÌÓÑ, ÎÅ ÍÏÇÕ ÒÁÚÏÂÒÁÔØ ÆÁÊÌ\n"
|
||||
|
||||
#: lib/query.c:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "ÎÅ ÍÏÇÕ ÐÒÏÞÅÓÔØ ÚÁÐÉÓØ ÂÁÚÙ ÄÁÎÎÙÈ!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÏÄÅÒÖÉÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "ÎÉ ÏÄÉÎ ÉÚ ÐÁËÅÔÏ× ÎÅ ×Ú×ÏÄÉÔ ÔÒÉÇÇÅÒ %s\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "ÎÉ ÏÄÉÎ ÉÚ ÐÁËÅÔÏ× ÎÅ ÔÒÅÂÕÅÔ %s\n"
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "ÎÉ ÏÄÉÎ ÉÚ ÐÁËÅÔÏ× ÎÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ %s\n"
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "ÆÁÊÌ %s: %s\n"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, c-format
|
||||
msgid "file %s is not owned by any package\n"
|
||||
msgstr "ÆÁÊÌ %s ÎÅ ÐÒÉÎÁÄÌÅÖÉÔ ÎÉ ÏÄÎÏÍÕ ÉÚ ÐÁËÅÔÏ×\n"
|
||||
|
||||
#: lib/query.c:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "ÎÅ×ÅÒÎÙÊ ÎÏÍÅÒ ÐÁËÅÔÁ: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "ÚÁÐÉÓØ ÐÁËÅÔÁ ÎÏÍÅÒ %d\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "ÚÁÐÉÓØ %d ÎÅ ÞÉÔÁÅÔÓÑ\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "ÐÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "ÏÛÉÂËÁ ÐÒÉ ÐÏÉÓËÅ ÐÁËÅÔÁ %s\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "rpmQuery: ÎÅÕÄÁÞÁ rpmdbOpen()\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
msgid "query package owning file"
|
||||
msgstr "ÎÁÊÔÉ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ ÆÁÊÌ"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
msgid "query packages in group"
|
||||
msgstr "ÚÁÐÒÏÓ ÐÁËÅÔÏ× × ÇÒÕÐÐÅ"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
msgid "query a package file"
|
||||
msgstr "ÚÁÐÒÏÓÉÔØ ÆÁÊÌ ÐÁËÅÔÁ"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
msgid "query a spec file"
|
||||
msgstr "ÚÁÐÒÏÓÉÔØ spec-ÆÁÊÌ"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "ÚÁÐÒÏÓÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓÁ"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
msgid "list all configuration files"
|
||||
msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
msgid "list all documentation files"
|
||||
msgstr "ÐÏËÁÚÁÔØ ×ÓÅ ÆÁÊÌÙ ÄÏËÕÍÅÎÔÁÃÉÉ"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
msgid "dump basic file information"
|
||||
msgstr "×Ù×ÅÓÔÉ ÂÁÚÏ×ÕÀ ÉÎÆÏÒÍÁÃÉÀ Ï ÆÁÊÌÅ"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
msgid "list files in package"
|
||||
msgstr "ÐÏËÁÚÁÔØ ÆÁÊÌÙ ÐÁËÅÔÁ"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr "ÉÓÐ. ÓÌÅÄÕÀÝÉÊ ÆÏÒÍÁÔ ÚÁÐÒÏÓÁ"
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr "ÐÏÄÓÔÁ×ÉÔØ ÓÅËÃÉÉ i18n ÉÚ ÓÌÅÄÕÀÝÅÇÏ ËÁÔÁÌÏÇÁ"
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr "ÐÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ ÐÏËÁÚÁÎÎÙÈ ÆÁÊÌÏ×"
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "×Ù×ÅÓÔÉ ÄÅÔÁÌØÎÙÊ ÓÐÉÓÏË ÆÁÊÌÏ× ÐÁËÅÔÁ"
|
||||
|
||||
|
|
72
po/sk.po
72
po/sk.po
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 2.93\n"
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-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"
|
||||
|
@ -2617,161 +2617,161 @@ msgstr "(
|
|||
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:422
|
||||
#: lib/query.c:428
|
||||
#, fuzzy, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr "overuje sa záznam èíslo %u\n"
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "chyba: nie je mo¾né preèíta» záznam v databáze\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, fuzzy, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "otvorenie %s zlyhalo\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
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:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, 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:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "otázka na %s zlyhala\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, 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:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "nie je mo¾né preèíta» záznam v databáze!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "skupina %s neobsahuje ¾iadne balíky\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "¾iadny z balíkov nespú¹»a %s\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "¾iadny z balíkov nevy¾aduje %s\n"
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "¾iadny z balíkov neposkytuje %s\n"
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "súbor %s: %s\n"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, 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:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "chybné èíslo balíku: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, fuzzy, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "po¾aduje sa záznam èíslo %d\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "záznam %d nie je mo¾né preèíta»\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "balík %s nie je nain¹talovaný\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "chyba pri hµadaní balíka %s\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "rpmQuery: rpmdbOpen() zlyhalo\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
msgid "query package owning file"
|
||||
msgstr "opýta» sa balíku vlastniaceho súbor"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
msgid "query packages in group"
|
||||
msgstr "opýta» sa v¹etkých balíkov v skupine"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
msgid "query a package file"
|
||||
msgstr "opýta» sa súboru balíka"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
msgid "query a spec file"
|
||||
msgstr "opýta» sa spec súboru"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "opýta» sa balíkov spustených balíkom"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "opýta» sa balíkov vy¾adujúcich schopnos»"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "opýta» sa balíkov poskytujúcich schopnos»"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
msgid "list all configuration files"
|
||||
msgstr "zobrazi» v¹etky konfiguraèné súbory"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
#, fuzzy
|
||||
msgid "list all documentation files"
|
||||
msgstr "zobrazi» v¹etky dokumentaèné súbory"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
msgid "dump basic file information"
|
||||
msgstr "zobrazi» základné informácie o balíku"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
msgid "list files in package"
|
||||
msgstr "zobrazi» súbory v balíku"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr "pou¾i» nasledovný formát otázky"
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr "zobrazii» stav daných súborov"
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "zobrazi» podrobný zoznam súborov balíka"
|
||||
|
||||
|
|
72
po/sr.po
72
po/sr.po
|
@ -1,6 +1,6 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-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"
|
||||
|
@ -2653,172 +2653,172 @@ msgstr ""
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "gre¹ka: neuspelo èitanje sloga baze podataka\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, fuzzy, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "neuspelo otvaranje %s: %s\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
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:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, 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:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "upit nad %s neuspeo\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, fuzzy, c-format
|
||||
msgid "query of specfile %s failed, can't parse\n"
|
||||
msgstr "upit nad %s neuspeo\n"
|
||||
|
||||
#: lib/query.c:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "neuspelo èitanje sloga baze podataka!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "grupa %s ne sadr¾i nijedan paket\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "nijedan paket ne aktivira %s\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "nijedan paket ne zahteva %s\n"
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "nijedan paket ne obezbeðuje %s\n"
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, fuzzy, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "neuspelo otvaranje %s: %s"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, c-format
|
||||
msgid "file %s is not owned by any package\n"
|
||||
msgstr "datoteka %s ne pripada nijednom paketu\n"
|
||||
|
||||
#: lib/query.c:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "pogre¹an broj paketa: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, fuzzy, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "pogre¹an broj paketa: %s\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "ne mogu da proèitam slog %d\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "paket %s nije instaliran\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "gre¹ka kod potrage za paketom %s\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
#, fuzzy
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "%s: Neuspelo otvaranje\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
#, fuzzy
|
||||
msgid "query package owning file"
|
||||
msgstr "upit nad paketom koji ima <datoteku>"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
#, fuzzy
|
||||
msgid "query packages in group"
|
||||
msgstr "paket nema imena"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
#, fuzzy
|
||||
msgid "query a package file"
|
||||
msgstr "upit nad svim paketima"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
#, fuzzy
|
||||
msgid "query a spec file"
|
||||
msgstr "upit nad %s neuspeo\n"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
#, fuzzy
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "upit nad paketom koji ima <datoteku>"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
#, fuzzy
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "upit za pakete koji zahtevaju <i> svojstvo"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
#, fuzzy
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
#, fuzzy
|
||||
msgid "list all configuration files"
|
||||
msgstr "prika¾i samo konfiguracione datoteke (povlaèi -i)"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
#, fuzzy
|
||||
msgid "list all documentation files"
|
||||
msgstr "instaliraj dokumentaciju"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
#, fuzzy
|
||||
msgid "dump basic file information"
|
||||
msgstr "prika¾i informacije o paketu"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
#, fuzzy
|
||||
msgid "list files in package"
|
||||
msgstr "instaliraj paket"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
#, fuzzy
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "prika¾i listu datoteka u paketu"
|
||||
|
|
72
po/sv.po
72
po/sv.po
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: rpm 3.0.3\n"
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-0500\n"
|
||||
"PO-Revision-Date: 2000-01-09 22:47+0100\n"
|
||||
"Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
|
@ -2601,160 +2601,160 @@ msgstr "(ej tillstnd) "
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr "paketet har varken filägare eller id-listor"
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr "post nummer %u\n"
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "fel: kunde inte lästa databaspost\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "misslyckades öppna %s: %s\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
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:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, c-format
|
||||
msgid "%s does not appear to be a RPM package\n"
|
||||
msgstr "%s tycks inte vara ett RPM-paket\n"
|
||||
|
||||
#: lib/query.c:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "fråga om %s misslyckades\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, 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:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "kunde inte lästa databaspost!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "grupp %s innehåller inga paket\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "inga paketutlösare %s\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "inget paket behöver %s\n"
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "inget paket tillhandahåller %s\n"
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "fil %s: %s\n"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, c-format
|
||||
msgid "file %s is not owned by any package\n"
|
||||
msgstr "fil %s ägs inte av något paket\n"
|
||||
|
||||
#: lib/query.c:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "felaktigt paketnummer: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "paketpost nummer: %d\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "post %d kunde inte läsas\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "paket %s är inte installerat\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "fel vid sökning efter paket %s\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "rpmQuery: rpmdbOpen() misslyckades\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
msgid "query package owning file"
|
||||
msgstr "undersök paket som äger fil"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
msgid "query packages in group"
|
||||
msgstr "undersök paket i grupp"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
msgid "query a package file"
|
||||
msgstr "undersök en paketfil"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
msgid "query a spec file"
|
||||
msgstr "fråga om en spec-fil"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "undersök paket utlösta av paketet"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "fråga om paket som behöver en egenskap"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "fråga om paket som tillhandahåller en egenskap"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
msgid "list all configuration files"
|
||||
msgstr "lista alla konfigurationsfiler"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
msgid "list all documentation files"
|
||||
msgstr "lista alla dokumentationsfiler"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
msgid "dump basic file information"
|
||||
msgstr "visa filinformation"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
msgid "list files in package"
|
||||
msgstr "lista filer i paketet"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr "använd följande frågeformat"
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr "ersätt i18n-sektioner från följande katalog"
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr "visa tillstånd för de listade filerna"
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "visa en utförlig fillistning"
|
||||
|
||||
|
|
72
po/tr.po
72
po/tr.po
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2000-02-15 11:21-0500\n"
|
||||
"POT-Creation-Date: 2000-02-16 14:03-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"
|
||||
|
@ -2692,173 +2692,173 @@ msgstr ""
|
|||
msgid "package has neither file owner or id lists"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:422
|
||||
#: lib/query.c:428
|
||||
#, c-format
|
||||
msgid "record number %u\n"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:426
|
||||
#: lib/query.c:432
|
||||
msgid "error: could not read database record\n"
|
||||
msgstr "hata: veritabaný kaydý okunamadý\n"
|
||||
|
||||
#. XXX Fstrerror
|
||||
#: lib/query.c:472
|
||||
#: lib/query.c:478
|
||||
#, fuzzy, c-format
|
||||
msgid "open of %s failed: %s\n"
|
||||
msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
|
||||
|
||||
#: lib/query.c:490
|
||||
#: lib/query.c:496
|
||||
msgid "old format source packages cannot be queried\n"
|
||||
msgstr "eski tip kaynak paketleri sorgulanamýyor\n"
|
||||
|
||||
#: lib/query.c:499 lib/rpminstall.c:231
|
||||
#: lib/query.c:505 lib/rpminstall.c:231
|
||||
#, 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:503
|
||||
#: lib/query.c:509
|
||||
#, c-format
|
||||
msgid "query of %s failed\n"
|
||||
msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
|
||||
|
||||
#: lib/query.c:536
|
||||
#: lib/query.c:542
|
||||
#, 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:561
|
||||
#: lib/query.c:567
|
||||
msgid "could not read database record!\n"
|
||||
msgstr "veritabaný kaydý okunamadý!\n"
|
||||
|
||||
#: lib/query.c:572
|
||||
#: lib/query.c:578
|
||||
#, c-format
|
||||
msgid "group %s does not contain any packages\n"
|
||||
msgstr "%s grubu hiç paket içermiyor\n"
|
||||
|
||||
#: lib/query.c:582
|
||||
#: lib/query.c:588
|
||||
#, c-format
|
||||
msgid "no package triggers %s\n"
|
||||
msgstr "hiç bir paket %s tetiklemiyor\n"
|
||||
|
||||
#: lib/query.c:592
|
||||
#: lib/query.c:598
|
||||
#, c-format
|
||||
msgid "no package requires %s\n"
|
||||
msgstr "hiç bir paket %s gerektirmiyor\n"
|
||||
|
||||
#: lib/query.c:603
|
||||
#: lib/query.c:609
|
||||
#, c-format
|
||||
msgid "no package provides %s\n"
|
||||
msgstr "hiç bir paket %s saðlamýyor\n"
|
||||
|
||||
#: lib/query.c:619
|
||||
#: lib/query.c:625
|
||||
#, fuzzy, c-format
|
||||
msgid "file %s: %s\n"
|
||||
msgstr "%s açýlamadý: %s"
|
||||
|
||||
#: lib/query.c:622
|
||||
#: lib/query.c:628
|
||||
#, 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:635
|
||||
#: lib/query.c:641
|
||||
#, c-format
|
||||
msgid "invalid package number: %s\n"
|
||||
msgstr "geçersiz paket numarsý: %s\n"
|
||||
|
||||
#: lib/query.c:638
|
||||
#: lib/query.c:644
|
||||
#, fuzzy, c-format
|
||||
msgid "package record number: %d\n"
|
||||
msgstr "geçersiz paket numarsý: %s\n"
|
||||
|
||||
#: lib/query.c:641
|
||||
#: lib/query.c:647
|
||||
#, c-format
|
||||
msgid "record %d could not be read\n"
|
||||
msgstr "%d numaralý kayýt okunamadý\n"
|
||||
|
||||
#: lib/query.c:653 lib/rpminstall.c:435
|
||||
#: lib/query.c:659 lib/rpminstall.c:435
|
||||
#, c-format
|
||||
msgid "package %s is not installed\n"
|
||||
msgstr "%s pakedi yüklenmemiþ\n"
|
||||
|
||||
#: lib/query.c:656
|
||||
#: lib/query.c:662
|
||||
#, c-format
|
||||
msgid "error looking for package %s\n"
|
||||
msgstr "%s pakedi aranýrken hata oluþtu\n"
|
||||
|
||||
#: lib/query.c:678
|
||||
#: lib/query.c:684
|
||||
#, fuzzy
|
||||
msgid "rpmQuery: rpmdbOpen() failed\n"
|
||||
msgstr "%s: Eriþilemedi\n"
|
||||
|
||||
#: lib/query.c:737
|
||||
#: lib/query.c:743
|
||||
#, fuzzy
|
||||
msgid "query package owning file"
|
||||
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
|
||||
|
||||
#: lib/query.c:739
|
||||
#: lib/query.c:745
|
||||
#, fuzzy
|
||||
msgid "query packages in group"
|
||||
msgstr "pakedin adý yok :-)"
|
||||
|
||||
#: lib/query.c:741
|
||||
#: lib/query.c:747
|
||||
#, fuzzy
|
||||
msgid "query a package file"
|
||||
msgstr "Tüm paketleri sorgulama"
|
||||
|
||||
#: lib/query.c:745
|
||||
#: lib/query.c:751
|
||||
#, fuzzy
|
||||
msgid "query a spec file"
|
||||
msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
|
||||
|
||||
#: lib/query.c:747
|
||||
#: lib/query.c:753
|
||||
#, fuzzy
|
||||
msgid "query the pacakges triggered by the package"
|
||||
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
|
||||
|
||||
#: lib/query.c:749
|
||||
#: lib/query.c:755
|
||||
#, fuzzy
|
||||
msgid "query the packages which require a capability"
|
||||
msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
|
||||
|
||||
#: lib/query.c:751
|
||||
#: lib/query.c:757
|
||||
#, fuzzy
|
||||
msgid "query the packages which provide a capability"
|
||||
msgstr "<i> yeteneði olan paketleri sorgulama"
|
||||
|
||||
#: lib/query.c:790
|
||||
#: lib/query.c:796
|
||||
#, fuzzy
|
||||
msgid "list all configuration files"
|
||||
msgstr ""
|
||||
"sadece yapýlandýrma (configuration) dosyalarýný gösterir (impliziert -l)"
|
||||
|
||||
#: lib/query.c:792
|
||||
#: lib/query.c:798
|
||||
#, fuzzy
|
||||
msgid "list all documentation files"
|
||||
msgstr "paket ile gelen belgeleri de yükler"
|
||||
|
||||
#: lib/query.c:794
|
||||
#: lib/query.c:800
|
||||
#, fuzzy
|
||||
msgid "dump basic file information"
|
||||
msgstr "Paket bilgisini gösterme"
|
||||
|
||||
#: lib/query.c:796
|
||||
#: lib/query.c:802
|
||||
#, fuzzy
|
||||
msgid "list files in package"
|
||||
msgstr "paket yüklemek"
|
||||
|
||||
#: lib/query.c:800
|
||||
#: lib/query.c:806
|
||||
msgid "use the following query format"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:802
|
||||
#: lib/query.c:808
|
||||
msgid "substitute i18n sections from the following catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:805
|
||||
#: lib/query.c:811
|
||||
msgid "display the states of the listed files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/query.c:807
|
||||
#: lib/query.c:813
|
||||
#, fuzzy
|
||||
msgid "display a verbose file listing"
|
||||
msgstr "Paketin içerdiði dosyalarý gösterme"
|
||||
|
|
Loading…
Reference in New Issue