diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-14 01:24:47 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-14 01:24:47 +0100 | 
| commit | 8713dc19cb4ae5c7d2539add214e6b2c4f5ac670 (patch) | |
| tree | 15c3d82fff33d194d5be61d461f71063ff0e1141 | |
| parent | dc3dd6ffd4be05b613a4bbba56e907b7ca2dea02 (diff) | |
| download | Ishtar-8713dc19cb4ae5c7d2539add214e6b2c4f5ac670.tar.bz2 Ishtar-8713dc19cb4ae5c7d2539add214e6b2c4f5ac670.zip  | |
Update of the french translation
| -rw-r--r-- | ishtar/furnitures/forms.py | 6 | ||||
| -rw-r--r-- | ishtar/locale/fr/LC_MESSAGES/django.po | 489 | 
2 files changed, 266 insertions, 229 deletions
diff --git a/ishtar/furnitures/forms.py b/ishtar/furnitures/forms.py index 5abfe90f9..376287d68 100644 --- a/ishtar/furnitures/forms.py +++ b/ishtar/furnitures/forms.py @@ -677,9 +677,6 @@ class OperationWizard(Wizard):                      towns.append((town.pk, unicode(town)))              except (ValueError, ObjectDoesNotExist):                  pass -            if not data: -                # by default fill with all towns -                data['towns'] = towns              data['TOWNS'] = sorted(towns, key=lambda x:x[1])          data = data or None          form = super(OperationWizard, self).get_form(request, storage, step, @@ -739,7 +736,8 @@ class OperationFormReference(forms.Form):              max_val = models.Operation.objects.filter(year=year).aggregate(                                  Max('operation_code'))["operation_code__max"]              raise forms.ValidationError(_(u"Operation code already exist for " -                "year: %d - use a value bigger than %d") % (year, max_val)) +"year: %(year)d - use a value bigger than %(last_val)d") % {'year':year, +                                                            'last_val':max_val})          return cleaned_data  class SelectedTownForm(forms.Form): diff --git a/ishtar/locale/fr/LC_MESSAGES/django.po b/ishtar/locale/fr/LC_MESSAGES/django.po index db1adfc54..3fd33ae04 100644 --- a/ishtar/locale/fr/LC_MESSAGES/django.po +++ b/ishtar/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid ""  msgstr ""  "Project-Id-Version: alpha\n"  "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-09 04:15+0100\n" +"POT-Creation-Date: 2011-01-14 01:19+0100\n"  "PO-Revision-Date: 2010-12-09\n"  "Last-Translator: Étienne Loks <etienne.loks at peacefrogs net>\n"  "Language-Team: \n" @@ -18,7 +18,8 @@ msgstr ""  "Content-Transfer-Encoding: 8bit\n"  "Plural-Forms: nplurals=2; plural=n>1;\n" -#: furnitures/context_processors.py:42 furnitures/forms.py:427 +#: furnitures/context_processors.py:42 furnitures/forms.py:447 +#: furnitures/forms.py:699  msgid "Archaelogical file"  msgstr "Dossier archéologique" @@ -26,113 +27,165 @@ msgstr "Dossier archéologique"  msgid "Confirm"  msgstr "Confirmation" -#: furnitures/forms.py:429 +#: furnitures/forms.py:450  msgid "References/location"  msgstr "Référence/lieu" -#: furnitures/forms.py:435 +#: furnitures/forms.py:456 furnitures/forms.py:689  msgid "General"  msgstr "Général" -#: furnitures/forms.py:438 furnitures/models.py:231 furnitures/models.py:504 +#: furnitures/forms.py:459 furnitures/models.py:237 furnitures/models.py:519  msgid "Person in charge"  msgstr "Responsable" -#: furnitures/forms.py:442 furnitures/forms.py:456 furnitures/forms.py:508 -#: furnitures/models.py:224 furnitures/models.py:328 +#: furnitures/forms.py:464 furnitures/forms.py:480 furnitures/forms.py:536 +#: furnitures/forms.py:709 furnitures/models.py:230 furnitures/models.py:302 +#: furnitures/models.py:343  msgid "Year"  msgstr "Année" -#: furnitures/forms.py:444 furnitures/forms.py:458 furnitures/models.py:226 +#: furnitures/forms.py:468 furnitures/forms.py:482 furnitures/models.py:232  msgid "Numeric reference"  msgstr "Référence numérique" -#: furnitures/forms.py:446 furnitures/forms.py:460 furnitures/models.py:227 +#: furnitures/forms.py:470 furnitures/forms.py:484 furnitures/models.py:233  msgid "Internal reference"  msgstr "Référence interne" -#: furnitures/forms.py:448 furnitures/models.py:236 +#: furnitures/forms.py:472 furnitures/models.py:242  msgid "Creation date"  msgstr "Date de création" -#: furnitures/forms.py:450 furnitures/models.py:229 +#: furnitures/forms.py:474 furnitures/models.py:235  msgid "File type"  msgstr "Type de dossier" -#: furnitures/forms.py:452 furnitures/models.py:71 furnitures/models.py:253 -#: furnitures/models.py:306 furnitures/models.py:505 furnitures/models.py:573 +#: furnitures/forms.py:476 furnitures/forms.py:713 furnitures/models.py:71 +#: furnitures/models.py:259 furnitures/models.py:315 furnitures/models.py:520 +#: furnitures/models.py:588  msgid "Comment"  msgstr "Commentaire" -#: furnitures/forms.py:464 furnitures/models.py:116 +#: furnitures/forms.py:488 furnitures/models.py:117  msgid "Address"  msgstr "Adresse" -#: furnitures/forms.py:466 furnitures/models.py:245 +#: furnitures/forms.py:490 furnitures/models.py:251  msgid "Total surface"  msgstr "Surface totale" -#: furnitures/forms.py:467 furnitures/models.py:248 +#: furnitures/forms.py:493 furnitures/models.py:254  msgid "Main address"  msgstr "Adresse principale" -#: furnitures/forms.py:468 furnitures/models.py:249 +#: furnitures/forms.py:494 furnitures/models.py:255  msgid "Main address - complement"  msgstr "Adresse principale - complément" -#: furnitures/forms.py:469 furnitures/models.py:251 +#: furnitures/forms.py:495 furnitures/models.py:257  msgid "Main address - postal code"  msgstr "Adresse principale - code postal" -#: furnitures/forms.py:473 furnitures/forms.py:497 furnitures/models.py:606 +#: furnitures/forms.py:499 furnitures/forms.py:525 furnitures/forms.py:744 +#: furnitures/forms.py:765 furnitures/models.py:621  msgid "Towns"  msgstr "Communes" -#: furnitures/forms.py:476 furnitures/forms.py:502 furnitures/models.py:121 -#: furnitures/models.py:330 furnitures/models.py:605 +#: furnitures/forms.py:502 furnitures/forms.py:530 furnitures/forms.py:746 +#: furnitures/models.py:122 furnitures/models.py:345 furnitures/models.py:620  msgid "Town"  msgstr "Commune" -#: furnitures/forms.py:493 +#: furnitures/forms.py:521  msgid "There are identical towns."  msgstr "Il y a des communes identiques." -#: furnitures/forms.py:500 furnitures/forms.py:546 furnitures/models.py:336 +#: furnitures/forms.py:528 furnitures/forms.py:576 furnitures/models.py:351  msgid "Parcels"  msgstr "Parcelles" -#: furnitures/forms.py:504 furnitures/models.py:331 +#: furnitures/forms.py:532 furnitures/models.py:346  msgid "Section"  msgstr "Section" -#: furnitures/forms.py:506 furnitures/models.py:332 +#: furnitures/forms.py:534 furnitures/models.py:347  msgid "Parcel number"  msgstr "Numéro de parcelle" -#: furnitures/forms.py:541 +#: furnitures/forms.py:571  msgid "There are identical parcels."  msgstr "Il y a des parcelles identiques." -#: furnitures/forms.py:549 +#: furnitures/forms.py:579  msgid "Preventive informations"  msgstr "Information archéologie préventive" -#: furnitures/forms.py:552 furnitures/models.py:233 +#: furnitures/forms.py:582 furnitures/models.py:239  msgid "General contractor"  msgstr "Aménageur" -#: furnitures/forms.py:558 furnitures/models.py:246 +#: furnitures/forms.py:589 furnitures/models.py:252  msgid "Total developed surface"  msgstr "Surface totale aménagée" -#: furnitures/forms.py:560 +#: furnitures/forms.py:593  msgid "Saisine type"  msgstr "Type de saisine" -#: furnitures/forms.py:562 furnitures/models.py:238 +#: furnitures/forms.py:595 furnitures/models.py:244  msgid "Reception date"  msgstr "Date de réception" +#: furnitures/forms.py:694 furnitures/models.py:543 +msgid "Person in charge of the operation" +msgstr "Responsable d'opération" + +#: furnitures/forms.py:703 furnitures/models.py:289 furnitures/models.py:307 +msgid "Operation type" +msgstr "Type d'opération" + +#: furnitures/forms.py:705 furnitures/models.py:298 furnitures/models.py:360 +#: furnitures/models.py:383 furnitures/models.py:499 furnitures/models.py:638 +#: furnitures/models.py:677 +msgid "Start date" +msgstr "Date de début" + +#: furnitures/forms.py:707 furnitures/models.py:299 furnitures/models.py:361 +#: furnitures/models.py:384 furnitures/models.py:500 furnitures/models.py:639 +#: furnitures/models.py:678 +msgid "End date" +msgstr "Date de fin" + +#: furnitures/forms.py:717 +msgid "References" +msgstr "Référence" + +#: furnitures/forms.py:727 +msgid "Code DRACAR" +msgstr "Code DRACAR" + +#: furnitures/forms.py:738 +#, python-format +msgid "" +"Operation code already exist for year: %(year)d - use a value bigger than " +"%(last_val)d" +msgstr "" +"Ce code d'opération existe déjà pour l'année %(year)d - utilisez une valeur " +"plus grande que %(last_val)d" + +#: furnitures/forms.py:768 furnitures/forms.py:793 furnitures/models.py:295 +msgid "Remain types" +msgstr "Types de vestige" + +#: furnitures/forms.py:770 furnitures/models.py:294 +msgid "Remain type" +msgstr "Type de vestige" + +#: furnitures/forms.py:788 +msgid "There are identical remain types." +msgstr "Il y a des types de vestige identiques." +  #: furnitures/menus.py:61  msgid "File management"  msgstr "Gestion des dossiers" @@ -149,6 +202,14 @@ msgstr "Modification de dossier"  msgid "File deletion"  msgstr "Suppression de dossier" +#: furnitures/menus.py:70 +msgid "Operation management" +msgstr "Gestion des opérations" + +#: furnitures/menus.py:72 +msgid "Operation creation" +msgstr "Création de l'opération" +  #: furnitures/models.py:44  msgid "Not a valid item."  msgstr "Élément invalide." @@ -157,8 +218,8 @@ msgstr "Élément invalide."  msgid "This item already exist."  msgstr "Cet élément existe déjà." -#: furnitures/models.py:68 furnitures/models.py:105 furnitures/models.py:379 -#: furnitures/models.py:430 furnitures/models.py:454 +#: furnitures/models.py:68 furnitures/models.py:106 furnitures/models.py:394 +#: furnitures/models.py:445 furnitures/models.py:469  msgid "Label"  msgstr "Libellé" @@ -170,683 +231,661 @@ msgstr "Identifiant textuel"  msgid "Available"  msgstr "Disponible" -#: furnitures/models.py:87 +#: furnitures/models.py:88  msgid "Last modifier"  msgstr "Dernier modifieur" -#: furnitures/models.py:106 +#: furnitures/models.py:107  msgid "Number"  msgstr "Nombre" -#: furnitures/models.py:109 +#: furnitures/models.py:110  msgid "Departement"  msgstr "Département" -#: furnitures/models.py:110 +#: furnitures/models.py:111  msgid "Departements"  msgstr "Départements" -#: furnitures/models.py:117 +#: furnitures/models.py:118  msgid "Address complement"  msgstr "Complément d'adresse" -#: furnitures/models.py:119 +#: furnitures/models.py:120  msgid "Postal code"  msgstr "Code postal" -#: furnitures/models.py:122 +#: furnitures/models.py:123  msgid "Country"  msgstr "Pays" -#: furnitures/models.py:124 +#: furnitures/models.py:125  msgid "Phone"  msgstr "Téléphone" -#: furnitures/models.py:125 +#: furnitures/models.py:126  msgid "Mobile phone"  msgstr "Téléphone portable" -#: furnitures/models.py:134 +#: furnitures/models.py:135  msgid "Organization type"  msgstr "Type d'organisation" -#: furnitures/models.py:135 +#: furnitures/models.py:136  msgid "Organization types"  msgstr "Types d'organisation" -#: furnitures/models.py:138 furnitures/models.py:168 furnitures/models.py:290 -#: furnitures/models.py:500 furnitures/models.py:595 +#: furnitures/models.py:139 furnitures/models.py:169 furnitures/models.py:515 +#: furnitures/models.py:610  msgid "Name"  msgstr "Nom" -#: furnitures/models.py:140 furnitures/models.py:170 furnitures/models.py:411 +#: furnitures/models.py:141 furnitures/models.py:171 furnitures/models.py:426  msgid "Type"  msgstr "Type" -#: furnitures/models.py:143 +#: furnitures/models.py:144  msgid "Organization"  msgstr "Organisation" -#: furnitures/models.py:144 +#: furnitures/models.py:145  msgid "Organizations"  msgstr "Organisations" -#: furnitures/models.py:146 +#: furnitures/models.py:147  msgid "Can view own Organization"  msgstr "Peut voir sa propre Organisation" -#: furnitures/models.py:147 +#: furnitures/models.py:148  msgid "Can add own Organization"  msgstr "Peut ajouter sa propre Organisation" -#: furnitures/models.py:148 +#: furnitures/models.py:149  msgid "Can change own Organization"  msgstr "Peut changer sa propre Organisation" -#: furnitures/models.py:149 +#: furnitures/models.py:150  msgid "Can delete own Organization"  msgstr "Peut supprimer sa propre Organisation" -#: furnitures/models.py:157 +#: furnitures/models.py:158  msgid "Person type"  msgstr "Type d'individu" -#: furnitures/models.py:158 +#: furnitures/models.py:159  msgid "Person types"  msgstr "Types d'individu" -#: furnitures/models.py:161 +#: furnitures/models.py:162  msgid "Mr"  msgstr "M" -#: furnitures/models.py:162 +#: furnitures/models.py:163  msgid "Miss"  msgstr "Mlle" -#: furnitures/models.py:163 +#: furnitures/models.py:164  msgid "Mrs"  msgstr "Mme" -#: furnitures/models.py:164 +#: furnitures/models.py:165  msgid "Doctor"  msgstr "Dr" -#: furnitures/models.py:166 furnitures/models.py:410 +#: furnitures/models.py:167 furnitures/models.py:425  msgid "Title"  msgstr "Titre" -#: furnitures/models.py:167 +#: furnitures/models.py:168  msgid "Surname"  msgstr "Prénom" -#: furnitures/models.py:169 +#: furnitures/models.py:170  msgid "Email"  msgstr "Courriel" -#: furnitures/models.py:172 +#: furnitures/models.py:173  msgid "Is attached to"  msgstr "Est rattaché à" -#: furnitures/models.py:173 +#: furnitures/models.py:174  msgid "Is an author?"  msgstr "Est un auteur ?" -#: furnitures/models.py:175 +#: furnitures/models.py:176  msgid "In charge of a storage?"  msgstr "Est responsable d'un dépôt ?" -#: furnitures/models.py:179 furnitures/models.py:195 furnitures/models.py:624 -#: furnitures/models.py:648 furnitures/models.py:663 +#: furnitures/models.py:180 furnitures/models.py:201 furnitures/models.py:637 +#: furnitures/models.py:661 furnitures/models.py:676  msgid "Person"  msgstr "Individu" -#: furnitures/models.py:180 +#: furnitures/models.py:181  msgid "Persons"  msgstr "Individus" -#: furnitures/models.py:182 +#: furnitures/models.py:183  msgid "Can view Person"  msgstr "Peut voir les Personnes" -#: furnitures/models.py:183 +#: furnitures/models.py:184  msgid "Can view own Person"  msgstr "Peut voir sa propre Personne" -#: furnitures/models.py:184 +#: furnitures/models.py:185  msgid "Can add own Person"  msgstr "Peut ajouter sa propre Personne" -#: furnitures/models.py:185 +#: furnitures/models.py:186  msgid "Can change own Person"  msgstr "Peut changer sa propre Personne" -#: furnitures/models.py:186 +#: furnitures/models.py:187  msgid "Can delete own Person"  msgstr "Peut supprimer sa propre Personne" -#: furnitures/models.py:194 +#: furnitures/models.py:200  msgid "User"  msgstr "Utilisateur" -#: furnitures/models.py:198 +#: furnitures/models.py:204  msgid "Ishtar user"  msgstr "Utilisateur d'Ishtar" -#: furnitures/models.py:199 +#: furnitures/models.py:205  msgid "Ishtar users"  msgstr "Utilisateurs d'Ishtar" -#: furnitures/models.py:204 +#: furnitures/models.py:210  msgid "Archaeological file type"  msgstr "Type de dossier archéologique" -#: furnitures/models.py:205 +#: furnitures/models.py:211  msgid "Archaeological file types"  msgstr "Types de dossier archéologique" -#: furnitures/models.py:218 +#: furnitures/models.py:224  msgid "Delay (in days)"  msgstr "Delai (en jours)" -#: furnitures/models.py:234 +#: furnitures/models.py:240  msgid "Is active?"  msgstr "Est actif ?" -#: furnitures/models.py:243 +#: furnitures/models.py:249  msgid "Reference number"  msgstr "Référence" -#: furnitures/models.py:257 +#: furnitures/models.py:263  msgid "Archaeological file"  msgstr "Dossier archéologique" -#: furnitures/models.py:258 +#: furnitures/models.py:264  msgid "Archaeological files"  msgstr "Dossiers archéologiques" -#: furnitures/models.py:260 +#: furnitures/models.py:266  msgid "Can view own Archaelogical file"  msgstr "Peut voir son propre Dossier archéologique" -#: furnitures/models.py:261 +#: furnitures/models.py:267  msgid "Can add own Archaelogical file"  msgstr "Peut ajouter son propre Dossier archéologique" -#: furnitures/models.py:262 +#: furnitures/models.py:268  msgid "Can change own Archaelogical file"  msgstr "Peut changer son propre Dossier archéologique" -#: furnitures/models.py:263 +#: furnitures/models.py:269  msgid "Can delete own Archaelogical file"  msgstr "Peut supprimer son propre Dossier archéologique" -#: furnitures/models.py:281 furnitures/models.py:299 -msgid "Operation type" -msgstr "Type d'opération" +#: furnitures/models.py:272 furnitures/models.py:329 +msgid "Intercommunal" +msgstr "Intercommunal" -#: furnitures/models.py:282 +#: furnitures/models.py:290  msgid "Operation types"  msgstr "Types d'opération" -#: furnitures/models.py:286 -msgid "Vestige type" -msgstr "Type de vestige" - -#: furnitures/models.py:287 -msgid "Vestige types" -msgstr "Types de vestige" - -#: furnitures/models.py:291 furnitures/models.py:345 furnitures/models.py:368 -#: furnitures/models.py:484 furnitures/models.py:625 furnitures/models.py:664 -msgid "Start date" -msgstr "Date de début" - -#: furnitures/models.py:292 furnitures/models.py:346 furnitures/models.py:369 -#: furnitures/models.py:485 furnitures/models.py:626 furnitures/models.py:665 -msgid "End date" -msgstr "Date de fin" - -#: furnitures/models.py:294 +#: furnitures/models.py:301  msgid "In charge"  msgstr "Responsable" -#: furnitures/models.py:295 +#: furnitures/models.py:303  msgid "Operation code"  msgstr "Code de l'opération" -#: furnitures/models.py:297 furnitures/models.py:325 +#: furnitures/models.py:305 furnitures/models.py:340  msgid "File"  msgstr "Dossier" -#: furnitures/models.py:310 furnitures/models.py:327 furnitures/models.py:536 +#: furnitures/models.py:319 furnitures/models.py:342 furnitures/models.py:551  msgid "Operation"  msgstr "Opération" -#: furnitures/models.py:311 +#: furnitures/models.py:320  msgid "Operations"  msgstr "Opérations" -#: furnitures/models.py:313 +#: furnitures/models.py:322  msgid "Can view own Operation"  msgstr "Peut voir sa propre Opération" -#: furnitures/models.py:314 +#: furnitures/models.py:323  msgid "Can add own Operation"  msgstr "Peut ajouter sa propre Opération" -#: furnitures/models.py:315 +#: furnitures/models.py:324  msgid "Can change own Operation"  msgstr "Peut changer sa propre Opération" -#: furnitures/models.py:316 +#: furnitures/models.py:325  msgid "Can delete own Operation"  msgstr "Peut supprimer sa propre Opération" -#: furnitures/models.py:335 furnitures/models.py:378 furnitures/models.py:483 +#: furnitures/models.py:350 furnitures/models.py:393 furnitures/models.py:498  msgid "Parcel"  msgstr "Parcelle" -#: furnitures/models.py:344 furnitures/models.py:453 +#: furnitures/models.py:359 furnitures/models.py:468  msgid "Order"  msgstr "Ordre" -#: furnitures/models.py:347 +#: furnitures/models.py:362  msgid "Parent period"  msgstr "Période parente" -#: furnitures/models.py:350 +#: furnitures/models.py:365  msgid "Type Period"  msgstr "Type de période" -#: furnitures/models.py:351 +#: furnitures/models.py:366  msgid "Types Period"  msgstr "Types de période" -#: furnitures/models.py:358 furnitures/models.py:370 +#: furnitures/models.py:373 furnitures/models.py:385  msgid "Dating type"  msgstr "Type de datation" -#: furnitures/models.py:359 +#: furnitures/models.py:374  msgid "Dating types"  msgstr "Types de datation" -#: furnitures/models.py:363 +#: furnitures/models.py:378  msgid "Dating quality"  msgstr "Qualité de datation" -#: furnitures/models.py:364 +#: furnitures/models.py:379  msgid "Dating qualities"  msgstr "Qualités de datation" -#: furnitures/models.py:367 +#: furnitures/models.py:382  msgid "Period"  msgstr "Période" -#: furnitures/models.py:371 +#: furnitures/models.py:386  msgid "Quality"  msgstr "Qualité" -#: furnitures/models.py:374 furnitures/models.py:465 +#: furnitures/models.py:389 furnitures/models.py:480  msgid "Dating"  msgstr "Datation" -#: furnitures/models.py:375 +#: furnitures/models.py:390  msgid "Datings"  msgstr "Datations" -#: furnitures/models.py:380 furnitures/models.py:431 furnitures/models.py:455 +#: furnitures/models.py:395 furnitures/models.py:446 furnitures/models.py:470  msgid "Description"  msgstr "Description" -#: furnitures/models.py:381 furnitures/models.py:557 +#: furnitures/models.py:396 furnitures/models.py:572  msgid "Lenght"  msgstr "Longueur" -#: furnitures/models.py:382 furnitures/models.py:558 +#: furnitures/models.py:397 furnitures/models.py:573  msgid "Width"  msgstr "Largeur" -#: furnitures/models.py:383 +#: furnitures/models.py:398  msgid "Thickness"  msgstr "Épaisseur" -#: furnitures/models.py:384 +#: furnitures/models.py:399  msgid "Depth"  msgstr "Profondeur" -#: furnitures/models.py:386 +#: furnitures/models.py:401  msgid "Interpretation"  msgstr "Interpretation" -#: furnitures/models.py:387 +#: furnitures/models.py:402  msgid "Filling"  msgstr "Remplissage" -#: furnitures/models.py:392 furnitures/models.py:433 +#: furnitures/models.py:407 furnitures/models.py:448  msgid "Registration Unit"  msgstr "Unité d'Enregistrement" -#: furnitures/models.py:393 +#: furnitures/models.py:408  msgid "Registration Units"  msgstr "Unités d'Enregistrement" -#: furnitures/models.py:395 +#: furnitures/models.py:410  msgid "Can view own Registration Unit"  msgstr "Peut voir sa propre Unité d'Enregistrement" -#: furnitures/models.py:396 +#: furnitures/models.py:411  msgid "Can add own Registration Unit"  msgstr "Peut ajouter sa propre Unité d'Enregistrement" -#: furnitures/models.py:397 +#: furnitures/models.py:412  msgid "Can change own Registration Unit"  msgstr "Peut changer sa propre Unité d'Enregistrement" -#: furnitures/models.py:398 +#: furnitures/models.py:413  msgid "Can delete own Registration Unit"  msgstr "Peut supprimer sa propre Unité d'Enregistrement" -#: furnitures/models.py:406 +#: furnitures/models.py:421  msgid "Source type"  msgstr "Type de source" -#: furnitures/models.py:407 +#: furnitures/models.py:422  msgid "Source types"  msgstr "Types de source" -#: furnitures/models.py:414 furnitures/models.py:649 +#: furnitures/models.py:429 furnitures/models.py:662  msgid "Source"  msgstr "Source" -#: furnitures/models.py:415 +#: furnitures/models.py:430  msgid "Sources"  msgstr "Sources" -#: furnitures/models.py:421 +#: furnitures/models.py:436  msgid "Recommendation"  msgstr "Recommendation" -#: furnitures/models.py:423 +#: furnitures/models.py:438  msgid "Parent material"  msgstr "Matériau parent" -#: furnitures/models.py:426 furnitures/models.py:457 +#: furnitures/models.py:441 furnitures/models.py:472  msgid "Material type"  msgstr "Type de matériaux" -#: furnitures/models.py:427 +#: furnitures/models.py:442  msgid "Material types"  msgstr "Types de matériaux" -#: furnitures/models.py:434 +#: furnitures/models.py:449  msgid "Is isolated?"  msgstr "Est isolé ?" -#: furnitures/models.py:439 furnitures/models.py:452 +#: furnitures/models.py:454 furnitures/models.py:467  msgid "Base item"  msgstr "Élément de base" -#: furnitures/models.py:440 +#: furnitures/models.py:455  msgid "Base items"  msgstr "Éléments de base" -#: furnitures/models.py:442 +#: furnitures/models.py:457  msgid "Can view own Base item"  msgstr "Peut voir son propre Élément de base" -#: furnitures/models.py:443 +#: furnitures/models.py:458  msgid "Can add own Base item"  msgstr "Peut ajouter son propre Élément de base" -#: furnitures/models.py:444 +#: furnitures/models.py:459  msgid "Can change own Base item"  msgstr "Peut changer son propre Élément de base" -#: furnitures/models.py:445 +#: furnitures/models.py:460  msgid "Can delete own Base item"  msgstr "Peut supprimer son propre Élément de base" -#: furnitures/models.py:458 furnitures/models.py:560 +#: furnitures/models.py:473 furnitures/models.py:575  msgid "Volume"  msgstr "Volume" -#: furnitures/models.py:459 +#: furnitures/models.py:474  msgid "Weight"  msgstr "Poids" -#: furnitures/models.py:460 +#: furnitures/models.py:475  msgid "Item number"  msgstr "Nombre d'éléments" -#: furnitures/models.py:462 +#: furnitures/models.py:477  msgid "Upstream treatment"  msgstr "Traitement amont" -#: furnitures/models.py:464 +#: furnitures/models.py:479  msgid "Downstream treatment"  msgstr "Traitement aval" -#: furnitures/models.py:469 furnitures/models.py:660 +#: furnitures/models.py:484 furnitures/models.py:673  msgid "Item"  msgstr "Élément" -#: furnitures/models.py:470 +#: furnitures/models.py:485  msgid "Items"  msgstr "Éléments" -#: furnitures/models.py:472 +#: furnitures/models.py:487  msgid "Can view own Item"  msgstr "Peut voir son propre Élément" -#: furnitures/models.py:473 +#: furnitures/models.py:488  msgid "Can add own Item"  msgstr "Peut ajouter son propre Élément" -#: furnitures/models.py:474 +#: furnitures/models.py:489  msgid "Can change own Item"  msgstr "Peut changer son propre Élément" -#: furnitures/models.py:475 +#: furnitures/models.py:490  msgid "Can delete own Item"  msgstr "Peut supprimer son propre Élément" -#: furnitures/models.py:482 +#: furnitures/models.py:497  msgid "Owner"  msgstr "Propriétaire" -#: furnitures/models.py:488 +#: furnitures/models.py:503  msgid "Parcel owner"  msgstr "Propriétaire de parcelle" -#: furnitures/models.py:489 +#: furnitures/models.py:504  msgid "Parcel owners"  msgstr "Propriétaires de parcelle" -#: furnitures/models.py:496 furnitures/models.py:502 +#: furnitures/models.py:511 furnitures/models.py:517  msgid "Warehouse type"  msgstr "Type de dépôt" -#: furnitures/models.py:497 +#: furnitures/models.py:512  msgid "Warehouse types"  msgstr "Types de dépôts" -#: furnitures/models.py:508 +#: furnitures/models.py:523  msgid "Warehouse"  msgstr "Dépôt" -#: furnitures/models.py:509 +#: furnitures/models.py:524  msgid "Warehouses"  msgstr "Dépôts" -#: furnitures/models.py:511 +#: furnitures/models.py:526  msgid "Can view own Warehouse"  msgstr "Peut voir son propre Dépôt" -#: furnitures/models.py:512 +#: furnitures/models.py:527  msgid "Can add own Warehouse"  msgstr "Peut ajouter son propre Dépôt" -#: furnitures/models.py:513 +#: furnitures/models.py:528  msgid "Can change own Warehouse"  msgstr "Peut changer son propre Dépôt" -#: furnitures/models.py:514 +#: furnitures/models.py:529  msgid "Can delete own Warehouse"  msgstr "Peut supprimer son propre Dépôt" -#: furnitures/models.py:522 furnitures/models.py:526 +#: furnitures/models.py:537 furnitures/models.py:541  msgid "Act type"  msgstr "Type d'acte" -#: furnitures/models.py:523 +#: furnitures/models.py:538  msgid "Act types"  msgstr "Types d'acte" -#: furnitures/models.py:528 -msgid "Person in charge of the operation" -msgstr "Responsable d'opération" - -#: furnitures/models.py:530 +#: furnitures/models.py:545  msgid "Archaeological preventive operator"  msgstr "Opérateur d'archéologie préventive" -#: furnitures/models.py:532 +#: furnitures/models.py:547  msgid "Person in charge of the scientific part"  msgstr "Responsable scientifique" -#: furnitures/models.py:534 +#: furnitures/models.py:549  msgid "Signatory"  msgstr "Signataire" -#: furnitures/models.py:537 +#: furnitures/models.py:552  msgid "Signature date"  msgstr "Date de signature" -#: furnitures/models.py:538 +#: furnitures/models.py:553  msgid "Object"  msgstr "Objet" -#: furnitures/models.py:544 furnitures/models.py:662 +#: furnitures/models.py:559 furnitures/models.py:675  msgid "Administrative act"  msgstr "Acte administratif" -#: furnitures/models.py:545 +#: furnitures/models.py:560  msgid "Administrative acts"  msgstr "Actes administratifs" -#: furnitures/models.py:547 +#: furnitures/models.py:562  msgid "Can view own Administrative act"  msgstr "Peut voir son propre Acte administratif" -#: furnitures/models.py:548 +#: furnitures/models.py:563  msgid "Can add own Administrative act"  msgstr "Peut ajouter son propre Acte administratif" -#: furnitures/models.py:549 +#: furnitures/models.py:564  msgid "Can change own Administrative act"  msgstr "Peut changer son propre Acte administratif" -#: furnitures/models.py:550 +#: furnitures/models.py:565  msgid "Can delete own Administrative act"  msgstr "Peut supprimer son propre Acte administratif" -#: furnitures/models.py:559 +#: furnitures/models.py:574  msgid "Height"  msgstr "Hauteur" -#: furnitures/models.py:561 furnitures/models.py:568 furnitures/models.py:572 +#: furnitures/models.py:576 furnitures/models.py:583 furnitures/models.py:587  msgid "Reference"  msgstr "Référence" -#: furnitures/models.py:564 furnitures/models.py:571 +#: furnitures/models.py:579 furnitures/models.py:586  msgid "Container type"  msgstr "Type de contenant" -#: furnitures/models.py:565 +#: furnitures/models.py:580  msgid "Container types"  msgstr "Types de contenant" -#: furnitures/models.py:569 furnitures/models.py:623 +#: furnitures/models.py:584 furnitures/models.py:636  msgid "Location"  msgstr "Lieu" -#: furnitures/models.py:576 furnitures/models.py:620 +#: furnitures/models.py:591 furnitures/models.py:633  msgid "Container"  msgstr "Contenant" -#: furnitures/models.py:577 +#: furnitures/models.py:592  msgid "Containers"  msgstr "Contenants" -#: furnitures/models.py:596 +#: furnitures/models.py:611  msgid "Surface"  msgstr "Surface" -#: furnitures/models.py:597 +#: furnitures/models.py:612  msgid "Localisation"  msgstr "Localisation" -#: furnitures/models.py:614 +#: furnitures/models.py:627  msgid "Virtual"  msgstr "Virtuel" -#: furnitures/models.py:616 furnitures/models.py:622 +#: furnitures/models.py:629 furnitures/models.py:635  msgid "Treatment type"  msgstr "Type de traitement" -#: furnitures/models.py:617 +#: furnitures/models.py:630  msgid "Treatment types"  msgstr "Types de traitements" -#: furnitures/models.py:630 +#: furnitures/models.py:643  msgid "Treatment"  msgstr "Traitement" -#: furnitures/models.py:631 +#: furnitures/models.py:644  msgid "Treatments"  msgstr "Traitements" -#: furnitures/models.py:633 +#: furnitures/models.py:646  msgid "Can view own Treatment"  msgstr "Peut voir son propre Traitement" -#: furnitures/models.py:634 +#: furnitures/models.py:647  msgid "Can add own Treatment"  msgstr "Peut ajouter son propre Traitement" -#: furnitures/models.py:635 +#: furnitures/models.py:648  msgid "Can change own Treatment"  msgstr "Peut changer son propre Traitement" -#: furnitures/models.py:636 +#: furnitures/models.py:649  msgid "Can delete own Treatment"  msgstr "Peut supprimer son propre traitement" -#: furnitures/models.py:644 furnitures/models.py:650 +#: furnitures/models.py:657 furnitures/models.py:663  msgid "Author type"  msgstr "Type d'auteur" -#: furnitures/models.py:645 +#: furnitures/models.py:658  msgid "Author types"  msgstr "Types d'auteur" -#: furnitures/models.py:653 +#: furnitures/models.py:666  msgid "Author"  msgstr "Auteur" -#: furnitures/models.py:654 +#: furnitures/models.py:667  msgid "Authors"  msgstr "Auteurs" -#: furnitures/models.py:668 +#: furnitures/models.py:681  msgid "Property"  msgstr "Propriété" -#: furnitures/models.py:669 +#: furnitures/models.py:682  msgid "Properties"  msgstr "Propriétés" -#: furnitures/views.py:136 +#: furnitures/views.py:144  msgid "Operation not permitted."  msgstr "Opération non permise" @@ -889,8 +928,8 @@ msgid "Validate"  msgstr "Valider"  #: templates/default_wizard.html:20 -msgid "Modify" -msgstr "Modifier" +msgid "Add/Modify" +msgstr "Ajouter-Modifier"  #: templates/wizard_done.html:4  msgid "Item successfully saved"  | 
