diff po/bn.po @ 28578:52d760530073

Fix a bunch of warnings from check_po.pl about mismatched format specifiers between the English string and the localized string
author Mark Doliner <mark@kingant.net>
date Sat, 05 Sep 2009 20:01:46 +0000
parents 1736bc22cc06
children bfe511f69e93
line wrap: on
line diff
--- a/po/bn.po	Sat Sep 05 19:58:43 2009 +0000
+++ b/po/bn.po	Sat Sep 05 20:01:46 2009 +0000
@@ -6448,6 +6448,7 @@
 msgstr "বার্তা পাঠাতে ব্যর্থ। অধিবেশন (%s) তৈরি করা সম্ভব হয়নি।"
 
 #, c-format
+#, fuzzy
 msgid ""
 "Unable to move user %s to folder %s in the server side list. Error while "
 "creating folder (%s)."
@@ -8018,7 +8019,10 @@
 msgid "%u requested to join Qun %u for %s"
 msgstr "%1$u %3$s এর জন্য %2$u Qunএ যুক্ত হতে অনুরোধ করছে"
 
-#, c-format
+# If the localized string is intended to swap the parameters, the
+# correct syntax is "%2$u %1$u Qun blah"
+#, c-format
+#, fuzzy
 msgid "%u request to join Qun %u"
 msgstr "%1u %2u Qunএ যুক্ত হতে অনুরোধ করছে"