diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-10-13 08:19:00 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-10-13 08:19:00 -0700 |
commit | c2debd0c6f5bd2b318b17314223989f7afd6a85a (patch) | |
tree | fdbae9c4ee151d560bc90011f77a05571dbd1621 | |
parent | 397b56598e0bcb4766c007ba2b775e11f38f2c31 (diff) | |
download | mailman2-c2debd0c6f5bd2b318b17314223989f7afd6a85a.tar.gz mailman2-c2debd0c6f5bd2b318b17314223989f7afd6a85a.tar.xz mailman2-c2debd0c6f5bd2b318b17314223989f7afd6a85a.zip |
Fixed the French, Spanish and Hebrew translations which improperly
translated the 'coding:' line in bin/config_list output.
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | messages/es/LC_MESSAGES/mailman.po | 2 | ||||
-rw-r--r-- | messages/fr/LC_MESSAGES/mailman.po | 2 | ||||
-rw-r--r-- | messages/he/LC_MESSAGES/mailman.po | 2 |
4 files changed, 6 insertions, 3 deletions
@@ -8,6 +8,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fixed the French, Spanish and Hebrew translations which improperly + translated the 'coding:' line in bin/config_list output. + - Fixed the auto-responder to treat messages to -confirm, -join, -leave, -subscribe and -unsubscribe as requests rather than posts. Bug #427962. diff --git a/messages/es/LC_MESSAGES/mailman.po b/messages/es/LC_MESSAGES/mailman.po index 4fe3ff4f..1424a748 100644 --- a/messages/es/LC_MESSAGES/mailman.po +++ b/messages/es/LC_MESSAGES/mailman.po @@ -9627,7 +9627,7 @@ msgid "" "## captured on %(when)s\n" msgstr "" "# -*- python -*-\n" -"# -*- codificación: %(charset)s -*-\n" +"# -*- coding: %(charset)s -*-\n" "## valores de configuración de la lista de distribución \"%(listname)s\"\n" "## -*- python -*-\n" "## capturados el %(when)s\n" diff --git a/messages/fr/LC_MESSAGES/mailman.po b/messages/fr/LC_MESSAGES/mailman.po index f776924e..ee096536 100644 --- a/messages/fr/LC_MESSAGES/mailman.po +++ b/messages/fr/LC_MESSAGES/mailman.po @@ -9445,7 +9445,7 @@ msgid "" "## captured on %(when)s\n" msgstr "" "# -*- python -*-\n" -"# -*- codage : %(charset)s -*-\n" +"# -*- coding: %(charset)s -*-\n" "## Paramčtres de configuration de la liste \"%(listname)s\"\n" "## Capturé le %(when)s\n" diff --git a/messages/he/LC_MESSAGES/mailman.po b/messages/he/LC_MESSAGES/mailman.po index c9125112..2d78bffb 100644 --- a/messages/he/LC_MESSAGES/mailman.po +++ b/messages/he/LC_MESSAGES/mailman.po @@ -8883,7 +8883,7 @@ msgid "" "## captured on %(when)s\n" msgstr "" "# -*- python -*-\n" -"# -*- קידוד: %(charset)s -*-\n" +"# -*- coding: %(charset)s -*-\n" "## \"%(listname)s\" הגדרות תצורה של רשימת דיוור\n" "## צולם ב- %(when)s\n" |