Author: mtredinnick Date: 2008-08-21 10:13:52 -0500 (Thu, 21 Aug 2008) New Revision: 8463
Modified: django/trunk/django/conf/locale/fr/LC_MESSAGES/django.mo django/trunk/django/conf/locale/fr/LC_MESSAGES/django.po Log: Fixed #8446 -- Typo fix in the French translation. Thanks, steadicat. Modified: django/trunk/django/conf/locale/fr/LC_MESSAGES/django.mo =================================================================== (Binary files differ) Modified: django/trunk/django/conf/locale/fr/LC_MESSAGES/django.po =================================================================== --- django/trunk/django/conf/locale/fr/LC_MESSAGES/django.po 2008-08-21 15:08:41 UTC (rev 8462) +++ django/trunk/django/conf/locale/fr/LC_MESSAGES/django.po 2008-08-21 15:13:52 UTC (rev 8463) @@ -7,7 +7,7 @@ "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-03-16 15:42+0100\n" -"PO-Revision-Date: 2008-03-17 00:00+0100\n" +"PO-Revision-Date: 2008-08-20 16:40+0300\n" "Last-Translator: Baptiste <baptiste.goupil_at_google_email.com>\n" "Language-Team: français <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" @@ -4077,11 +4077,11 @@ #: utils/dateformat.py:47 msgid "PM" -msgstr "Matin" +msgstr "Après-midi" #: utils/dateformat.py:48 msgid "AM" -msgstr "Après-midi" +msgstr "Matin" #: utils/dateformat.py:97 msgid "midnight" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
