]> granicus.if.org Git - neomutt/commitdiff
fix 'too few/many' translations
authorRichard Russon <rich@flatcap.org>
Sat, 11 May 2019 09:07:13 +0000 (10:07 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 11 May 2019 09:45:17 +0000 (10:45 +0100)
32 files changed:
hook.c
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de.po
po/el.po
po/en_GB.po
po/eo.po
po/es.po
po/et.po
po/eu.po
po/fi.po
po/fr.po
po/ga.po
po/gl.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/ko.po
po/lt.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sk.po
po/sv.po
po/tr.po
po/uk.po
po/zh_CN.po
po/zh_TW.po

diff --git a/hook.c b/hook.c
index cc87878755125fe81e5c70907dbe532a7eacec0b..a9c2532c94df01e2ffd8ee0f230081e42434ea38 100644 (file)
--- a/hook.c
+++ b/hook.c
@@ -376,7 +376,7 @@ int mutt_parse_idxfmt_hook(struct Buffer *buf, struct Buffer *s,
 
   if (!MoreArgs(s))
   {
-    mutt_str_strfcpy(err->data, _("too few arguments"), err->dsize);
+    mutt_buffer_printf(err, _("%s: too few arguments"), buf->data);
     goto out;
   }
   mutt_extract_token(name, s, MUTT_TOKEN_NO_FLAGS);
@@ -392,14 +392,14 @@ int mutt_parse_idxfmt_hook(struct Buffer *buf, struct Buffer *s,
 
   if (!MoreArgs(s))
   {
-    mutt_str_strfcpy(err->data, _("too few arguments"), err->dsize);
+    mutt_buffer_printf(err, _("%s: too few arguments"), buf->data);
     goto out;
   }
   mutt_extract_token(fmtstring, s, MUTT_TOKEN_NO_FLAGS);
 
   if (MoreArgs(s))
   {
-    mutt_str_strfcpy(err->data, _("too many arguments"), err->dsize);
+    mutt_buffer_printf(err, _("%s: too many arguments"), buf->data);
     goto out;
   }
 
index fdaf2f31926156c9be1b269064cc33d57e43aae9..d48fcde90e49079e138d4f8c4e7733c68ba97333 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -1734,16 +1734,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: недостатъчно аргументи"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: твърде много аргументи"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Не може да извършите unhook * от hook"
index 5e686dd597a7aed70360025ebf326e7b373f9dde..2df604a09fa9d75b2bb338a70a65ced6e367ae6d 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -1796,18 +1796,6 @@ msgstr "La drecera a bústia s’ha expandit a l’expressió regular buida."
 msgid "badly formatted command string"
 msgstr "La cadena d’ordre no té un format vàlid."
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: Manquen arguments."
-
-# ivb (2001/12/08)
-# ivb  També apareix com a error aïllat.
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: Sobren arguments."
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: No es pot fer «unhook *» des d’un «hook»"
index d4d4bd95229a6ade3a8afbe02cea41d2466f6f4d..610c541c88a8db75f944066a1b62cd0a87d33862 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -1665,16 +1665,6 @@ msgstr "zkratka pro schránku expandována na prázdný regulární výraz"
 msgid "badly formatted command string"
 msgstr "špatně utvořený řetězec s příkazem"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "příliš málo argumentů pro %s"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: příliš mnoho argumentů"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: unhook * nelze provést z jiného háčku"
index 46866de9b1e8e3d5e5db9fe56fc019426b81c54d..e9577a952201eacc30919754d1933e43ae4fe643 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -1687,16 +1687,6 @@ msgstr "genvejstaste til brevbakke udfoldet til tomt regulært udtryk"
 msgid "badly formatted command string"
 msgstr "fejlformateret kommandostreng"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: for få parametre"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: for mange parametre"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Kan ikke foretage unhook * inde fra en hook"
index 08659349b9f515643e374a69e086274dec0e9dd7..8b8c2d488d3c7966c45540c3e67bdf1ef7cbd9be 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -1649,14 +1649,6 @@ msgstr "Mailbox-Kurzbefehl führte zu leerem regulären Ausdruck"
 msgid "badly formatted command string"
 msgstr "Falsch formatierte Kommandosequenz"
 
-#: hook.c:379 hook.c:395
-msgid "too few arguments"
-msgstr "Zu wenige Parameter"
-
-#: hook.c:402
-msgid "too many arguments"
-msgstr "Zu viele Parameter"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Innerhalb eines Hooks kann kein unhook * aufgerufen werden"
index 34db70403a9955aa3542ecbeb9d2551d33e16110..e281f7a029fe075b415b4d15b969ab9eafda13a6 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -1735,16 +1735,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: πολύ λίγα ορίσματα"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: πάρα πολλά ορίσματα"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Αδυναμία unhook * μέσα από ένα hook"
index 51542e6ef4498e272a35c49f2b74a7789b483f25..a4e2bd569389a99698364a460aae0c7bcea44a7f 100644 (file)
@@ -1641,14 +1641,6 @@ msgstr "mailbox shortcut expanded to empty regex"
 msgid "badly formatted command string"
 msgstr "badly formatted command string"
 
-#: hook.c:379 hook.c:395
-msgid "too few arguments"
-msgstr "too few arguments"
-
-#: hook.c:402
-msgid "too many arguments"
-msgstr "too many arguments"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Can't do unhook * from within a hook"
index 132965ba633852a4aabf8c4cc019eedb56d92bdf..7a055fb3ef6f3e65e3eea79cc40ec73cbe6de9c8 100644 (file)
--- a/po/eo.po
+++ b/po/eo.po
@@ -1686,16 +1686,6 @@ msgstr "poŝtfaka fulmklavo malvolvis al vaka regulesprimo"
 msgid "badly formatted command string"
 msgstr "malbone aranĝita komandoĉeno"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: nesufiĉe da argumentoj"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: tro da argumentoj"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Ne eblas fari unhook * de en hoko"
index 201070d84394551c677d912cf7fee3201a9ac489..87048516caa0f45408ccdcac78b0fb6136542464 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -1680,16 +1680,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr "línea de orden formateada de manera incorrecta"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: parámetros insuficientes"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: Demasiados parámetros"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: No se puede desenganchar * desde dentro de un gancho"
index 9c77e1a52dbbed86caad7eab53952a8d327cc4b1..aa9d3c2569c3f070c1c6b9152456b3c0b0ad68d8 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -1728,16 +1728,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: liiga vähe argumente"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: liiga palju argumente"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: seose sees ei saa unhook * kasutada"
index 16758d1e48014142c94846b72589aaae8762687a..865c2596c5def32976e410ec5b7d309386024492 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -1704,16 +1704,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: argumentu gutxiegi"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: argumentu gehiegi"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Ezin da gantxoaren barnekaldetik desengatxatu"
index e2180a4b96224177eef02ec8c57b19cade12ddd9..11db02150761f0b4e0ade55732be628a839dddb2 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -1650,16 +1650,6 @@ msgstr "postilaatikon oikopolku laventui tyhjäksi ilmaukseksi"
 msgid "badly formatted command string"
 msgstr "epäkelpo komentojono"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: liian vähän argumentteja"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: liikaa argumentteja"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: unhook * ei toimi hookin sisältä."
index e8eb0adbba4477bfbffd077a1b9bfc5ed05cf8b0..9e82f72cbcc36f1d7d3649d3abe3281f4eee0063 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -1771,17 +1771,6 @@ msgstr "le raccourci de boîte aux lettres a donné une expression rationnelle v
 msgid "badly formatted command string"
 msgstr "chaîne de commande incorrectement formatée"
 
-# , c-format
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s : pas assez d'arguments"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: trop d'arguments"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook : impossible de faire un unhook * à l'intérieur d'un hook"
index 47ab23591ced850235c8d3af6346b708b01a9ea6..212a6a2a5114b10930ceaa9023d70493298369f3 100644 (file)
--- a/po/ga.po
+++ b/po/ga.po
@@ -1738,16 +1738,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: níl go leor argóintí ann"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: an iomarca argóintí"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Ní cheadaítear unhook * isteach i hook"
index 02b26f27556207c5f4d8f8cf4cd5d389583604bf..a6776761a94a4603b265aadaa650a4a1c187a5ed 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -1733,16 +1733,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: parámetros insuficientes"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: demasiados parámetros"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Non é posible facer 'unhook *' dentro doutro hook"
index df2ba9b9c7e133ba930f5ba646be293e8d784b3b..075eea699027a379c011e8b7be71d1fc3b06510e 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -1730,16 +1730,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: túl kevés paraméter"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: túl sok paraméter"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Nem lehet 'unhook *'-ot végrehajtani hook parancsból"
index ef575aa58204ddbdf9125ed78c8671b80df95373..8611f27fd9654ceafd3232600dfe0b732aadaa26 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -1695,16 +1695,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: parameternya kurang"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: parameternya terlalu banyak"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Tidak dapat melakukan unhook * dari hook"
index 6837af43bb0b62aba436c005ed8f586e03a3c0b3..01982d0b92b2ac56ad7b21b43584b8306ba5b21f 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -1696,16 +1696,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: troppo pochi argomenti"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: troppi argomenti"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: impossibile usare unhook * dentro un hook"
index 1cc6090dc16a1fca5928bcb3e6b13198994e8bf4..ca9fdf1db3d6701cbd27f82ad38e2656b68c7336 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -1680,16 +1680,6 @@ msgstr "メールボックス記号ショートカットが空の正規表現に
 msgid "badly formatted command string"
 msgstr "不適切なコマンド文字列"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: 引数が少なすぎる"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: 引数が多すぎる"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: フック内からは unhook * できない"
index 172e8cf9a8324a8711f0d235852f6f99f8d2ac72..f3b7bc118b7a5ee178e0034ae59d5438cd4edf05 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -1717,16 +1717,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: 인수가 부족함"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: 인수가 너무 많음"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: unhook * 할 수 없음"
index 976af1ea6c85f5bb99b91d09dfaf5d176718c0e0..96071599f70302b060410d42e40c72b4f71c9367 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -1653,14 +1653,6 @@ msgstr "pašto dėžutės trumpinys išplėstas atitinka tuščią šabloną"
 msgid "badly formatted command string"
 msgstr "blogai suformuota komanda"
 
-#: hook.c:379 hook.c:395
-msgid "too few arguments"
-msgstr "per mažai argumentų"
-
-#: hook.c:402
-msgid "too many arguments"
-msgstr "per daug argumentų"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: negalima išmesti kablių kablio viduje"
index ae01a774294f03a31c2db48552e1335e3aff060b..eb2063221b5a7388aeb97f02b1b246ad4d297056 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -1690,16 +1690,6 @@ msgstr "sneltoets voor mailbox expandeerde tot lege reguliere expressie"
 msgid "badly formatted command string"
 msgstr "onjuist opgemaakte commandotekenreeks"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: te weinig argumenten"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: te veel argumenten"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Kan geen 'unhook *' doen binnen een 'hook'"
index af96c0c6663793cf8762f10c4caedc0612f46b8e..ca3ffa9e2683cb0f366f4ab28cd69d2e17fce107 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -1654,16 +1654,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr "błędnie sformatowane polecenie"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: za mało argumentów"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: za dużo argumentów"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Nie można wykonać \"unhook *\" wewnątrz innego polecenia hook"
index 349f7c4b76d4d25f6d288758192d0a93fd3dddb9..d6800aa91f510cc51b8e30c834e8ce73e747d8c1 100644 (file)
@@ -1646,16 +1646,6 @@ msgstr "Atalho de caixa extendido como regex vazia"
 msgid "badly formatted command string"
 msgstr "String de comando com formato inválido"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: poucos argumentos"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: muitos argumentos"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: não foi possível desfazer hook * de dentro de um hook"
index a78d8869533d5463830d0ae71814c45208148414..15292fd361ced8a616b1c3f9ff50479c5caa7821 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -1699,16 +1699,6 @@ msgstr "сокращение для почтового ящика раскрыт
 msgid "badly formatted command string"
 msgstr "плохо отфороматированная командная строка"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: слишком мало аргументов"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: слишком много аргументов"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Невозможно выполнить unhook * из команды hook"
index 3a4e43c9785c551a136f970d902f7bee1a13fd27..cab5c5fe0f7c2a94fac0e1319cb7badf5e14d0f9 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -1707,16 +1707,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: príliš málo parametrov"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: príliš veľa argumentov"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr ""
index db69a5966b5406c5fcd7d7b9e0fa318026b083e0..f49c446ab9b149c92d5704dc6e098c8b833d3d33 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -1703,16 +1703,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: för få parametrar"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: för många parametrar"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "\"unhook\": Kan inte göra \"unhook *\" inifrån en \"hook\""
index 765e4e72af5385a36028c53b4e622fbd50e3c056..2c3f256a2918d5a054048334b79709834a085ab2 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -1684,16 +1684,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: eksik argüman"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: fazla argüman"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Bir kanca (hook) içindeyken unhook * komutu kullanılamaz"
index ceaf7072b4831d446fef9256bc7b6bdf4ce9a341..4ab68b1e87fd3a6cd7b6a65592465224071179d1 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -1696,16 +1696,6 @@ msgstr "скорочення для скриньки перетворене на
 msgid "badly formatted command string"
 msgstr "погано форматований командний рядок"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s: замало аргументів"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: забагато аргументів"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: Неможливо зробити unhook * з hook"
index b726e354ef6b7d69562d964946785629148c20d2..c287284f0c6f7e680c105bcaac205a6b481ff454 100644 (file)
@@ -1639,16 +1639,6 @@ msgstr "信箱快捷键扩展到空白的正则表达式"
 msgid "badly formatted command string"
 msgstr "命令字符串格式错误"
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s:参数太少"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s:参数太多"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook:无法在一个钩子里进行 unhook * 操作"
index 55911c56628c07357919d50adc439b203d8c7ea6..b30bdefc546c56e300b71dc1c576f8becf9bd797 100644 (file)
@@ -1725,16 +1725,6 @@ msgstr ""
 msgid "badly formatted command string"
 msgstr ""
 
-#: hook.c:379 hook.c:395
-#, fuzzy
-msgid "too few arguments"
-msgstr "%s:太少參數"
-
-#: hook.c:402
-#, fuzzy
-msgid "too many arguments"
-msgstr "%s: 太多參數"
-
 #: hook.c:473
 msgid "unhook: Can't do unhook * from within a hook"
 msgstr "unhook: 在 hook 裡面不能做 unhook *"