diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-22 00:59:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-22 00:59:55 +0200 |
commit | 222c13535fa4ef3938d6ba820122c12735bdbdc1 (patch) | |
tree | fb22ddf5c272fa6523fbc079bcf2201397893647 /archaeological_warehouse | |
parent | 4ccbb4bef309571159c9558cca5da04987a68646 (diff) | |
download | Ishtar-222c13535fa4ef3938d6ba820122c12735bdbdc1.tar.bz2 Ishtar-222c13535fa4ef3938d6ba820122c12735bdbdc1.zip |
Djangoization - Major refactoring (step 16)
* regeneration of all french translations
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r-- | archaeological_warehouse/locale/fr/LC_MESSAGES/django.po | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/archaeological_warehouse/locale/fr/LC_MESSAGES/django.po b/archaeological_warehouse/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 000000000..75de58963 --- /dev/null +++ b/archaeological_warehouse/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,155 @@ +# Ishtar po translation. +# Copyright (C) 2010-2011 +# This file is distributed under the same license as the Ishtar package. +# Étienne Loks <etienne.loks at peacefrogs net>, 2010-2011. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: alpha\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-22 00:40+0200\n" +"PO-Revision-Date: 2010-12-09\n" +"Last-Translator: Étienne Loks <etienne.loks at peacefrogs net>\n" +"Language-Team: \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" + +#: forms.py:33 forms.py:88 models.py:42 models.py:67 +msgid "Warehouse" +msgstr "Dépôt" + +#: forms.py:41 models.py:34 +msgid "Name" +msgstr "Nom" + +#: forms.py:43 models.py:30 models.py:36 +msgid "Warehouse type" +msgstr "Type de dépôt" + +#: forms.py:45 models.py:38 +msgid "Person in charge" +msgstr "Responsable" + +#: forms.py:50 forms.py:93 models.py:39 models.py:71 +msgid "Comment" +msgstr "Commentaire" + +#: forms.py:52 +msgid "Address" +msgstr "Adresse" + +#: forms.py:54 +msgid "Address complement" +msgstr "Complément d'adresse" + +#: forms.py:56 +msgid "Postal code" +msgstr "Code postal" + +#: forms.py:58 forms.py:62 +msgid "Town" +msgstr "Commune" + +#: forms.py:59 +msgid "Country" +msgstr "Pays" + +#: forms.py:61 +msgid "Phone" +msgstr "Téléphone" + +#: forms.py:85 models.py:74 +msgid "Container" +msgstr "Contenant" + +#: forms.py:86 forms.py:115 models.py:59 models.py:70 +msgid "Reference" +msgstr "Référence" + +#: forms.py:87 forms.py:114 models.py:62 models.py:69 +msgid "Container type" +msgstr "Type de contenant" + +#: forms.py:125 +msgid "Container search" +msgstr "Recherche de conteneur" + +#: forms.py:127 +msgid "You should select a container." +msgstr "Vous devez sélectionner un conteneur." + +#: forms.py:128 +msgid "Add a new container" +msgstr "Ajouter un nouveau conteneur." + +#: forms.py:131 ishtar_menu.py:31 views.py:92 +msgid "Packaging" +msgstr "Conditionnement" + +#: forms.py:136 +msgid "Packager" +msgstr "Personne assurant le conditionnement" + +#: forms.py:140 +msgid "Date" +msgstr "Date" + +#: forms.py:149 +msgid "Packaged finds" +msgstr "Mobilier conditionné" + +#: ishtar_menu.py:29 +msgid "Find" +msgstr "Mobilier" + +#: models.py:31 +msgid "Warehouse types" +msgstr "Types de dépôts" + +#: models.py:43 +msgid "Warehouses" +msgstr "Dépôts" + +#: models.py:45 +msgid "Can view own Warehouse" +msgstr "Peut voir son propre Dépôt" + +#: models.py:46 +msgid "Can add own Warehouse" +msgstr "Peut ajouter son propre Dépôt" + +#: models.py:47 +msgid "Can change own Warehouse" +msgstr "Peut changer son propre Dépôt" + +#: models.py:48 +msgid "Can delete own Warehouse" +msgstr "Peut supprimer son propre Dépôt" + +#: models.py:55 +msgid "Length (mm)" +msgstr "Longueur (mm) :" + +#: models.py:56 +msgid "Width (mm)" +msgstr "Largeur (mm) :" + +#: models.py:57 +msgid "Height (mm)" +msgstr "Hauteur (mm)" + +#: models.py:58 +msgid "Volume (l)" +msgstr "Volume (l)" + +#: models.py:63 +msgid "Container types" +msgstr "Types de contenant" + +#: models.py:75 +msgid "Containers" +msgstr "Contenants" |