add French locale

This commit is contained in:
Frédéric Péters 2015-07-06 13:49:22 +02:00
parent df1ca5b574
commit 7835f218ad
2 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,74 @@
# welco - multichannel request processing
# Copyright (C) 2015 Entr'ouvert
# This file is distributed under the same license as the welco package.
# Frederic Peters <fpeters@entrouvert.com>, 2015
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: welco 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-06 13:46+0200\n"
"PO-Revision-Date: 2015-07-06 13:46+0200\n"
"Last-Translator: Frederic Peters <fpeters@entrouvert.com>\n"
"Language: fr\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"
#: sources/mail/models.py:23
msgid "Mail"
msgstr "Courrier"
#: sources/mail/models.py:25
msgid "Content"
msgstr "Contenu"
#: sources/mail/templates/welco/mail_home.html:2
msgid "Mails"
msgstr "Courriers"
#: templates/welco/home.html:10
msgid "Knowledge Database"
msgstr "Base de connaissance"
#: templates/welco/home.html:57
msgid "Contacts"
msgstr "Contacts"
#: templates/welco/home.html:61
msgid "Search:"
msgstr "Recherche :"
#: templates/welco/home.html:62
msgid "Name, phone, etc."
msgstr "Nom, téléphone, etc."
#: templates/welco/home.html:66
msgid "Create new contact"
msgstr "Créer un nouveau contact"
#: templates/welco/home.html:71
msgid "Qualification"
msgstr "Qualification"
#: templates/welco/home.html:74
msgid "Fill new request:"
msgstr "Saisir une nouvelle demande :"
#: templates/welco/home.html:77
msgid "Municipal Room Reservation"
msgstr "Réservation de salle municipale"
#: templates/welco/home.html:83
msgid "Object:"
msgstr "Objet :"
#: templates/welco/home.html:87
msgid "Tag:"
msgstr "Tag :"
#: templates/welco/home.html:90
msgid "Done"
msgstr "Terminé"

View File

@ -80,6 +80,7 @@ USE_L10N = True
USE_TZ = True
LOCALE_PATHS = (os.path.join(BASE_DIR, 'welco', 'locale'), )
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.7/howto/static-files/