From 9ed96f6c7d68a53863d70a60fd003c6f6ed032be Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 13 Sep 2015 14:41:54 +0800 Subject: [PATCH] Enable msgfmt translation check flag -c. Fix discovered translation format string errors. --- po/Makefile.in.in | 2 +- po/bg.po | 2 +- po/hu.po | 6 +++--- po/ko.po | 2 +- po/pt_BR.po | 2 +- po/uk.po | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 4b6727c0a..d718e272a 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -73,7 +73,7 @@ CATALOGS = @CATALOGS@ .po.gmo: file=`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< + && rm -f $$file && $(GMSGFMT) --statistics -c -o $$file $< all: all-@USE_NLS@ diff --git a/po/bg.po b/po/bg.po index eb80b0ec2..c78ec0d49 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1442,7 +1442,7 @@ msgstr " ( #: crypt.c:74 #, c-format msgid "[-- %s output follows%s --]\n" -msgstr "[-- ñëåäâà ðåçóëòàòúò%s) --]\n" +msgstr "[-- %s ñëåäâà ðåçóëòàòúò%s) --]\n" #: crypt.c:89 msgid "Passphrase(s) forgotten." diff --git a/po/hu.po b/po/hu.po index 19cd4eb89..138a12f7d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -314,7 +314,7 @@ msgstr "%s: a termin #: color.c:333 #, c-format msgid "%s: no such color" -msgstr "%%s: nincs ilyen szín" +msgstr "%s: nincs ilyen szín" #: color.c:379 color.c:585 color.c:596 #, c-format @@ -1941,7 +1941,7 @@ msgstr "Hib #: edit.c:464 #, c-format msgid "%s: unknown editor command (~? for help)\n" -msgstr "s%: ismeretlen editor parancs (~? súgó)\n" +msgstr "%s: ismeretlen editor parancs (~? súgó)\n" #: editmsg.c:78 #, c-format @@ -3120,7 +3120,7 @@ msgstr "Kapcsol #: mutt_socket.c:576 #, c-format msgid "Could not connect to %s (%s)." -msgstr "%s-hoz nem lehet kapcsolódni %s (%s)." +msgstr "%s-hoz nem lehet kapcsolódni (%s)." #: mutt_ssl.c:225 msgid "Failed to find enough entropy on your system" diff --git a/po/ko.po b/po/ko.po index 4fef30266..1a023b894 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4118,7 +4118,7 @@ msgstr " #: rfc1524.c:164 #, c-format msgid "Improperly formatted entry for type %s in \"%s\" line %d" -msgstr "\"%2$s\" %d ¹øÂ° ÁÙÀÇ %1$s À¯ÇüÀÇ Ç׸ñÀº À߸øµÈ Çü½ÄÀÓ" +msgstr "\"%2$s\" %3$d ¹øÂ° ÁÙÀÇ %1$s À¯ÇüÀÇ Ç׸ñÀº À߸øµÈ Çü½ÄÀÓ" #: rfc1524.c:396 msgid "No mailcap path specified" diff --git a/po/pt_BR.po b/po/pt_BR.po index eb9824e16..b77909288 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4370,7 +4370,7 @@ msgstr "" #: sendlib.c:2428 #, c-format msgid "Error sending message, child exited %d (%s)." -msgstr "Erro ao enviar a mensagem, processo filho saiu com código %d" +msgstr "Erro ao enviar a mensagem, processo filho saiu com código %d (%s)." #: sendlib.c:2434 msgid "Output of the delivery process" diff --git a/po/uk.po b/po/uk.po index 7b348b135..732e18c58 100644 --- a/po/uk.po +++ b/po/uk.po @@ -2354,7 +2354,7 @@ msgstr "%sgroup: відсутні -rx чи -addr." #: init.c:879 #, c-format msgid "%sgroup: warning: bad IDN '%s'.\n" -msgstr "%group: попередження: погане IDN: '%s'.\n" +msgstr "%sgroup: попередження: погане IDN: '%s'.\n" #: init.c:1094 msgid "attachments: no disposition" @@ -4177,7 +4177,7 @@ msgstr "Вивід процесу доставки" #: sendlib.c:2608 #, c-format msgid "Bad IDN %s while preparing resent-from." -msgstr "Погане IDN при підготовці resent-from." +msgstr "Погане IDN %s при підготовці resent-from." #: signal.c:43 #, c-format -- 2.40.0