changeset: 6507:e85eda4ee425
user:      Kevin McCarthy <[email protected]>
date:      Sun Sep 13 14:41:54 2015 +0800
link:      http://dev.mutt.org/hg/mutt/rev/e85eda4ee425

Enable msgfmt translation check flag -c.

Fix discovered translation format string errors.

diffs (99 lines):

diff -r 6eb6b41f5d45 -r e85eda4ee425 po/Makefile.in.in
--- a/po/Makefile.in.in Sun Sep 13 11:47:09 2015 +0800
+++ b/po/Makefile.in.in Sun Sep 13 14:41:54 2015 +0800
@@ -73,7 +73,7 @@
 
 .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 -r 6eb6b41f5d45 -r e85eda4ee425 po/bg.po
--- a/po/bg.po  Sun Sep 13 11:47:09 2015 +0800
+++ b/po/bg.po  Sun Sep 13 14:41:54 2015 +0800
@@ -1442,7 +1442,7 @@
 #: 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 -r 6eb6b41f5d45 -r e85eda4ee425 po/hu.po
--- a/po/hu.po  Sun Sep 13 11:47:09 2015 +0800
+++ b/po/hu.po  Sun Sep 13 14:41:54 2015 +0800
@@ -314,7 +314,7 @@
 #: 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 @@
 #: 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 @@
 #: 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 -r 6eb6b41f5d45 -r e85eda4ee425 po/ko.po
--- a/po/ko.po  Sun Sep 13 11:47:09 2015 +0800
+++ b/po/ko.po  Sun Sep 13 14:41:54 2015 +0800
@@ -4118,7 +4118,7 @@
 #: 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 -r 6eb6b41f5d45 -r e85eda4ee425 po/pt_BR.po
--- a/po/pt_BR.po       Sun Sep 13 11:47:09 2015 +0800
+++ b/po/pt_BR.po       Sun Sep 13 14:41:54 2015 +0800
@@ -4370,7 +4370,7 @@
 #: 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 -r 6eb6b41f5d45 -r e85eda4ee425 po/uk.po
--- a/po/uk.po  Sun Sep 13 11:47:09 2015 +0800
+++ b/po/uk.po  Sun Sep 13 14:41:54 2015 +0800
@@ -2354,7 +2354,7 @@
 #: 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 @@
 #: 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

Reply via email to