add plural messages
authorRichard Russon <rich@flatcap.org>
Mon, 30 Apr 2018 18:58:08 +0000 (19:58 +0100)
committerRichard Russon (DEPLOY) <rich@flatcap.org>
Wed, 9 May 2018 05:17:45 +0000 (06:17 +0100)
32 files changed:
imap/imap.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/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
remailer.c

index c685c55c0045281e2d64313afa42148346c02a26..a356ed794f4ba1c319fb65f3d86e70675b749129 100644 (file)
@@ -1930,7 +1930,10 @@ int imap_fast_trash(struct Context *ctx, char *dest)
       goto out;
     }
     else
-      mutt_message(_("Copying %d messages to %s..."), rc, mbox);
+    {
+      mutt_message(ngettext("Copying %d message to %s...", "Copying %d messages to %s...", rc),
+                   rc, mbox);
+    }
 
     /* let's get it on */
     rc = imap_exec(idata, NULL, IMAP_CMD_FAIL_OK);
index fe46bbf92a605e8e2f0ad377d702125bb3d687df..151aa87a54ce246def4b697b1c656731abcf9da3 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -6180,6 +6180,7 @@ msgstr "Избор на remailer верига."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Грешка: %s не може да се използва като последен remailer във веригата."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 1b9528259ffef66052be4ecb70fdcc6136406bba..0b17d9bcce65c571bc44a1ae23a5b1cf7f1e7574 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -6337,6 +6337,7 @@ msgstr "Seleccioneu una cadena de redistribuïdors."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Error: No es pot emprar «%s» com a redistribuïdor final d’una cadena."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 9cd2f86ba2b12113ddcbe253d5af3ecc70e576ad..31b5ea6bafb86274d464a48921a80de019adb15c 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -5949,6 +5949,7 @@ msgstr "Vyberte řetěz remailerů."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Chyba: %s nelze použít jako poslední článek řetězu remailerů."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 616cb8598f6ea02602c28ff16e607eacdd061727..0dd53b33c72bd98f1f026cca24384a7dd48f00a8 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -6000,6 +6000,7 @@ msgstr "Vælg en genposterkæde."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Fejl: %s kan ikke være sidste led i kæden."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 30ba2286bf9237fcf1ccea7c3c53f322817deece..9579c0b630779f920c00d0f5f3e1aef2085b21f1 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -5987,6 +5987,7 @@ msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr ""
 "Fehler: %s kann nicht als letzter Remailer einer Kette verwendet werden."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index eeedac17629bcc7e3ca876938482b27f51f7b539..c843e333b64cd22f36b71fc99f172ed89b3944f2 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -6168,6 +6168,7 @@ msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr ""
 "Σφάλμα: το %s δεν μπορεί να είναι ο τελικός επαναποστολέας της αλυσίδας."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index fded9b852caaa8579e3d8d96aeee8bedc197f039..09d8437bc53c4373edcf6572b35051e29293aa38 100644 (file)
@@ -5964,6 +5964,7 @@ msgstr "Select a remailer chain."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Error: %s can't be used as the final remailer of a chain."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 9d36aaa5409c0037d9172da556bfd07a28b64425..33c680053c05dfb6b5697cd9a38ad59fd35856e5 100644 (file)
--- a/po/eo.po
+++ b/po/eo.po
@@ -6009,6 +6009,7 @@ msgstr "Elekti plusendiloĉenon."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Eraro: %s ne estas uzebla kiel la fina plusendilo de ĉeno."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 332c4aa366a494de80f32b6d15719fe1d537cc98..b03ce042a2d802a9ab341b5c3a283bbbbc6ae4f3 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -6206,6 +6206,7 @@ msgstr "Seleccionar una cadena de remailers."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Error: %s no puede ser usado como remailer final de una cadena."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 07b7155979d4e1ed5f32da9c2040e3533e7cc551..7395f4c713bd3da38115814efa8d454995a3595b 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -6132,6 +6132,7 @@ msgstr "Valige vahendajate ahel."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Viga: %s ei saa ahela viimase vahendajana kasutada."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index b955f95e955ebce7320171839f6889afe5d8fdd9..abd91df75f670e501386b1a401225e3b94b81b6a 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -6079,6 +6079,7 @@ msgstr "Berbidaltze katea aukeratu."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Errorea: %s ezin da katearen azken berbidaltze bezala erabili."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 429e17cf2081be063abcdb4fc21940ba6175a719..59a3df13a55cd5f974f428741c8c3fbd011d5c4f 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -6224,6 +6224,7 @@ msgstr "Sélectionner une chaîne de redistributeurs de courrier."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Erreur : %s ne peut pas être utilisé comme redistributeur final."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 1d4cd658ccc80eb50b7fb3175383ce12f3ab5c28..1b095b4f0f27a19ab972ee3b5aa660b38954da29 100644 (file)
--- a/po/ga.po
+++ b/po/ga.po
@@ -6196,6 +6196,7 @@ msgstr "Roghnaigh slabhra athphostóirí."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Earráid: ní féidir %s a úsáid mar an t-athphostóir deiridh i slabhra."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 192d714dfadc8dfed1ae515741d59824af65f303..444fc631bc4211ebfbeff853c59feaefde40321c 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -6195,6 +6195,7 @@ msgstr "Seleccionar unha cadea de remailers."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Erro: %s non pode ser usado como remailer final dunha cadea."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 07de450af17b0cf922957644c0b761aa706955e6..74ea11d3f5cca85af72806d5a3e02a8fb9c6d322 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -6165,6 +6165,7 @@ msgstr "Válaszd ki az újraküldő láncot."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Hiba: %s-t nem lehet használni a lánc utolsó újraküldőjeként."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 690367d1178af9f3b02417546daa2d652361342e..27907c60a4d93f62d9419297987b9119927713d9 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -6087,6 +6087,7 @@ msgstr "Pilih rangkaian remailer."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Error: %s tidak dapat digunakan sebagai akhir rangkaian remailer."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 774ab854f107bc4a31d123f2986f5082f7e2d6c4..9f06d3196b7f36bd4cfb790bf83121be28e32fb2 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -6066,6 +6066,7 @@ msgstr "Seleziona una catena di remailer."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Errore: %s non può essere usato come remailer finale di una catena."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 35538a0e5710519811c949efef82ab612750c54c..12f8da923da0011f34488ed7e0373a6990ad34c6 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -6001,6 +6001,7 @@ msgstr "remailer チェーンを選択。"
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "エラー: %s は最後の remailer チェーンには使えない。"
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index dd54790c4c073247b078a29a8875b51ba7385438..9229deef5674aab5f80527506abe72ce7b0cd3bd 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -6099,6 +6099,7 @@ msgstr "리메일러 체인 선택."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "오류: %s는 체인의 마지막 리메일러로 사용할수 없음."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index dfcfc66ce7a07f47317c38259c884b794531ec77..06e344c06d1cb2c0deec954fa711b5a924608cbf 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -6086,6 +6086,7 @@ msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr ""
 "Klaida: %s negali būti naudojamas kaip galutinis persiuntėjas grandinėje."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index dc9f62674fb361f51a14163d35c41844c71c6510..671caddac64798dc734b42f590289fcddb6aa497 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -6028,6 +6028,7 @@ msgstr "Selecteer een remailer lijster."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Fout: %s kan niet gebruikt worden als laaste remailer van een lijst."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index ae39bc72099ac61b04e596f3010aaf09e1de2eea..0daee494aef4d68f6d33064cf0506659b1b39ad9 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -5978,6 +5978,7 @@ msgstr "Wybierz łańcuch remailera."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Błąd: nie można użyć %s jako finalnego remailera łańcucha."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index f91672acd12a1b851790ad6e19ce74e10c121f30..9bcd072087bb186e8b0e9faa0aae1be2e4a405b3 100644 (file)
