mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
added french locale, thanks to Roland Frédéric. changed german locale
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@38 cfb8ba98-e953-0410-9cff-959ffddf5974 committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974> --HG-- extra : convert_revision : 5911dc3ecd0c373c4764b0b7a9ad0347955bb50f
This commit is contained in:
parent
49b5772b57
commit
052e7ae0fb
3 changed files with 47 additions and 6 deletions
|
|
@ -1,8 +1,3 @@
|
|||
# Django Dbtemplates.
|
||||
# Copyright (C) 2007-2008 Jannis Leidel
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Jannis Leidel <jannis@leidel.info>, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.4\n"
|
||||
|
|
@ -10,10 +5,11 @@ msgstr ""
|
|||
"POT-Creation-Date: 2008-08-19 17:09+0200\n"
|
||||
"PO-Revision-Date: 2008-08-19 17:11+0100\n"
|
||||
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language-Team: Jannis Leidel <jannis@leidel.info>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-Language: German\n"
|
||||
|
||||
#: admin.py:9
|
||||
msgid "Date information"
|
||||
|
|
|
|||
BIN
dbtemplates/locale/fr/LC_MESSAGES/django.mo
Normal file
BIN
dbtemplates/locale/fr/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
45
dbtemplates/locale/fr/LC_MESSAGES/django.po
Normal file
45
dbtemplates/locale/fr/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-07-29 13:19+0200\n"
|
||||
"PO-Revision-Date: 2008-08-09 21:39+0100\n"
|
||||
"Last-Translator: Roland Frédéric <frederic.roland@creativeconvergence.be>\n"
|
||||
"Language-Team: Frédéric Roland <frederic.roland@creativeconvergence.be>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-Language: French\n"
|
||||
|
||||
#: admin.py:9
|
||||
msgid "Date information"
|
||||
msgstr "Date"
|
||||
|
||||
#: models.py:14
|
||||
msgid "name"
|
||||
msgstr "nom"
|
||||
|
||||
#: models.py:14
|
||||
msgid "Example: 'flatpages/default.html'"
|
||||
msgstr "Exemple: 'flatpages/default.html'"
|
||||
|
||||
#: models.py:15
|
||||
msgid "content"
|
||||
msgstr "contenu"
|
||||
|
||||
#: models.py:17
|
||||
msgid "creation date"
|
||||
msgstr "date de création"
|
||||
|
||||
#: models.py:18
|
||||
msgid "last changed"
|
||||
msgstr "dernier changement"
|
||||
|
||||
#: models.py:22
|
||||
msgid "template"
|
||||
msgstr "modèle"
|
||||
|
||||
#: models.py:23
|
||||
msgid "templates"
|
||||
msgstr "modèles"
|
||||
|
||||
Loading…
Reference in a new issue