From ed708c69c6cfb56c6557585996c44ebd5f3906c0 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Fri, 29 Nov 2013 18:18:55 +0100 Subject: [PATCH] Adds a french translation. --- polymorphic/locale/en/LC_MESSAGES/django.po | 36 ++++++++++++++++++++ polymorphic/locale/fr/LC_MESSAGES/django.po | 37 +++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 polymorphic/locale/en/LC_MESSAGES/django.po create mode 100644 polymorphic/locale/fr/LC_MESSAGES/django.po diff --git a/polymorphic/locale/en/LC_MESSAGES/django.po b/polymorphic/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000..8766f6a --- /dev/null +++ b/polymorphic/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,36 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-11-29 18:12+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: admin.py:41 +msgid "Type" +msgstr "" + +#: admin.py:56 +msgid "Content type" +msgstr "" + +# This is already translated in Django +#: admin.py:333 +#, python-format +#msgid "Add %s" +#msgstr "" + +#: admin.py:403 +msgid "Contents" +msgstr "" diff --git a/polymorphic/locale/fr/LC_MESSAGES/django.po b/polymorphic/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..052bc0d --- /dev/null +++ b/polymorphic/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,37 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-11-29 18:12+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: admin.py:41 +msgid "Type" +msgstr "Type" + +#: admin.py:56 +msgid "Content type" +msgstr "Type de contenu" + +# This is already translated in Django +#: admin.py:333 +#, python-format +#msgid "Add %s" +#msgstr "" + +#: admin.py:403 +msgid "Contents" +msgstr "Contenus"