@@ -5997,6 +5997,7 @@ msgstr "Escolha uma sequência de reenviadores."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Erro: %s não pode ser usado como reenviador final de uma sequência."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index cfe4779738501d236bb24087fb9dfd641b94adf6..f37707dfaad9e4a2bf127b9ec421fd65cf534554 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -6060,6 +6060,7 @@ msgstr "Выбрать цепочку remailer"
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Ошибка: %s не может быть использован как последний remailer"
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index f4e0a12090985a36e5440e04b112a0c3735abf3f..a64063bc8f9a0758e5af61aa36730e228ccad2de 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -6179,6 +6179,7 @@ msgstr "zmazať všetky znaky v riadku"
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr ""
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index aa2efae6a23b235a82d599caafe9d9197f4bb9b8..a9b0759f730e547f24d89767ad5f523aa732deee 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -6083,6 +6083,7 @@ msgstr "Välj en återpostarkedja."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Fel: %s kan inte användas som den sista återpostaren i en kedja."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index d088337f88bbf5567d07a003724b31b1dc2092eb..15b58e560d5f8cc3c44c0e69bb171d5ec51e0d5b 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -6064,6 +6064,7 @@ msgstr "Bir postacı (remailer) zinciri seçin."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Hata: %s, zincirdeki son postacı olarak kullanılamaz."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index ee441476c42d3c99e33d4ee8e5bde2deaa156f34..04029be2f25b09d2dc34d6fbeb52bd6504fd067f 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -6019,6 +6019,7 @@ msgstr "Веберіть ланцюжок remailer."
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "Помилка: %s неможливо використати як останній remailer ланцюжку."
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 65f13f26e98ea739038a6099edbef5fd1de046cd..52e95ad53eba477d191a95bc6fd29db4ff22b4f5 100644 (file)
@@ -5981,6 +5981,7 @@ msgstr "选择一个转发者链。"
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "错误:%s 不能用作链的最终转发者。"
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index 8b2be14c35d25e2485ce32dcafbbde9bfef8f165..2a1f29be3ea1f08c733941082cfeaeec76983133 100644 (file)
@@ -6158,6 +6158,7 @@ msgstr "選擇一個郵件轉接器的鏈結"
 msgid "Error: %s can't be used as the final remailer of a chain."
 msgstr "錯誤:%s 不能用作鏈結的最後一個郵件轉接器"
 
+#. L10N The '%d' here hard-coded to 19
 #: remailer.c:621
 #, c-format
 msgid "Mixmaster chains are limited to %d elements."
index cc1859850da9b20dfb398a7d1f63d4a4646c90d7..3795f25fd25d17d80d93f21a754025eda03efa2a 100644 (file)
@@ -618,7 +618,10 @@ void mix_make_chain(struct ListHead *chainhead)
           c_redraw = true;
         }
         else
+        {
+          /* L10N The '%d' here hard-coded to 19 */
           mutt_error(_("Mixmaster chains are limited to %d elements."), MAXMIXES);
+        }
 
         break;
       }