summaryrefslogtreecommitdiff
path: root/tests/i18n/other/locale/fr/LC_MESSAGES/django.po
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i18n/other/locale/fr/LC_MESSAGES/django.po')
-rw-r--r--tests/i18n/other/locale/fr/LC_MESSAGES/django.po27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/i18n/other/locale/fr/LC_MESSAGES/django.po b/tests/i18n/other/locale/fr/LC_MESSAGES/django.po
new file mode 100644
index 0000000000..dafb6139ae
--- /dev/null
+++ b/tests/i18n/other/locale/fr/LC_MESSAGES/django.po
@@ -0,0 +1,27 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: django tests\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-14 17:33+0100\n"
+"PO-Revision-Date: 2011-01-21 21:37-0300\n"
+"Last-Translator: Claude\n"
+"Language-Team: fr <fr@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#: template.html:3
+# Note: Intentional: variable name is translated.
+msgid "My name is %(person)s."
+msgstr "Mon nom est %(personne)s."
+
+#: template.html:3
+# Note: Intentional: the variable name is badly formatted (missing 's' at the end)
+msgid "My other name is %(person)s."
+msgstr "Mon autre nom est %(person)." \ No newline at end of file