- add --predefine to define macros before reading macro configuration.

CVS patchset: 5599
CVS date: 2002/08/04 19:58:12
This commit is contained in:
jbj 2002-08-04 19:58:12 +00:00
parent ae3511bfa5
commit 7132723815
34 changed files with 1184 additions and 1045 deletions

View File

@ -213,6 +213,7 @@
- renumber the callback types to be an orthogonal bit mask.
- provide repackage progress callbacks, compression is slow.
- fix: don't repackage %%ghost files.
- add --predefine to define macros before reading macro configuration.
4.0.3 -> 4.0.4:
- solaris: translate i86pc to i386 (#57182).

View File

@ -12,8 +12,9 @@
#define POPT_SHOWVERSION -999
#define POPT_SHOWRC -998
#define POPT_QUERYTAGS -997
#define POPT_PREDEFINE -996
#ifdef NOTYET
#define POPT_RCFILE -996
#define POPT_RCFILE -995
#endif
/*@unchecked@*/
@ -75,6 +76,9 @@ extern int noLibio;
extern int _rpmio_debug;
/*@=exportheadervar@*/
/*@unchecked@*/
static int rpmcliInitialized = -1;
/**
* Display rpm version.
*/
@ -96,11 +100,10 @@ void rpmcliConfigured(void)
/*@modifies rpmCLIMacroContext, rpmGlobalMacroContext,
fileSystem, internalState @*/
{
static int initted = -1;
if (initted < 0)
initted = rpmReadConfigFiles(rpmcliRcfile, NULL);
if (initted)
if (rpmcliInitialized < 0)
rpmcliInitialized = rpmReadConfigFiles(rpmcliRcfile, NULL);
if (rpmcliInitialized)
exit(EXIT_FAILURE);
}
@ -127,10 +130,16 @@ static void rpmcliAllArgCallback( /*@unused@*/ poptContext con,
case 'v':
rpmIncreaseVerbosity();
break;
case 'D':
case POPT_PREDEFINE:
(void) rpmDefineMacro(NULL, arg, RMIL_CMDLINE);
break;
case 'D':
/* XXX Predefine macro if not initialized yet. */
if (rpmcliInitialized < 0)
(void) rpmDefineMacro(NULL, arg, RMIL_CMDLINE);
rpmcliConfigured();
/*@-type@*/
(void) rpmDefineMacro(NULL, arg, RMIL_CMDLINE);
(void) rpmDefineMacro(rpmCLIMacroContext, arg, RMIL_CMDLINE);
/*@=type@*/
break;
@ -184,6 +193,9 @@ struct poptOption rpmcliAllPoptTable[] = {
{ "debug", 'd', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_debug, -1,
NULL, NULL },
{ "predefine", 'D', POPT_ARG_STRING|POPT_ARGFLAG_DOC_HIDDEN, 0, POPT_PREDEFINE,
N_("predefine MACRO with value EXPR"),
N_("'MACRO EXPR'") },
{ "define", 'D', POPT_ARG_STRING, 0, 'D',
N_("define MACRO with value EXPR"),
N_("'MACRO EXPR'") },

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2001-07-24 10:02+0100\n"
"Last-Translator: Milan Kerslager <kerslage@linux.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@ -109,7 +109,7 @@ msgstr "Spole
msgid "%s: %s\n"
msgstr "%s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM verze %s\n"
@ -1268,19 +1268,19 @@ msgstr "nekontrolovat z
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr "generovat hlavièky balíèkù kompatibilní s RPM verze 2 a 3"
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "nekontrolovat závislosti balíèkù"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "nekontrolovat architekturu balíèku"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1595,98 +1595,102 @@ msgstr "%s: readLead selhalo\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread selhalo: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "vypsat expanzi makra <výraz>+"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
#, fuzzy
msgid "read <FILE:...> instead of default file(s)"
msgstr "èíst <soubor:...> místo implicitního makro souboru"
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr "zakázat pou¾ití libio(3) API"
#: lib/poptALL.c:209
#: lib/poptALL.c:221
#, fuzzy
msgid "send stdout to CMD"
msgstr "odeslat stdout do <pøíkazu>"
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "pou¾ít <adr> jako adresáø nejvy¹¹í úrovnì"
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr "zobrazit známé znaèky pro dotazy"
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "zobrazit finální konfiguraci rpmrc a maker"
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr "poskytnout výstu s ménì detaily"
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr "poskytnout detailnìj¹í výstup"
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "vypsat pou¾ívanou verzi rpm"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "ladit nástroj stavu souborù"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr "ladit protokol datového toku"
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "Interní chyba pøi zpracování parametrù (%d) :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr "ladit rpmio I/O"
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr "ladit manipulaci s URL cache"
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2001-04-05 23:03GMT\n"
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@ -109,7 +109,7 @@ msgstr "F
msgid "%s: %s\n"
msgstr "fil %s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM version %s\n"
@ -1268,19 +1268,19 @@ msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
"generér pakkehoved(er), der er kompatible med (gamle) rpm[23]-indpakninger"
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "undlad at tjekke pakkers afhængighedskrav"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "tjek ikke pakkens arkitektur"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1594,97 +1594,101 @@ msgstr "%s: readLead mislykkedes\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread mislykkedes: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "udlæs makroudvidelse af <udtryk>+"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
#, fuzzy
msgid "read <FILE:...> instead of default file(s)"
msgstr "læs <fil:...> i stedet for standard makrofil(er)"
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr "undlad at benytte libio(3)-API"
#: lib/poptALL.c:209
#: lib/poptALL.c:221
#, fuzzy
msgid "send stdout to CMD"
msgstr "send standard-ud til <kmd>"
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "brug <katalog> som topniveau-katalog"
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr "vis kendte forespørgselsmærker"
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "vis den endelige rpmrc og makrokonfiguration"
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr "medtag mindre detaljerede oplysninger"
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr "medtag mere detaljerede oplysninger"
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "vis versionen af rpm som benyttes"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr "aflus protokol-datastrøm"
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "Intern fejl i parameterfortolkningen (%d) :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr "aflus rpmio I/O"
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr "aflus URL-bufferhåndtering"
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -37,7 +37,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -152,7 +152,7 @@ msgid "%s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
# , c-format
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM Version %s\n"
@ -1393,19 +1393,19 @@ msgstr "Dateiabh
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "Dateiabhängigkeiten nicht überprüfen"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "Paket-Architektur nicht überprüfen"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1732,97 +1732,101 @@ msgstr "%s:
msgid "%s: Fread failed: %s\n"
msgstr "%s: »readLead« fehlgeschlagen\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "Die benutzte RPM-Version anzeigen"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#, fuzzy
msgid "send stdout to CMD"
msgstr "Standard-Ausgabe nach <BEFEHL> umleiten"
#: lib/poptALL.c:210
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "<VERZ> als Stammverzeichnis benutzen"
msgid "send stdout to CMD"
msgstr "Standard-Ausgabe nach <BEFEHL> umleiten"
#: lib/poptALL.c:222
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
msgid "provide more detailed output"
msgid "CMD"
msgstr ""
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "<VERZ> als Stammverzeichnis benutzen"
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "Die benutzte RPM-Version anzeigen"
# , c-format
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "Öffnen von %s fehlgeschlagen: %s"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
"Language-Team: Finnish <linux@sot.com>\n"
"Content-Type: text/plain; charset=\n"
@ -107,7 +107,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr "en voinut avata %s: %s"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM versio %s\n"
@ -1284,19 +1284,19 @@ msgstr "
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "älä tarkista paketin riippuvuuksia"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "älä tarkista paketin arkkitehtuuria"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1617,96 +1617,100 @@ msgstr "%s: readLead ep
msgid "%s: Fread failed: %s\n"
msgstr "%s: readLead epäonnistui\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "tulosta käytetyn rpm:n versio"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#, fuzzy
msgid "send stdout to CMD"
msgstr "lähetä vakiotuloste <komento>:lle"
#: lib/poptALL.c:210
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "käytä <hakem> ylimpänä hakemistona"
msgid "send stdout to CMD"
msgstr "lähetä vakiotuloste <komento>:lle"
#: lib/poptALL.c:222
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
msgid "provide more detailed output"
msgid "CMD"
msgstr ""
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "käytä <hakem> ylimpänä hakemistona"
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "tulosta käytetyn rpm:n versio"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "en voinut avata %s: %s"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -113,7 +113,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1313,19 +1313,19 @@ msgstr "impossible d'ouvrir: %s\n"
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr ""
" -f <file>+ - interroge le package qui appartient <file>"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1640,96 +1640,100 @@ msgstr "impossible d'ouvrir: %s\n"
msgid "%s: Fread failed: %s\n"
msgstr "impossible d'ouvrir: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr " --version\t\t- affiche la version de rpm utilise"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#, fuzzy
msgid "use ROOT as top level directory"
msgstr " --root <dir>\t- utilise <dir> comme rpertoire racine"
#: lib/poptALL.c:222
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
msgid "provide more detailed output"
msgid "CMD"
msgstr ""
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr " --root <dir>\t- utilise <dir> comme rpertoire racine"
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:245
#, fuzzy
msgid "print the version of rpm being used"
msgstr " --version\t\t- affiche la version de rpm utilise"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "impossible d'ouvrir: %s\n"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2001-01-13 22:31+0100\n"
"Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@ -107,7 +107,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1237,17 +1237,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1550,92 +1550,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2001-07-12 13:25+0000\n"
"Last-Translator: Richard Allen <ra@hp.is>\n"
"Language-Team: is <kde-isl@mmedia.is>\n"
@ -108,7 +108,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr "%s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM útgáfa %s\n"
@ -1245,19 +1245,19 @@ msgstr "ekki sko
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "ekki skoða pakkaskilyrðin"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "ekki skoða pakkaskilyrðin"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1563,94 +1563,98 @@ msgstr "%s: Fseek br
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "prenta útvíkkun fjölva <expr>+"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
#, fuzzy
msgid "send stdout to CMD"
msgstr "senda frálag í <skipun>"
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "sýna endanlega rpmrc og stillingar fjölva"
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "prenta útgáfunúmer rpm sem verið er að nota"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -116,7 +116,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr "ファイル %s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM バージョン %s\n"
@ -1305,19 +1305,19 @@ msgstr "
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "パッケージの依存関係の検証をしません"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "パッケージの対象アーキテクチャの検証をしません"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1642,97 +1642,101 @@ msgstr "%s: readLead
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread に失敗しました: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "使用している rpm のバージョンを表示します"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#, fuzzy
msgid "send stdout to CMD"
msgstr "標準出力を <cmd> へパイプします"
#: lib/poptALL.c:210
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "トップディレクトリとして <dir> を使用します"
msgid "send stdout to CMD"
msgstr "標準出力を <cmd> へパイプします"
#: lib/poptALL.c:222
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
msgid "provide more detailed output"
msgid "CMD"
msgstr ""
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "トップディレクトリとして <dir> を使用します"
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "使用している rpm のバージョンを表示します"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "不正なファイルの状態: %s"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "引数処理(%d)での内部エラー :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.4\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2002-03-04 17:17+0900\n"
"Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n"
"Language-Team: GNU Translation project <ko@li.org>\n"
@ -109,7 +109,7 @@ msgstr "
msgid "%s: %s\n"
msgstr "%s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM 버전 - %s\n"
@ -1254,19 +1254,19 @@ msgstr "
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr "(기존의) rpm[23] 패키징과 호환하는 패키지 헤더를 생성합니다"
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "패키지의 의존성을 검사하지 않습니다"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "패키지의 아키텍쳐를 검사하지 않습니다"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1579,98 +1579,102 @@ msgstr "%s: readLead
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread이 실패했습니다: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "<표현식>+ 의 매크로 확장을 출력합니다"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
#, fuzzy
msgid "read <FILE:...> instead of default file(s)"
msgstr "기본 매크로 파일 대신 <파일:..>을 읽어들입니다"
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr "libio(3) API의 사용을 해제합니다"
#: lib/poptALL.c:209
#: lib/poptALL.c:221
#, fuzzy
msgid "send stdout to CMD"
msgstr "표준출력을 <명령>으로 보냅니다"
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "<디렉토리>를 최상위 디렉토리로 사용합니다"
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr "질의 태그를 보여줍니다"
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "현재 설정되어 있는 rpmrc의 내용과 매크로를 보여줍니다"
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr "자세한 출력을 제공합니다"
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr "아주 상세한 출력을 제공합니다"
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "현재 사용되고 있는 rpm 버전을 표시합니다"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "컴퓨터의 상태(state) 파일을 디버그 합니다"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr "데이터 스트림 프로토콜을 디버그 합니다"
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "인수 처리과정 (%d) 도중 내부 오류가 발생했습니다 :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr "rpmio 입/출력을 디버그 합니다"
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr "URL 캐시 핸들링을 디버그 합니다"
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2001-06-27 12:24+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
@ -108,7 +108,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr "%s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM versjon %s\n"
@ -1260,19 +1260,19 @@ msgstr "ikke verifiser pakkeavhengigheter"
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "ikke verifiser pakkeavhengigheter"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "ikke verifiser pakkearkitektur"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1578,97 +1578,101 @@ msgstr "%s: readLead feilet\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread feilet: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "skriv ut makroutvidelsen av <uttr>+"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
#, fuzzy
msgid "read <FILE:...> instead of default file(s)"
msgstr "les <fil:...> i stedet for standard makrofil(er)"
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr "slå av bruk av libio(3) API"
#: lib/poptALL.c:209
#: lib/poptALL.c:221
#, fuzzy
msgid "send stdout to CMD"
msgstr "send stdout til <kmd>"
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "bruk <katalog> som toppnivåkatalog"
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr "vis kjente tagger for spørring"
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "vis endelig rpmrc og makrokonfigurasjon"
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr "gi mindre detaljert info"
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr "gi mer detaljert info"
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "skriv ut hvilken versjon av rpm som brukes"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr "feilsøking på protokoll-datastrøm"
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "Intern feil i argumentprosesseringen (%d) :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr "feilsøk rpmio I/U"
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr "feilsøk URL-cache håndtering"
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -116,7 +116,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr "plik %s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM wersja %s\n"
@ -1294,19 +1294,19 @@ msgstr "nie sprawdzaj zale
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "nie sprawdzaj zale¿no¶ci pakietu"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "nie sprawdzaj architektury systemu"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1624,97 +1624,101 @@ msgstr "%s: readLead nie powiod
msgid "%s: Fread failed: %s\n"
msgstr "%s: readLead nie powiod³o siê\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#, fuzzy
msgid "send stdout to CMD"
msgstr "przeka¿ standartowe wyj¶cie do <komenda>"
#: lib/poptALL.c:210
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "u¿yj <katalogu> jako katalogu najwy¿szego poziomu"
msgid "send stdout to CMD"
msgstr "przeka¿ standartowe wyj¶cie do <komenda>"
#: lib/poptALL.c:222
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
msgid "provide more detailed output"
msgid "CMD"
msgstr ""
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "u¿yj <katalogu> jako katalogu najwy¿szego poziomu"
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "b³êdny status pliku: %s"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "B³±d wewnêtrzny w przetwarzaniu argumentu (%d) :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2002-02-14 10:51+0000\n"
"Last-Translator: José Nuno Coelho Sanarra Pires <jncp@rnl.ist.utl.pt>\n"
"Language-Team: pt <morais@kde.org\n"
@ -108,7 +108,7 @@ msgstr "Op
msgid "%s: %s\n"
msgstr "%s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM versão %s\n"
@ -1270,19 +1270,19 @@ msgstr "n
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr "gerar um cabeçalho do pacote compatível com os pacotes do rpm[23]"
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "não verificar as dependências do pacote"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "não verifica a arquitectura do pacote"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1596,98 +1596,102 @@ msgstr ":%s: o readLead falhou\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: O fread falhou: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "imprimir a expansão da macro <expr>+"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
#, fuzzy
msgid "read <FILE:...> instead of default file(s)"
msgstr "ler o <fich:...> em vez do(s) ficheiro(s) de macros por omissão"
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr "desactivar o uso da API da libio(3)"
#: lib/poptALL.c:209
#: lib/poptALL.c:221
#, fuzzy
msgid "send stdout to CMD"
msgstr "manda o stdout para <cmd>"
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "usa <dir> como a directoria de topo"
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr "mostrar as opções de pesquisa conhecidas"
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "mostra a configuração final do rpmrc e das macros"
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr "devolver um resultado menos detalhado"
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr "devolver um resultado mais detalhado"
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "imprime a versão do RPM que está a usar"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "depurar máquina de estados de ficheiros"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr "depurar a sequência de dados do protocolo"
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "Erro interno no processamento de argumentos (%d) :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr "depurar a E/S da rpmio"
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr "depurar a gestão da 'cache' de URLs"
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
#: build.c:40
#, fuzzy
@ -120,7 +120,7 @@ msgstr "No consegui ler o arquivo spec de %s\n"
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM verso %s\n"
@ -1404,19 +1404,19 @@ msgstr "no verifique as dependncias do pacote"
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "no verifique as dependncias do pacote"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "no verifique a arquitetura do pacote"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1743,97 +1743,101 @@ msgstr "No consegui abrir: %s\n"
msgid "%s: Fread failed: %s\n"
msgstr "No consegui abrir: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "mostra a verso do programa rpm sendo usado"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#, fuzzy
msgid "send stdout to CMD"
msgstr "envia a saida padro para <cmd>"
#: lib/poptALL.c:210
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "use <diretrio> como diretrio raiz"
msgid "send stdout to CMD"
msgstr "envia a saida padro para <cmd>"
#: lib/poptALL.c:222
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
msgid "provide more detailed output"
msgid "CMD"
msgstr ""
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "use <diretrio> como diretrio raiz"
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "mostra a verso do programa rpm sendo usado"
# , c-format
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "No consegui abrir: %s\n"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -107,7 +107,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1237,17 +1237,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1550,92 +1550,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -113,7 +113,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1243,17 +1243,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1556,92 +1556,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2002-04-09 16:44-0400\n"
"Last-Translator: Eugene Kanter, <eugene@bcl.bz>\n"
"Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@ -111,7 +111,7 @@ msgstr "
msgid "%s: %s\n"
msgstr "%s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM ×ÅÒÓÉÑ %s\n"
@ -1276,19 +1276,19 @@ msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
"ÓÏÚÄÁÔØ ÚÁÇÏÌÏ×ÏË(ËÉ) ÐÁËÅÔÁ, ÓÏ×ÍÅÓÔÉÍÙÅ Ó (ÕÓÔÁÒÅ×ÛÉÍÉ) ÆÏÒÍÁÔÁÍÉ rpm[23]"
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÚÁ×ÉÓÉÍÏÓÔÉ ÐÁËÅÔÁ"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÁÒÈÉÔÅËÔÕÒÕ ÐÁËÅÔÁ"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1601,98 +1601,102 @@ msgstr "%s:
msgid "%s: Fread failed: %s\n"
msgstr "%s: ÏÛÉÂËÁ Fread: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "×Ù×ÅÓÔÉ ÚÎÁÞÅÎÉÅ ÍÁËÒÏÓÁ <ÉÍÑ>+"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
#, fuzzy
msgid "read <FILE:...> instead of default file(s)"
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ÆÁÊÌ:...> ×ÍÅÓÔÏ ÍÁËÒÏÆÁÊÌÁ(Ï×) ÐÏ ÕÍÏÌÞÁÎÉÀ"
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr "ÚÁÐÒÅÔÉÔØ ÉÓÐÏÌØÚÏ×ÁÎÉÅ libio(3) API"
#: lib/poptALL.c:209
#: lib/poptALL.c:221
#, fuzzy
msgid "send stdout to CMD"
msgstr "ÐÏÓÌÁÔØ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ × <cmd>"
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔÁÌÏÇ> ËÁË ËÏÒÎÅ×ÏÊ ËÁÔÁÌÏÇ"
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr "ÏÔÏÂÒÁÚÉÔØ ÉÚ×ÅÓÔÎÙÅ ËÌÀÞÉ ÚÁÐÒÏÓÁ"
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "ÐÏËÁÚÁÔØ ÔÅËÕÝÅÅ ÚÎÁÞÅÎÉÅ rpmrc É ÍÁËÒÏÓÏ×"
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr "×Ù×ÏÄÉÔØ ÍÉÎÉÍÕÍ ÓÏÏÂÝÅÎÉÊ"
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr "×Ù×ÏÄÉÔØ ÂÏÌÅÅ ÄÅÔÁÌØÎÙÅ ÓÏÏÂÝÅÎÉÑ"
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "×Ù×ÅÓÔÉ ÎÏÍÅÒ ×ÅÒÓÉÉ ÜÔÏÊ ÐÒÇÒÁÍÍÙ"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "ÏÔÌÁÄËÁ ÍÁÛÉÎÙ ÓÏÓÔÏÑÎÉÑ ÆÁÊÌÏ×"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr "ÏÔÌÁÄËÁ ÐÒÏÔÏËÏÌÁ ÐÏÔÏËÁ ÄÁÎÎÙÈ"
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ ÐÒÉ ÏÂÒÁÂÏÔËÅ ÁÒÇÕÍÅÎÔÏ× (%d) :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr "ÏÔÌÁÄËÁ ÐÒÏÃÅÓÓÁ ××ÏÄÁ/×Ù×ÏÄÁ rpmio"
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr "ÏÔÌÁÄËÁ ÏÂÒÁÂÏÔËÉ URL ËÜÛ"
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -109,7 +109,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr "súbor %s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM verzia %s\n"
@ -1290,19 +1290,19 @@ msgstr "neoverova
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "neoverova» závislosti balíka"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "neoverova» architektúru balíka"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1620,97 +1620,101 @@ msgstr "%s: readLead zlyhalo\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: readLead zlyhalo\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "vypísa» verziu pou¾ívaného rpm"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#, fuzzy
msgid "send stdout to CMD"
msgstr "posla» ¹tandardný výstup do <príkazu>"
#: lib/poptALL.c:210
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "pou¾i» <adresár> ako adresár najvy¹¹ej úrovne"
msgid "send stdout to CMD"
msgstr "posla» ¹tandardný výstup do <príkazu>"
#: lib/poptALL.c:222
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
msgid "provide more detailed output"
msgid "CMD"
msgstr ""
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "pou¾i» <adresár> ako adresár najvy¹¹ej úrovne"
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "vypísa» verziu pou¾ívaného rpm"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "chybný stav súboru: %s"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "Vnútorná chyba pri spracovaní argumentu (%d) :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

100
po/sl.po
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.302 2002/08/04 19:04:41 jbj Exp $
# $Id: sl.po,v 1.303 2002/08/04 19:58:29 jbj Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -114,7 +114,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr "datoteka %s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM razlièica %s\n"
@ -1294,19 +1294,19 @@ msgstr "brez preverjanja soodvisnosti paketa"
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "brez preverjanja soodvisnosti paketa"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "brez preverjanja arhitekture paketa"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1623,97 +1623,101 @@ msgstr "%s: readLead je bil neuspe
msgid "%s: Fread failed: %s\n"
msgstr "%s: branje Fread je bilo neuspe¹no: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "uporabljana razlièica rpm"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#, fuzzy
msgid "send stdout to CMD"
msgstr "standardni izhod preusmerjen na <ukaz>"
#: lib/poptALL.c:210
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "uporabi <imenik> za korenski imenik"
msgid "send stdout to CMD"
msgstr "standardni izhod preusmerjen na <ukaz>"
#: lib/poptALL.c:222
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
msgid "display known query tags"
msgstr "prika¾i znane znaèke za poizvedovanje"
#: lib/poptALL.c:227
msgid "display final rpmrc and macro configuration"
msgstr "prika¾i konèni rpmrc in nastavitev makra"
#: lib/poptALL.c:229
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
msgid "provide more detailed output"
msgid "CMD"
msgstr ""
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "uporabi <imenik> za korenski imenik"
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr "prika¾i znane znaèke za poizvedovanje"
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "prika¾i konèni rpmrc in nastavitev makra"
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "razlièica rpm, ki jo uporabljate"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "okvarjeno stanje datoteke: %s"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "Notranja napaka pri obdelavi argumentov (%d) :-\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"Content-Type: text/plain; charset=\n"
"Date: 1998-05-02 21:41:47-0400\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM verzija %s\n"
@ -1277,19 +1277,19 @@ msgstr "nemoj proveravati zavisnosti paketa"
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "nemoj proveravati zavisnosti paketa"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "nemoj proveravati arhitekturu paketa"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1608,96 +1608,100 @@ msgstr "%s: Neuspeo 'readLead'\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: Neuspeo 'readLead'\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "napi¹i verziju rpm-a koja se koristi"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#, fuzzy
msgid "send stdout to CMD"
msgstr "po¹alji standardni izlaz u <komandu>"
#: lib/poptALL.c:210
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "koristi <dir> kao direktorijum najvi¹eg nivoa"
msgid "send stdout to CMD"
msgstr "po¹alji standardni izlaz u <komandu>"
#: lib/poptALL.c:222
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
msgid "provide more detailed output"
msgid "CMD"
msgstr ""
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "koristi <dir> kao direktorijum najvi¹eg nivoa"
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "napi¹i verziju rpm-a koja se koristi"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "neuspelo otvaranje %s: %s"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.1\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2002-07-11 22:49+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.pp.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
@ -107,7 +107,7 @@ msgstr "Gemensamma flaggor f
msgid "%s: %s\n"
msgstr "%s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM version %s\n"
@ -1259,18 +1259,18 @@ msgstr "verifiera inte byggberoenden"
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr "generera pakethuvud(en) kompatibla med (äldre) rpm[23]-paketering"
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr "verifiera inte paketkontrollsummor"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "verifiera inte paketarkitektur"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr "verifiera inte paketsignatur(er)"
@ -1576,96 +1576,101 @@ msgstr "%s: headerRead misslyckades\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread misslyckades: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
#, fuzzy
msgid "predefine MACRO with value EXPR"
msgstr "definiera MAKRO till värdet UTTR"
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr "'MAKRO UTTR'"
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr "definiera MAKRO till värdet UTTR"
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr "skriv ut makroexpansion av UTTR"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr "'UTTR'"
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr "läs <FIL:...> istället för standardfil(er)"
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr "<FIL:...>"
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr "deaktivera användningen av libio(3)-API:et"
#: lib/poptALL.c:209
#: lib/poptALL.c:221
#, fuzzy
msgid "send stdout to CMD"
msgstr "skicka standard ut till <kommando>"
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "använd <kat> som toppkatalog"
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr "visa kända frågetaggar"
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "visa slutliga rpmrc- och makrokonfigurationer"
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr "visa mindre detaljerad utdata"
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr "visa mer detaljerad utdata"
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "visa vilken version av rpm som används"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "felsök filtillståndsmaskin"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr "felsök protokolldataström"
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "Internt fel i argumenthantering (%d) :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr "felsök rpmio I/O"
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr "felsök cache-hanteringen av URL:ar"
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr "%s: flaggtabell felkonfigurerad (%d)\n"

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\n"
"PO-Revision-Date: 2001-07-05 08:02+300\n"
"Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n"
"Language-Team: Turkish <tr@li.org>\n"
@ -110,7 +110,7 @@ msgstr "T
msgid "%s: %s\n"
msgstr "dosya %s: %s\n"
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr "RPM Sürüm %s\n"
@ -1282,19 +1282,19 @@ msgstr "paket ba
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr "paket baþlýklarýný (eski) rpm[23] paketleme ile uyumlu üretir"
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
#, fuzzy
msgid "don't verify package digest(s)"
msgstr "paket baðýmlýlýklarý doðrulanmaz"
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
#, fuzzy
msgid "don't verify database header(s) when retrieved"
msgstr "paket mimarisi denetlenmez"
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
#, fuzzy
msgid "don't verify package signature(s)"
@ -1611,98 +1611,102 @@ msgstr "%s: readLead ba
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread baþarýsýz: %s\n"
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
#, fuzzy
msgid "print macro expansion of EXPR"
msgstr "<ifade>+ için makro açýlýmýný gösterir"
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
#, fuzzy
msgid "read <FILE:...> instead of default file(s)"
msgstr "öntanýmlý makro dosyasý yerine <dosya:...> okunur"
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr "libio(3) API kullanýmýný iptal eder"
#: lib/poptALL.c:209
#: lib/poptALL.c:221
#, fuzzy
msgid "send stdout to CMD"
msgstr "standart çýktýyý <KOMUT>'a gönderir"
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
#, fuzzy
msgid "use ROOT as top level directory"
msgstr "Üst düzey dizin olarak <dizin> kullanýlýr"
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr "tanýmlanmýþ sorgulama etiketlerini gösterir"
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr "son rpmrc ve makro yapýlandýrmasýný gösterir"
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr "daha az ayrýntýlý çýktý saðlar"
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr "daha ayrýntýlý çýktý saðlar"
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr "Kullanýlan RPM sürümünü verir"
#: lib/poptALL.c:246
#: lib/poptALL.c:258
#, fuzzy
msgid "debug payload file state machine"
msgstr "hata ayýklama dosyasý durum motoru"
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr "protokol veri akýþýnda hata kontrolu"
#: lib/poptALL.c:251
#: lib/poptALL.c:263
#, fuzzy
msgid "debug option/argument processing"
msgstr "(%d) argümaný iþlenirken iç hata oluþtu :-(\n"
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr "rpmio G/Ç hata kontrolu"
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr "URL arabellek kullanýmý hata kontrolu"
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.3\n"
"POT-Creation-Date: 2002-08-04 14:59-0400\n"
"POT-Creation-Date: 2002-08-04 15:34-0400\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"
@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s\n"
msgstr ""
#: rpmqv.c:129 lib/poptALL.c:85
#: rpmqv.c:129 lib/poptALL.c:89
#, c-format
msgid "RPM version %s\n"
msgstr ""
@ -1242,17 +1242,17 @@ msgstr ""
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
#: build/poptBT.c:229 lib/poptALL.c:198 lib/poptI.c:261 lib/poptI.c:268
#: build/poptBT.c:229 lib/poptALL.c:210 lib/poptI.c:261 lib/poptI.c:268
#: lib/poptQV.c:329 lib/poptQV.c:338 lib/poptQV.c:377
msgid "don't verify package digest(s)"
msgstr ""
#: build/poptBT.c:231 lib/poptALL.c:200 lib/poptI.c:263 lib/poptI.c:270
#: build/poptBT.c:231 lib/poptALL.c:212 lib/poptI.c:263 lib/poptI.c:270
#: lib/poptQV.c:332 lib/poptQV.c:340 lib/poptQV.c:380
msgid "don't verify database header(s) when retrieved"
msgstr ""
#: build/poptBT.c:233 lib/poptALL.c:206 lib/poptI.c:265 lib/poptI.c:272
#: build/poptBT.c:233 lib/poptALL.c:218 lib/poptI.c:265 lib/poptI.c:272
#: lib/poptQV.c:335 lib/poptQV.c:342 lib/poptQV.c:382
msgid "don't verify package signature(s)"
msgstr ""
@ -1555,92 +1555,96 @@ msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
#: lib/poptALL.c:188
msgid "define MACRO with value EXPR"
#: lib/poptALL.c:197
msgid "predefine MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:189
#: lib/poptALL.c:198 lib/poptALL.c:201
msgid "'MACRO EXPR'"
msgstr ""
#: lib/poptALL.c:191
#: lib/poptALL.c:200
msgid "define MACRO with value EXPR"
msgstr ""
#: lib/poptALL.c:203
msgid "print macro expansion of EXPR"
msgstr ""
#: lib/poptALL.c:192
#: lib/poptALL.c:204
msgid "'EXPR'"
msgstr ""
#: lib/poptALL.c:194 lib/poptALL.c:213 lib/poptALL.c:217
#: lib/poptALL.c:206 lib/poptALL.c:225 lib/poptALL.c:229
msgid "read <FILE:...> instead of default file(s)"
msgstr ""
#: lib/poptALL.c:195 lib/poptALL.c:214 lib/poptALL.c:218
#: lib/poptALL.c:207 lib/poptALL.c:226 lib/poptALL.c:230
msgid "<FILE:...>"
msgstr ""
#: lib/poptALL.c:203 lib/poptALL.c:237
#: lib/poptALL.c:215 lib/poptALL.c:249
msgid "disable use of libio(3) API"
msgstr ""
#: lib/poptALL.c:209
#: lib/poptALL.c:221
msgid "send stdout to CMD"
msgstr ""
#: lib/poptALL.c:210
#: lib/poptALL.c:222
msgid "CMD"
msgstr ""
#: lib/poptALL.c:221
#: lib/poptALL.c:233
msgid "use ROOT as top level directory"
msgstr ""
#: lib/poptALL.c:222
#: lib/poptALL.c:234
msgid "ROOT"
msgstr ""
#: lib/poptALL.c:225
#: lib/poptALL.c:237
msgid "display known query tags"
msgstr ""
#: lib/poptALL.c:227
#: lib/poptALL.c:239
msgid "display final rpmrc and macro configuration"
msgstr ""
#: lib/poptALL.c:229
#: lib/poptALL.c:241
msgid "provide less detailed output"
msgstr ""
#: lib/poptALL.c:231
#: lib/poptALL.c:243
msgid "provide more detailed output"
msgstr ""
#: lib/poptALL.c:233
#: lib/poptALL.c:245
msgid "print the version of rpm being used"
msgstr ""
#: lib/poptALL.c:246
#: lib/poptALL.c:258
msgid "debug payload file state machine"
msgstr ""
#: lib/poptALL.c:248
#: lib/poptALL.c:260
msgid "debug protocol data stream"
msgstr ""
#: lib/poptALL.c:251
#: lib/poptALL.c:263
msgid "debug option/argument processing"
msgstr ""
#: lib/poptALL.c:262
#: lib/poptALL.c:274
msgid "debug rpmio I/O"
msgstr ""
#: lib/poptALL.c:270
#: lib/poptALL.c:282
msgid "debug URL cache handling"
msgstr ""
#. @-nullpass@
#: lib/poptALL.c:341
#: lib/poptALL.c:353
#, c-format
msgid "%s: option table misconfigured (%d)\n"
msgstr ""

View File

@ -522,6 +522,7 @@ fi
- renumber the callback types to be an orthogonal bit mask.
- provide repackage progress callbacks, compression is slow.
- fix: don't repackage %%ghost files.
- add --predefine to define macros before reading macro configuration.
* Fri Aug 2 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.67
- fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539).