From: Guillem Jover Date: Fri, 2 Jun 2006 03:45:21 +0000 (+0000) Subject: Disambiguate error message about conflicting command line actions by X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad13d218499a7224fc8b5904014aac17da757a09;p=dpkg Disambiguate error message about conflicting command line actions by providing both long and short option names. Based on a suggestion by Josip Rodin. Closes: #45575 --- diff --git a/ChangeLog b/ChangeLog index 83d3439c..6b57dab9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-06-02 Guillem Jover + + * src/query.c (setaction): Print also the short command line action. + * src/main.c (setaction): Likewise. + * dpkg-deb/main.c (setaction): Likewise. + * dpkg-split/main.c (setaction): Likewise. + 2006-05-31 Guillem Jover * configure.ac: Bump version to 1.13.21~. diff --git a/debian/changelog b/debian/changelog index 5770da01..a2b87453 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ dpkg (1.13.21~) UNRELEASED; urgency=low + [ Guillem Jover ] + * Disambiguate error message about conflicting command line actions by + providing both long and short option names. Based on a suggestion by + Josip Rodin. Closes: #45575 -- Guillem Jover Wed, 31 May 2006 08:03:11 +0300 diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c index 6391dca3..a75917bc 100644 --- a/dpkg-deb/main.c +++ b/dpkg-deb/main.c @@ -174,7 +174,8 @@ static const struct cmdinfo cmdinfos[]= { static void setaction(const struct cmdinfo *cip, const char *value) { if (cipaction) - badusage(_("conflicting actions --%s and --%s"),cip->olong,cipaction->olong); + badusage(_("conflicting actions -%c (--%s) and -%c (--%s)"), + cip->oshort, cip->olong, cipaction->oshort, cipaction->olong); cipaction= cip; assert((int)(cip-cmdinfos) < (int)(sizeof(dofunctions)*sizeof(dofunction*))); action= dofunctions[cip-cmdinfos]; diff --git a/dpkg-split/main.c b/dpkg-split/main.c index c8f6710f..47613542 100644 --- a/dpkg-split/main.c +++ b/dpkg-split/main.c @@ -154,7 +154,8 @@ static const struct cmdinfo cmdinfos[]= { static void setaction(const struct cmdinfo *cip, const char *value) { if (cipaction) - badusage(_("conflicting actions --%s and --%s"),cip->olong,cipaction->olong); + badusage(_("conflicting actions -%c (--%s) and -%c (--%s)"), + cip->oshort, cip->olong, cipaction->oshort, cipaction->olong); cipaction= cip; assert((int)(cip-cmdinfos) < (int)(sizeof(dofunctions)*sizeof(dofunction*))); action= dofunctions[cip-cmdinfos]; diff --git a/po/ChangeLog b/po/ChangeLog index 36498b16..bf96ec9c 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2006-05-02 Guillem Jover + + * dpkg.pot: Regenerated. + * *.po: Merged with dpkg.pot. Formerly complete translations + become 937t1f. + 2006-05-31 Guillem Jover * dpkg.pot: Regenerated. diff --git a/po/bs.po b/po/bs.po index 92978051..c049fc6c 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.13\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-31 06:03+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: 2006-02-17 08:50+0200\n" "Last-Translator: Safir Å ećerović \n" "Language-Team: Bosnian \n" @@ -2175,15 +2175,15 @@ msgstr "" #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 #, c-format -msgid "conflicting actions --%s and --%s" +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2204,26 +2204,26 @@ msgid "" "Note that the meanings and values are subject to change.\n" msgstr "" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "" -#: src/main.c:317 +#: src/main.c:318 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2263,53 +2263,53 @@ msgid "" "Forcing options marked [*] are enabled by default.\n" msgstr "" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "" -#: src/main.c:367 +#: src/main.c:368 #, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "" -#: src/main.c:537 +#: src/main.c:538 msgid "--command-fd takes one argument, not zero" msgstr "" -#: src/main.c:539 +#: src/main.c:540 msgid "--command-fd only takes one argument" msgstr "" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "" @@ -3519,7 +3519,7 @@ msgid "" "Type dpkg --help for help about installing and deinstalling packages." msgstr "" -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "" diff --git a/po/ca.po b/po/ca.po index 273efc3d..cfa78f5a 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.13\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-31 06:03+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: 2006-02-17 08:51+0200\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -2361,16 +2361,16 @@ msgstr "" "a través de «less» o «more»!" #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 -#, c-format -msgid "conflicting actions --%s and --%s" +#, fuzzy, c-format +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "accions en conflicte --%s i --%s" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "Avís: l'opció és obsoleta «--%s»\n" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2407,29 +2407,29 @@ msgstr "" "Les opcions de depuració es barregen fent el OR bit a bit.\n" "Noteu que els significats i els valors estan subjectes a canvis.\n" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "--debug requereix d'un número octal com a paràmetre" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "" "nom de paquet buit en la llista de --ignore-depends separats per coma " "«%.250s»" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "" "--ignore-depends necessita un nom de paquet legal. «%.250s» no ho és; %s" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "enter invàlid per a --%s: «%.250s»" -#: src/main.c:317 +#: src/main.c:318 #, fuzzy, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2518,55 +2518,55 @@ msgstr "" "seriosament la instal·lació. Les opcions de forçat marcades amb [*] estan\n" "activades per defecte.\n" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "opció force/refuse desconeguda «%.*s»" -#: src/main.c:367 +#: src/main.c:368 #, fuzzy, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "Avís: l'opció és obsoleta «--%s»\n" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "no s'ha pogut fer «malloc» en execbackend" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "no s'ha pogut fer «strdup» en execbackend" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "no s'ha pogut executar %s" -#: src/main.c:537 +#: src/main.c:538 #, fuzzy msgid "--command-fd takes one argument, not zero" msgstr "--command-fd accepta 1 argument, no 0" -#: src/main.c:539 +#: src/main.c:540 #, fuzzy msgid "--command-fd only takes one argument" msgstr "--command-fd només accepta 1 argument" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "número invàlid per a --command-fd" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "no s'ha pogut obrir «%i» per a un flux" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "eof inesperat abans de la fí de la línia %d" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "es necessita una opció d'acció" @@ -3914,7 +3914,7 @@ msgstr "" "Escriviu dpkg --help per a obtindre ajuda a sobre de com instal·lar i " "desinstal·lar paquets." -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "el tipus de compressió «%s» és desconegut!" diff --git a/po/cs.po b/po/cs.po index 056466c5..8b4d115a 100644 --- a/po/cs.po +++ b/po/cs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-31 06:03+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: 2006-05-29 13:11+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -2365,16 +2365,16 @@ msgstr "" "Volby označené [*] produkují obsáhlý výstup - použijte `less' nebo `more' !" #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 -#, c-format -msgid "conflicting actions --%s and --%s" +#, fuzzy, c-format +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "odporující si akce --%s a --%s" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "Varování: zastaralá volba `--%s'\n" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2412,26 +2412,26 @@ msgstr "" "Ladící přepínače mohou být mixovány použitím binárního OR.\n" "Poznámka: významy a hodnoty se mohou často měnit.\n" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "--debug vyžaduje oktalový parametr" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "prázdné jméno balíku v seznamu --ignore-depends `%250s'" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "--ignore-depends potřebuje platné jméno balíku, což `%250s' není; %s" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "neplatné číslo pro --%s: `%.250s'" -#: src/main.c:317 +#: src/main.c:318 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2510,53 +2510,53 @@ msgstr "" "VAROVÁNÍ - použití označených [!] přepínačů může vážně poÅ¡kodit instalaci.\n" "Implicitně zapnuté donucovací volby jsou označeny [*].\n" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "neznámá force/refuse volba `%.*s'" -#: src/main.c:367 +#: src/main.c:368 #, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "Varování: zastaralá force/refuse volba `%s'\n" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "nelze provést malloc() v execbackend" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "nelze provést strdup v execbackend" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "nelze spustit %s" -#: src/main.c:537 +#: src/main.c:538 msgid "--command-fd takes one argument, not zero" msgstr "--command-fd vyžaduje jeden argument" -#: src/main.c:539 +#: src/main.c:540 msgid "--command-fd only takes one argument" msgstr "--command-fd vyžaduje pouze jeden argument" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "neplatné číslo pro --command-fd" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "nelze otevřít `%i' pro proud" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "neočekávaný konec souboru před koncem řádku %d" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "potřebuji zadat akci" @@ -3873,7 +3873,7 @@ msgstr "" "NapiÅ¡te dpkg-deb --help k získání nápovědy k manipulaci s *.deb soubory;\n" "NapiÅ¡te dpkg --help k získání informací o instalování a odinstalování balíků." -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "neznámý typ komprese `%s'!" diff --git a/po/da.po b/po/da.po index 0fe1e86a..3890d95b 100644 --- a/po/da.po +++ b/po/da.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg_1.10.19_da\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-31 06:03+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: 2006-05-04 09:59+0200\n" "Last-Translator: Claus Hindsgaul \n" "Language-Team: Danish\n" @@ -2390,16 +2390,16 @@ msgstr "" "'more'!" #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 -#, c-format -msgid "conflicting actions --%s and --%s" +#, fuzzy, c-format +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "modstridende handlinger --%s og --%s" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "Advarsel: forældet tilvalg '--%s'\n" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2437,26 +2437,26 @@ msgstr "" "Aflusningstilvalg kan blandes med logisk og.\n" "Bemærk, at betydningerne og værdierne kan blive ændret fremover.\n" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "--debug kræver et oktalt parameter" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "tomt pakkenavn i --ignore-depends kommasepareret liste '%.250s'" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "--ignore-depends kræver et gyldigt pakkenavn. Det er '%.250s' ikke; %s" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "ugyldigt heltal for --%s: '%.250s'" -#: src/main.c:317 +#: src/main.c:318 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2535,53 +2535,53 @@ msgstr "" "alvorligt.\n" "Gennemtvingsningstilvalg mærket [*] er aktiveret som standard.\n" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "ukendt gennemtvingnings/afvisnings-tilvalg '%.*s'" -#: src/main.c:367 +#: src/main.c:368 #, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "Advarsel: forældet gennemtvangs/afvisnings-tilvalg '--%s'\n" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "kunne ikke udføre 'malloc' i execbackend" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "kunne ikke udføre 'strdup' i execbackend" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "kunne ikke eksekvere %s" -#: src/main.c:537 +#: src/main.c:538 msgid "--command-fd takes one argument, not zero" msgstr "--command-fd tager een parameter, ikke nul" -#: src/main.c:539 +#: src/main.c:540 msgid "--command-fd only takes one argument" msgstr "--command-fd tager kun en parameter" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "ugyldigt tal for --command-fd" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "kunne ikke åbne '%i' for strøm" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "uventet slut-på-fil før afslutningen af linje %d" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "kræver et handlings-tilvalg" @@ -3909,7 +3909,7 @@ msgstr "" "Skriv 'dpkg-deb --help' for hjælp med manipulation med *.deb-filer\n" "Skriv 'dpkg --help' for hjælp med installation og afinstallation af pakker." -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "ukendt komprimeringstype '%s'!" diff --git a/po/de.po b/po/de.po index 581f5dc2..b0c261ca 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Debian dpkg 1.13.11\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-31 06:03+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: 2006-02-17 08:50+0200\n" "Last-Translator: Michael Piefel \n" "Language-Team: German \n" @@ -2324,16 +2324,16 @@ msgstr "" "Optionen mit [*] geben viel aus - schicken Sie es durch „less“ oder „more“!" #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 -#, c-format -msgid "conflicting actions --%s and --%s" +#, fuzzy, c-format +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "Aktionen --%s und --%s stehen in Konflikt" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "Warnung: veraltete Option „--%s“\n" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2370,27 +2370,27 @@ msgstr "" "Debug-Optionen werden durch bitweises Oder zusammengesetzt.\n" "Beachten Sie, dass sich die Werte und Bedeutungen ändern können.\n" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "--debug braucht ein oktales Argument" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "leerer Paketname in kommagetrennter --ignore-depends-Liste „%.250s“" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "" "--ignore-depends braucht einen legalen Paketnamen. „%.250s“ ist es nicht; %s" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "ungültige Zahl für --%s: „%.250s“" -#: src/main.c:317 +#: src/main.c:318 #, fuzzy, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2479,56 +2479,56 @@ msgstr "" "schwer\n" "beschädigen. Optionen markierten mit [*] sind per Vorgabe angestellt.\n" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "unbekannte force/refuse-Option „%.*s“" -#: src/main.c:367 +#: src/main.c:368 #, fuzzy, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "Warnung: veraltete Option „--%s“\n" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "konnte kein malloc durchführen in execbackend" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "konnte kein strdup durchführen in execbackend" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "konnte %s nicht ausführen" -#: src/main.c:537 +#: src/main.c:538 #, fuzzy msgid "--command-fd takes one argument, not zero" msgstr "--command-fd nimmt 1 Argument, nicht 0" # -#: src/main.c:539 +#: src/main.c:540 #, fuzzy msgid "--command-fd only takes one argument" msgstr "--command-fd nimmt nur 1 Argument" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "ungültige Zahl für --command-fd" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "konnte „%i“ nicht für Stream öffnen" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "unerwartetes Dateiende vor Ende der Zeile %d" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "brauche eine Aktions-Option" @@ -3852,7 +3852,7 @@ msgstr "" "Geben Sie dpkg-deb --help ein für Hilfe zum Verändern von *.deb-Dateien;\n" "Geben Sie dpkg --help ein für Hilfe zum (De-)Installieren von Paketen." -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "unbekannter Komprimierungstyp „%s“!" diff --git a/po/dpkg.pot b/po/dpkg.pot index f9b51b61..28a14023 100644 --- a/po/dpkg.pot +++ b/po/dpkg.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-31 06:03+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2165,15 +2165,15 @@ msgstr "" #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 #, c-format -msgid "conflicting actions --%s and --%s" +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2194,26 +2194,26 @@ msgid "" "Note that the meanings and values are subject to change.\n" msgstr "" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "" -#: src/main.c:317 +#: src/main.c:318 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2253,53 +2253,53 @@ msgid "" "Forcing options marked [*] are enabled by default.\n" msgstr "" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "" -#: src/main.c:367 +#: src/main.c:368 #, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "" -#: src/main.c:537 +#: src/main.c:538 msgid "--command-fd takes one argument, not zero" msgstr "" -#: src/main.c:539 +#: src/main.c:540 msgid "--command-fd only takes one argument" msgstr "" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "" @@ -3509,7 +3509,7 @@ msgid "" "Type dpkg --help for help about installing and deinstalling packages." msgstr "" -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "" diff --git a/po/el.po b/po/el.po index d8d07c39..87c29055 100644 --- a/po/el.po +++ b/po/el.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg_po_el\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-31 06:03+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: 2006-02-17 08:51+0200\n" "Last-Translator: quad-nrg.net \n" "Language-Team: Greek \n" @@ -2354,16 +2354,16 @@ msgstr "" "σωλήνωση με τις εντολές `less' ή `more' !" #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 -#, c-format -msgid "conflicting actions --%s and --%s" +#, fuzzy, c-format +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "συγκρουόμενες δράσεις --%s και --%s" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "Προειδοποίηση: επιλογή εκτός χρήσης `--%s'\n" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2403,30 +2403,30 @@ msgstr "" "άλγεβρα).\n" "Σημειώστε ότι οι εξηγήσεις και οι τιμές πιθανόν να αλλάξουν.\n" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "--debug απαιτεί ένα οκταδικό όρισμα" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "" "μη ορισμένο όνομα πακέτου στην χωρισμένη με κόμμα λίστα της --ignore-" "depends `%.250s'" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "" "η --ignore-depends απαιτεί ένα έγκυρο όνομα πακέτου. Το `%.250s' δεν είναι. %" "s" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "μη έγκυρος ακέραιος για --%s: `%.250s'" -#: src/main.c:317 +#: src/main.c:318 #, fuzzy, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2510,55 +2510,55 @@ msgstr "" "για το σύστημά σας. Ο εξαναγκασμός των επιλογών με σήμανση [*] είναι εξ'\n" "ορισμού ενεργοποιημένος.\n" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "άγνωστη επιλογή force/refuse `%.*s'" -#: src/main.c:367 +#: src/main.c:368 #, fuzzy, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "Προειδοποίηση: επιλογή εκτός χρήσης `--%s'\n" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "αδύνατη η δέσμευση μνήμης με τη malloc στο execbackend" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "αδύνατη η αντιγραφή συμβολοσειράς με τη strdup στο execbackend" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "αδύνατη η εκτέλεση του %s" -#: src/main.c:537 +#: src/main.c:538 #, fuzzy msgid "--command-fd takes one argument, not zero" msgstr "η --command-fd παίρνει 1 όρισμα, όχι 0" -#: src/main.c:539 +#: src/main.c:540 #, fuzzy msgid "--command-fd only takes one argument" msgstr "--command-fd παίρνει μόνο 1 όρισμα" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "μη έγκυρος αριθμός για το --command-fd" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "αδύνατο το άνοιγμα του `%i' ως ροή (stream)" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "απρόσμενο eof πριν το τέλος της γραμμής %d" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "χρειάζεται μια επιλογή ενέργειας" @@ -3897,7 +3897,7 @@ msgstr "" "*.deb. Πληκτρολογήστε dpkg --help για βοήθεια σχετικά με εγκατάσταση και\n" "απεγκατάσταση πακέτων." -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "άγνωστος τύπος συμπίεσης '%s'!" diff --git a/po/es.po b/po/es.po index e1ae2acc..86e46124 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Debian dpkg 1.10.18\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-31 06:03+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: 2006-03-20 09:12+0100\n" "Last-Translator: Javier Fernández-Sanguino \n" "Language-Team: Spanish \n" @@ -2404,16 +2404,16 @@ msgstr "" "¡fíltrela con `less' o con `more'!" #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 -#, c-format -msgid "conflicting actions --%s and --%s" +#, fuzzy, c-format +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "acciones en conflicto --%s y --%s" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "Atención: opción obsoleta `--%s'\n" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2451,30 +2451,30 @@ msgstr "" "Las opciones de depuración se mezclan haciendo el OR bit por bit.\n" "Note que los significados y los valores están sujetos a cambios.\n" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "--debug necesita un número octal como parámetro" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "" "nombre de paquete vacío en la lista de --ignore-depends separados por coma `" "%.250s'" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "" "--ignore-depends necesita un nombre de paquete legal.\n" "`%.250s' no lo es; %s" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "entero inválido para --%s: `%.250s'" -#: src/main.c:317 +#: src/main.c:318 #, fuzzy, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2566,55 +2566,55 @@ msgstr "" "la instalación. Las opciones de forzado marcadas con [*] están activadas\n" "por omisión.\n" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "opción force/refuse desconocida `%.*s'" -#: src/main.c:367 +#: src/main.c:368 #, fuzzy, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "Atención: opción obsoleta `--%s'\n" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "no se pudo ejecutar malloc en execbackend" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "no se pudo ejecutar strdup en execbackend" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "fallo al ejecutar %s" -#: src/main.c:537 +#: src/main.c:538 #, fuzzy msgid "--command-fd takes one argument, not zero" msgstr "--command-fd toma 1 argumento, no 0" -#: src/main.c:539 +#: src/main.c:540 #, fuzzy msgid "--command-fd only takes one argument" msgstr "--command-fd sólo toma 1 argumento" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "número inválido para --command-fd" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "no se pudo abrir `%i' para un flujo" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "eof inesperado antes del fin de la línea %d" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "se necesita una opción de acción" @@ -3977,7 +3977,7 @@ msgstr "" "deb;\n" "Escriba dpkg --help para obtener ayuda sobre instalar y desinstalar paquetes." -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "¡tipo de compresión `%s' desconocido!" diff --git a/po/eu.po b/po/eu.po index ef8163fa..570590df 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg-trunk-eu\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-31 06:03+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: 2006-05-31 06:04+0300\n" "Last-Translator: Piarres Beobiide \n" "Language-Team: librezale.org \n" @@ -2411,16 +2411,16 @@ msgstr "" " [*] duten aukerek irteera luze bat dute - `less' edo `more' bidez erabili!" #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 -#, c-format -msgid "conflicting actions --%s and --%s" +#, fuzzy, c-format +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "ekintza gatazkatsuak --%s eta --%s" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "Kontuz: aukera zaharkitua `--%s'\n" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2459,27 +2459,27 @@ msgstr "" "Arazketa-aukerak OR logikoarekin konbina daitezke.\n" "Kontuan hartu esanahiak eta balioak alda daitezkeela.\n" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "--debug: octal argumentu bat behar du" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "" "pakete-izen nulua --ignore-depends komaz bereizitako `%.250s' zerrendan" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "--ignore-depends: legezko pakete-izena behar du. `%.250s' ez da; %s" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "baliogabeko osokoa --%s: `%.250s'" -#: src/main.c:317 +#: src/main.c:318 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2557,53 +2557,53 @@ msgstr "" "dezake.\n" "[*] marka duten behartzeko aukerak gaituta daude lehenespenez.\n" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "`%.*s' behartzeko/uko egiteko aukera ezezaguna" -#: src/main.c:367 +#: src/main.c:368 #, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "Kontuz: indartze/ukatze aukera zaharkitua `--%s'\n" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "ezin izan da malloc egin execbackend-en" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "ezin izan da strdup egin execbackend-en" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "huts egin du %s exekutatzean" -#: src/main.c:537 +#: src/main.c:538 msgid "--command-fd takes one argument, not zero" msgstr "--command-fd: argumentu bat hartzen du, ez 0" -#: src/main.c:539 +#: src/main.c:540 msgid "--command-fd only takes one argument" msgstr "--command-fd: argumentu bat bakarrik hartzen du" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "--command-fd: baliogabeko zenbakia" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "ezin izan da `%i' ireki korronterako" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "ustekabeko eof %d lerroa amaitu aurretik" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "ekintza-aukera bat behar da" @@ -3949,7 +3949,7 @@ msgstr "" "Idatzi dpkg-deb --help *.deb fitxategiak manipulatzeko laguntza lortzeko;\n" "Idatzi dpkg --help paketeak instalatu eta desinstalatzeko laguntza lortzeko." -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "%s konpresio mota ezezaguna!" diff --git a/po/fr.po b/po/fr.po index 93579fe8..4e5dc4be 100644 --- a/po/fr.po +++ b/po/fr.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2006-05-23 06:44+0300\n" +"POT-Creation-Date: 2006-06-02 03:58+0300\n" "PO-Revision-Date: 2006-05-03 19:43+0200\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" @@ -1930,14 +1930,9 @@ msgstr "" msgid "--compare-versions bad relation" msgstr "--compare-versions : mauvaise relation" -#: src/enquiry.c:429 -#, c-format -msgid "version a has bad syntax: %s\n" -msgstr "mauvaise syntaxe de la version « a » : %s\n" - -#: src/enquiry.c:439 -#, c-format -msgid "version b has bad syntax: %s\n" +#: src/enquiry.c:429 src/enquiry.c:440 +#, fuzzy, c-format +msgid "dpkg: version '%s' has bad syntax: %s\n" msgstr "mauvaise syntaxe de la version « b » : %s\n" #: src/errors.c:58 @@ -2552,16 +2547,16 @@ msgstr "" "à travers « less » ou « more »." #: src/main.c:206 src/query.c:544 dpkg-deb/main.c:177 dpkg-split/main.c:157 -#, c-format -msgid "conflicting actions --%s and --%s" +#, fuzzy, c-format +msgid "conflicting actions -%c (--%s) and -%c (--%s)" msgstr "actions conflictuelles --%s et --%s" -#: src/main.c:211 +#: src/main.c:212 #, c-format msgid "Warning: obsolete option `--%s'\n" msgstr "Attention : option obsolète « --%s »\n" -#: src/main.c:219 +#: src/main.c:220 #, c-format msgid "" "%s debugging option, --debug= or -D:\n" @@ -2603,30 +2598,30 @@ msgstr "" "Les options de débogage peuvent être groupées avec un « ou » logique.\n" "Notez que la signification et les valeurs sont sujettes à changements.\n" -#: src/main.c:240 +#: src/main.c:241 msgid "--debug requires an octal argument" msgstr "--debug requiert un paramètre octal" -#: src/main.c:264 +#: src/main.c:265 #, c-format msgid "null package name in --ignore-depends comma-separated list `%.250s'" msgstr "" "nom de paquet vide dans la liste « %.250s » d'éléments séparés par des " "virgules de --ignore-depends" -#: src/main.c:270 +#: src/main.c:271 #, c-format msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s" msgstr "" "--ignore-depends requiert un nom de paquet légal. « %.250s » ne l'est pas ; %" "s" -#: src/main.c:286 src/main.c:297 +#: src/main.c:287 src/main.c:298 #, c-format msgid "invalid integer for --%s: `%.250s'" msgstr "entier incorrect pour --%s « %.250s »" -#: src/main.c:317 +#: src/main.c:318 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2715,53 +2710,53 @@ msgstr "" " installation.\n" "Les options de forçage marquées [*] sont activées par défaut.\n" -#: src/main.c:362 +#: src/main.c:363 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "option de forçage/refus « %.*s » inconnue" -#: src/main.c:367 +#: src/main.c:368 #, c-format msgid "Warning: obsolete force/refuse option `%s'\n" msgstr "Attention : option de forçage/refus « %s » obsolète\n" -#: src/main.c:490 src/main.c:500 src/main.c:508 +#: src/main.c:491 src/main.c:501 src/main.c:509 msgid "couldn't malloc in execbackend" msgstr "Impossible de faire un « malloc » dans « execbackend »" -#: src/main.c:494 src/main.c:517 +#: src/main.c:495 src/main.c:518 msgid "couldn't strdup in execbackend" msgstr "Impossible de faire un « strdup » dans « execbackend »" -#: src/main.c:522 +#: src/main.c:523 #, c-format msgid "failed to exec %s" msgstr "échec de l'exécution de « %s »" -#: src/main.c:537 +#: src/main.c:538 msgid "--command-fd takes one argument, not zero" msgstr "--command-fd prend un paramètre et non zéro" -#: src/main.c:539 +#: src/main.c:540 msgid "--command-fd only takes one argument" msgstr "--command-fd ne prend qu'un paramètre" -#: src/main.c:541 +#: src/main.c:542 msgid "invalid number for --command-fd" msgstr "nombre invalide pour --command-fd" -#: src/main.c:543 +#: src/main.c:544 #, c-format msgid "couldn't open `%i' for stream" msgstr "impossible d'ouvrir le flux d'entrée « %i »" -#: src/main.c:568 +#: src/main.c:569 #, c-format msgid "unexpected eof before end of line %d" msgstr "EOF inattendu avant la fin de la ligne %d" -#: src/main.c:612 src/main.c:627 src/query.c:579 dpkg-deb/main.c:199 -#: dpkg-split/main.c:169 +#: src/main.c:613 src/main.c:628 src/query.c:580 dpkg-deb/main.c:200 +#: dpkg-split/main.c:170 msgid "need an action option" msgstr "requiert une option d'action" @@ -4150,7 +4145,7 @@ msgstr "" "Taper dpkg --help pour obtenir une aide sur l'installation et la " "désinstallation des paquets." -#: dpkg-deb/main.c:191 +#: dpkg-deb/main.c:192 #, c-format msgid "unknown compression type `%s'!" msgstr "type de compression %s inconnu" @@ -4549,7 +4544,7 @@ msgid "unable to exec mksplit" msgstr "impossible d'exécuter mksplit" #: scripts/cleanup-info.pl:36 scripts/dpkg-divert.pl:16 -#: scripts/dpkg-statoverride.pl:20 scripts/install-info.pl:18 +#: scripts/dpkg-statoverride.pl:22 scripts/install-info.pl:18 #: scripts/update-alternatives.pl:37 #, fuzzy, perl-format msgid "Debian %s version %s.\n" @@ -4563,7 +4558,7 @@ msgid "" msgstr "Copyright (C) 1994-1996 Ian Jackson.\n" #: scripts/cleanup-info.pl:41 scripts/dpkg-divert.pl:22 -#: scripts/dpkg-statoverride.pl:25 scripts/install-info.pl:23 +#: scripts/dpkg-statoverride.pl:27 scripts/install-info.pl:23 #: scripts/update-alternatives.pl:43 #, fuzzy msgid "" @@ -4589,7 +4584,7 @@ msgid "" " --version show the version.\n" msgstr "" -#: scripts/cleanup-info.pl:66 scripts/install-info.pl:500 +#: scripts/cleanup-info.pl:66 scripts/install-info.pl:501 #, fuzzy, perl-format msgid "%s: warning - unable to unlock %s: %s" msgstr "dpkg : avertissement - impossible d'analyser %s « %.250s » : %s\n" @@ -4728,12 +4723,12 @@ msgstr "--%s a besoin d'au moins un nom de paquet comme param msgid "package may not contain newlines" msgstr "Le paquet « %s » ne contient aucun fichier (!)\n" -#: scripts/dpkg-divert.pl:105 scripts/dpkg-statoverride.pl:72 +#: scripts/dpkg-divert.pl:105 scripts/dpkg-statoverride.pl:74 #, fuzzy msgid "--admindir needs a directory argument" msgstr "--build a besoin d'un répertoire comme paramètre" -#: scripts/dpkg-divert.pl:108 scripts/dpkg-statoverride.pl:84 +#: scripts/dpkg-divert.pl:108 scripts/dpkg-statoverride.pl:86 #: scripts/update-alternatives.pl:145 #, fuzzy, perl-format msgid "unknown option `%s'" @@ -4764,7 +4759,7 @@ msgstr "--build a besoin d'un r msgid "filename \"%s\" is not absolute" msgstr "le conffile « %.250s » n'est pas testable (stattable)" -#: scripts/dpkg-divert.pl:128 scripts/dpkg-statoverride.pl:116 +#: scripts/dpkg-divert.pl:128 scripts/dpkg-statoverride.pl:118 msgid "file may not contain newlines" msgstr "" @@ -4907,13 +4902,13 @@ msgstr "" msgid "internal error: %s corrupt: %s" msgstr "%s : erreur interne de gzip : écrit : « %s »" -#: scripts/dpkg-statoverride.pl:22 +#: scripts/dpkg-statoverride.pl:24 msgid "" "\n" "Copyright (C) 2000 Wichert Akkerman." msgstr "" -#: scripts/dpkg-statoverride.pl:33 +#: scripts/dpkg-statoverride.pl:35 #, perl-format msgid "" "Usage: %s [