diff options
| -rw-r--r-- | ishtar/furnitures/forms_common.py | 2 | ||||
| -rw-r--r-- | ishtar/furnitures/forms_context_records.py | 2 | ||||
| -rw-r--r-- | ishtar/furnitures/forms_files.py | 2 | ||||
| -rw-r--r-- | ishtar/furnitures/forms_operations.py | 4 | ||||
| -rw-r--r-- | ishtar/locale/fr/LC_MESSAGES/django.po | 631 | 
5 files changed, 329 insertions, 312 deletions
diff --git a/ishtar/furnitures/forms_common.py b/ishtar/furnitures/forms_common.py index cb147e46f..387e8ec17 100644 --- a/ishtar/furnitures/forms_common.py +++ b/ishtar/furnitures/forms_common.py @@ -44,7 +44,7 @@ class PersonWizard(Wizard):      model = models.Person  class PersonFormSelection(forms.Form): -    form_label = _("Person") +    form_label = _(u"Person search")      associated_models = {'pk':models.Person}      currents = {'pk':models.Person}      pk = forms.IntegerField(label=_("Person"), diff --git a/ishtar/furnitures/forms_context_records.py b/ishtar/furnitures/forms_context_records.py index 7cd477c64..d28bd998c 100644 --- a/ishtar/furnitures/forms_context_records.py +++ b/ishtar/furnitures/forms_context_records.py @@ -92,7 +92,7 @@ class RecordSelect(forms.Form):                               choices=models.Unit.get_types())  class RecordFormSelection(forms.Form): -    form_label = _("Context record") +    form_label = _("Context record search")      associated_models = {'pk':models.ContextRecord}      currents = {'pk':models.ContextRecord}      pk = forms.IntegerField(label="", required=False, diff --git a/ishtar/furnitures/forms_files.py b/ishtar/furnitures/forms_files.py index 42eeddda2..15b289fae 100644 --- a/ishtar/furnitures/forms_files.py +++ b/ishtar/furnitures/forms_files.py @@ -136,7 +136,7 @@ class FileSelect(forms.Form):      year = forms.IntegerField(label=_("Year"))  class FileFormSelection(forms.Form): -    form_label = _("Archaeological file") +    form_label = _("Archaeological file search")      associated_models = {'pk':models.File}      currents = {'pk':models.File}      pk = forms.IntegerField(label="", required=False, diff --git a/ishtar/furnitures/forms_operations.py b/ishtar/furnitures/forms_operations.py index c6b6b9880..564d65b0b 100644 --- a/ishtar/furnitures/forms_operations.py +++ b/ishtar/furnitures/forms_operations.py @@ -198,7 +198,7 @@ class OperationSelect(forms.Form):      year = forms.IntegerField(label=_("Year"))  class OperationFormSelection(forms.Form): -    form_label = _("Operation") +    form_label = _(u"Operation search")      associated_models = {'pk':models.Operation}      currents = {'pk':models.Operation}      pk = forms.IntegerField(label="", required=False, @@ -537,7 +537,7 @@ class AdministrativeActOpeSelect(forms.Form):                  choices=models.ActType.get_types(dct={'intented_to':'O'}))  class AdministrativeActOpeFormSelection(forms.Form): -    form_label = _("Administrative Act") +    form_label = _("Administrative act search")      associated_models = {'pk':models.AdministrativeAct}      currents = {'pk':models.AdministrativeAct}      pk = forms.IntegerField(label="", required=False, diff --git a/ishtar/locale/fr/LC_MESSAGES/django.po b/ishtar/locale/fr/LC_MESSAGES/django.po index 02f4fe1eb..f136502de 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-06-09 00:39+0200\n" +"POT-Creation-Date: 2011-06-10 13:32+0200\n"  "PO-Revision-Date: 2010-12-09\n"  "Last-Translator: Étienne Loks <etienne.loks at peacefrogs net>\n"  "Language-Team: \n" @@ -33,13 +33,13 @@ msgid "warehouse"  msgstr "dépôt"  #: furnitures/context_processors.py:42 furnitures/forms_operations.py:228 -#: furnitures/menus.py:102 furnitures/models.py:970 furnitures/models.py:996 +#: furnitures/menus.py:102 furnitures/models.py:989 furnitures/models.py:1015  msgid "Archaelogical file"  msgstr "Dossier archéologique" -#: furnitures/context_processors.py:43 furnitures/forms_operations.py:201 -#: furnitures/menus.py:132 furnitures/models.py:568 furnitures/models.py:609 -#: furnitures/models.py:971 furnitures/models.py:994 +#: furnitures/context_processors.py:43 furnitures/menus.py:132 +#: furnitures/models.py:569 furnitures/models.py:610 furnitures/models.py:990 +#: furnitures/models.py:1013  msgid "Operation"  msgstr "Opération" @@ -52,55 +52,55 @@ msgid "Enter a valid name consisting of letters, spaces and hyphens."  msgstr "Entrez un nom correct composé de lettres, espaces et tirets."  #: furnitures/forms.py:74 furnitures/forms_common.py:62 -#: furnitures/models.py:319 furnitures/models.py:349 furnitures/models.py:949 -#: furnitures/models.py:1056 +#: furnitures/models.py:320 furnitures/models.py:350 furnitures/models.py:968 +#: furnitures/models.py:1075  msgid "Name"  msgstr "Nom" -#: furnitures/forms.py:76 furnitures/models.py:945 furnitures/models.py:951 +#: furnitures/forms.py:76 furnitures/models.py:964 furnitures/models.py:970  msgid "Warehouse type"  msgstr "Type de dépôt"  #: furnitures/forms.py:78 furnitures/forms_files.py:158 -#: furnitures/models.py:428 furnitures/models.py:953 +#: furnitures/models.py:429 furnitures/models.py:972  msgid "Person in charge"  msgstr "Responsable"  #: furnitures/forms.py:83 furnitures/forms_files.py:179 -#: furnitures/forms_items.py:170 furnitures/forms_operations.py:244 -#: furnitures/models.py:130 furnitures/models.py:458 furnitures/models.py:564 -#: furnitures/models.py:954 furnitures/models.py:1034 +#: furnitures/forms_items.py:162 furnitures/forms_operations.py:244 +#: furnitures/models.py:131 furnitures/models.py:459 furnitures/models.py:565 +#: furnitures/models.py:973 furnitures/models.py:1053  msgid "Comment"  msgstr "Commentaire"  #: furnitures/forms.py:85 furnitures/forms_files.py:191 -#: furnitures/models.py:297 +#: furnitures/models.py:298  msgid "Address"  msgstr "Adresse" -#: furnitures/forms.py:87 furnitures/models.py:298 +#: furnitures/forms.py:87 furnitures/models.py:299  msgid "Address complement"  msgstr "Complément d'adresse" -#: furnitures/forms.py:89 furnitures/models.py:300 +#: furnitures/forms.py:89 furnitures/models.py:301  msgid "Postal code"  msgstr "Code postal"  #: furnitures/forms.py:91 furnitures/forms.py:95  #: furnitures/forms_common.py:236 furnitures/forms_common.py:265 -#: furnitures/forms_context_records.py:83 furnitures/forms_files.py:128 -#: furnitures/forms_files.py:323 furnitures/forms_items.py:101 +#: furnitures/forms_context_records.py:84 furnitures/forms_files.py:128 +#: furnitures/forms_files.py:323 furnitures/forms_items.py:93  #: furnitures/forms_operations.py:190 furnitures/forms_operations.py:299 -#: furnitures/forms_operations.py:532 furnitures/models.py:302 -#: furnitures/models.py:613 furnitures/models.py:1070 +#: furnitures/forms_operations.py:532 furnitures/models.py:303 +#: furnitures/models.py:614 furnitures/models.py:1089  msgid "Town"  msgstr "Commune" -#: furnitures/forms.py:92 furnitures/models.py:303 +#: furnitures/forms.py:92 furnitures/models.py:304  msgid "Country"  msgstr "Pays" -#: furnitures/forms.py:94 furnitures/models.py:305 +#: furnitures/forms.py:94 furnitures/models.py:306  msgid "Phone"  msgstr "Téléphone" @@ -116,10 +116,14 @@ msgstr "Oui"  msgid "No"  msgstr "Non" -#: furnitures/forms_common.py:47 furnitures/forms_common.py:50 -#: furnitures/forms_items.py:142 furnitures/menus.py:89 -#: furnitures/models.py:360 furnitures/models.py:385 furnitures/models.py:1094 -#: furnitures/models.py:1116 furnitures/models.py:1131 +#: furnitures/forms_common.py:47 +msgid "Person search" +msgstr "Recherche d'individus" + +#: furnitures/forms_common.py:50 furnitures/forms_items.py:134 +#: furnitures/menus.py:89 furnitures/models.py:361 furnitures/models.py:386 +#: furnitures/models.py:1113 furnitures/models.py:1135 +#: furnitures/models.py:1150  msgid "Person"  msgstr "Individu" @@ -127,23 +131,23 @@ msgstr "Individu"  msgid "Identity"  msgstr "Identité" -#: furnitures/forms_common.py:59 furnitures/models.py:347 -#: furnitures/models.py:786 templates/sheet_contextrecord.html:83 +#: furnitures/forms_common.py:59 furnitures/models.py:348 +#: furnitures/models.py:787 templates/sheet_contextrecord.html:83  #: templates/sheet_ope.html:104 templates/sheet_ope_modif.html:104  #: templates/sheet_operation.html:104  msgid "Title"  msgstr "Titre" -#: furnitures/forms_common.py:60 furnitures/models.py:348 +#: furnitures/forms_common.py:60 furnitures/models.py:349  msgid "Surname"  msgstr "Prénom"  #: furnitures/forms_common.py:64 furnitures/forms_common.py:183 -#: furnitures/models.py:350 +#: furnitures/models.py:351  msgid "Email"  msgstr "Courriel" -#: furnitures/forms_common.py:66 furnitures/models.py:338 +#: furnitures/forms_common.py:66 furnitures/models.py:339  msgid "Person type"  msgstr "Type d'individu" @@ -151,11 +155,11 @@ msgstr "Type d'individu"  msgid "Current organization"  msgstr "Organisation actuelle" -#: furnitures/forms_common.py:72 furnitures/models.py:354 +#: furnitures/forms_common.py:72 furnitures/models.py:355  msgid "Is an author?"  msgstr "Est un auteur ?" -#: furnitures/forms_common.py:75 furnitures/models.py:356 +#: furnitures/forms_common.py:75 furnitures/models.py:357  msgid "In charge of a storage?"  msgstr "Est responsable d'un dépôt ?" @@ -190,8 +194,8 @@ msgstr "Envoyer le nouveau mot de passe par courriel ?"  #: furnitures/forms_common.py:233 furnitures/forms_common.py:259  #: furnitures/forms_operations.py:297 furnitures/forms_operations.py:318 -#: furnitures/forms_operations.py:322 furnitures/models.py:438 -#: furnitures/models.py:547 furnitures/models.py:1071 +#: furnitures/forms_operations.py:322 furnitures/models.py:439 +#: furnitures/models.py:548 furnitures/models.py:1090  msgid "Towns"  msgstr "Communes" @@ -201,25 +205,25 @@ msgstr "Il y a des communes identiques."  #: furnitures/forms_common.py:262 furnitures/forms_common.py:310  #: furnitures/forms_operations.py:325 furnitures/forms_operations.py:346 -#: furnitures/forms_operations.py:350 furnitures/models.py:619 +#: furnitures/forms_operations.py:350 furnitures/models.py:620  msgid "Parcels"  msgstr "Parcelles" -#: furnitures/forms_common.py:267 furnitures/models.py:614 +#: furnitures/forms_common.py:267 furnitures/models.py:615  #: templates/sheet_ope.html:62 templates/sheet_ope_modif.html:62  #: templates/sheet_operation.html:63  msgid "Section"  msgstr "Section" -#: furnitures/forms_common.py:269 furnitures/models.py:615 +#: furnitures/forms_common.py:269 furnitures/models.py:616  msgid "Parcel number"  msgstr "Numéro de parcelle" -#: furnitures/forms_common.py:271 furnitures/forms_context_records.py:87 +#: furnitures/forms_common.py:271 furnitures/forms_context_records.py:88  #: furnitures/forms_files.py:136 furnitures/forms_files.py:163 -#: furnitures/forms_files.py:183 furnitures/forms_items.py:103 +#: furnitures/forms_files.py:183 furnitures/forms_items.py:95  #: furnitures/forms_operations.py:198 furnitures/forms_operations.py:240 -#: furnitures/models.py:421 furnitures/models.py:539 furnitures/models.py:610 +#: furnitures/models.py:422 furnitures/models.py:540 furnitures/models.py:611  #: templates/sheet_file.html:68 templates/sheet_file.html.py:88  #: templates/sheet_file.html:116 templates/sheet_ope.html:61  #: templates/sheet_ope.html.py:83 templates/sheet_ope_modif.html:61 @@ -232,35 +236,34 @@ msgstr "Année"  msgid "All fields are required"  msgstr "Tous les champs sont nécessaires" -#: furnitures/forms_context_records.py:88 -#: furnitures/forms_context_records.py:159 furnitures/forms_items.py:79 -#: furnitures/forms_items.py:105 furnitures/forms_operations.py:370 -#: furnitures/models.py:658 +#: furnitures/forms_context_records.py:89 +#: furnitures/forms_context_records.py:160 furnitures/forms_items.py:72 +#: furnitures/forms_items.py:97 furnitures/forms_operations.py:370 +#: furnitures/models.py:659  msgid "Period"  msgstr "Période" -#: furnitures/forms_context_records.py:90 +#: furnitures/forms_context_records.py:91  msgid "Unit type"  msgstr "Type d'unité" -#: furnitures/forms_context_records.py:94 furnitures/menus.py:174 -#: templates/sheet_contextrecord.html:105 templates/sheet_operation.html:154 -msgid "Context record" -msgstr "Unité d'Enregistrement" +#: furnitures/forms_context_records.py:95 +msgid "Context record search" +msgstr "Recherche d'Unité d'Enregistrement" -#: furnitures/forms_context_records.py:105 +#: furnitures/forms_context_records.py:106  msgid "You should select a context record."  msgstr "Vous devez sélectionner une Unité d'Enregistrement." -#: furnitures/forms_context_records.py:111 furnitures/forms_files.py:154 +#: furnitures/forms_context_records.py:112 furnitures/forms_files.py:154  #: furnitures/forms_operations.py:216 furnitures/forms_operations.py:557  #: templates/sheet_file.html:17 templates/sheet_ope.html:5  #: templates/sheet_ope_modif.html:5 templates/sheet_operation.html:5  msgid "General"  msgstr "Général" -#: furnitures/forms_context_records.py:113 furnitures/forms_operations.py:327 -#: furnitures/models.py:618 furnitures/models.py:714 furnitures/models.py:932 +#: furnitures/forms_context_records.py:114 furnitures/forms_operations.py:327 +#: furnitures/models.py:619 furnitures/models.py:715 furnitures/models.py:951  #: templates/sheet_contextrecord.html:110 templates/sheet_ope.html:63  #: templates/sheet_ope.html.py:129 templates/sheet_ope_modif.html:63  #: templates/sheet_ope_modif.html.py:129 templates/sheet_ope_modif.html:157 @@ -269,126 +272,127 @@ msgstr "Général"  msgid "Parcel"  msgstr "Parcelle" -#: furnitures/forms_context_records.py:114 furnitures/forms_items.py:63 -#: furnitures/forms_items.py:197 furnitures/models.py:716 -#: furnitures/models.py:806 furnitures/models.py:884 +#: furnitures/forms_context_records.py:115 furnitures/forms_items.py:54 +#: furnitures/forms_items.py:189 furnitures/models.py:717 +#: furnitures/models.py:807 furnitures/models.py:884  #: templates/sheet_ope.html:125 templates/sheet_ope_modif.html:125  #: templates/sheet_operation.html:124  msgid "ID"  msgstr "Identifiant" -#: furnitures/forms_context_records.py:116 furnitures/forms_items.py:140 -#: furnitures/models.py:717 furnitures/models.py:807 furnitures/models.py:885 -#: furnitures/models.py:1089 templates/sheet_contextrecord.html:23 +#: furnitures/forms_context_records.py:117 furnitures/forms_items.py:56 +#: furnitures/forms_items.py:132 furnitures/models.py:718 +#: furnitures/models.py:808 furnitures/models.py:885 furnitures/models.py:1108 +#: templates/sheet_contextrecord.html:23  #: templates/sheet_contextrecord.html:107 templates/sheet_ope.html:128  #: templates/sheet_ope_modif.html:128 templates/sheet_ope_modif.html.py:154  #: templates/sheet_operation.html:127 templates/sheet_operation.html.py:156  msgid "Description"  msgstr "Description" -#: furnitures/forms_context_records.py:118 furnitures/models.py:718 -#: furnitures/models.py:1019 +#: furnitures/forms_context_records.py:119 furnitures/models.py:719 +#: furnitures/models.py:1038  msgid "Length"  msgstr "Longueur (cm)" -#: furnitures/forms_context_records.py:119 furnitures/models.py:719 -#: furnitures/models.py:1020 +#: furnitures/forms_context_records.py:120 furnitures/models.py:720 +#: furnitures/models.py:1039  msgid "Width"  msgstr "Largeur (cm)" -#: furnitures/forms_context_records.py:120 furnitures/models.py:720 +#: furnitures/forms_context_records.py:121 furnitures/models.py:721  msgid "Thickness"  msgstr "Épaisseur (cm)" -#: furnitures/forms_context_records.py:121 furnitures/models.py:721 +#: furnitures/forms_context_records.py:122 furnitures/models.py:722  msgid "Depth"  msgstr "Profondeur (cm)" -#: furnitures/forms_context_records.py:122 furnitures/models.py:726 +#: furnitures/forms_context_records.py:123 furnitures/models.py:727  msgid "Unit"  msgstr "Unité" -#: furnitures/forms_context_records.py:124 furnitures/forms_items.py:146 -#: furnitures/models.py:722 furnitures/models.py:1030 -#: furnitures/models.py:1092 +#: furnitures/forms_context_records.py:125 furnitures/forms_items.py:138 +#: furnitures/models.py:723 furnitures/models.py:1049 +#: furnitures/models.py:1111  msgid "Location"  msgstr "Lieu" -#: furnitures/forms_context_records.py:154 -#: furnitures/forms_context_records.py:170 furnitures/forms_items.py:74 -#: furnitures/models.py:667 furnitures/models.py:895 +#: furnitures/forms_context_records.py:155 +#: furnitures/forms_context_records.py:171 furnitures/forms_items.py:67 +#: furnitures/models.py:668 furnitures/models.py:895  msgid "Dating"  msgstr "Datation" -#: furnitures/forms_context_records.py:161 furnitures/forms_items.py:81 -#: furnitures/forms_items.py:151 furnitures/forms_operations.py:234 -#: furnitures/models.py:535 furnitures/models.py:635 furnitures/models.py:659 -#: furnitures/models.py:933 furnitures/models.py:1096 -#: furnitures/models.py:1132 templates/sheet_file.html:93 +#: furnitures/forms_context_records.py:162 furnitures/forms_items.py:74 +#: furnitures/forms_items.py:143 furnitures/forms_operations.py:234 +#: furnitures/models.py:536 furnitures/models.py:636 furnitures/models.py:660 +#: furnitures/models.py:952 furnitures/models.py:1115 +#: furnitures/models.py:1151 templates/sheet_file.html:93  msgid "Start date"  msgstr "Date de début" -#: furnitures/forms_context_records.py:162 furnitures/forms_items.py:83 -#: furnitures/forms_items.py:153 furnitures/models.py:636 -#: furnitures/models.py:660 furnitures/models.py:934 furnitures/models.py:1097 -#: furnitures/models.py:1133 templates/sheet_file.html:94 +#: furnitures/forms_context_records.py:163 furnitures/forms_items.py:76 +#: furnitures/forms_items.py:145 furnitures/models.py:637 +#: furnitures/models.py:661 furnitures/models.py:953 furnitures/models.py:1116 +#: furnitures/models.py:1152 templates/sheet_file.html:94  msgid "End date"  msgstr "Date de fin" -#: furnitures/forms_context_records.py:163 furnitures/forms_items.py:84 -#: furnitures/models.py:663 +#: furnitures/forms_context_records.py:164 furnitures/forms_items.py:77 +#: furnitures/models.py:664  msgid "Quality"  msgstr "Qualité" -#: furnitures/forms_context_records.py:165 furnitures/forms_items.py:86 -#: furnitures/models.py:649 furnitures/models.py:661 +#: furnitures/forms_context_records.py:166 furnitures/forms_items.py:79 +#: furnitures/models.py:650 furnitures/models.py:662  msgid "Dating type"  msgstr "Type de datation" -#: furnitures/forms_context_records.py:173 -#: furnitures/forms_context_records.py:180 furnitures/models.py:731 +#: furnitures/forms_context_records.py:174 +#: furnitures/forms_context_records.py:181 furnitures/models.py:732  #: templates/sheet_contextrecord.html:32  msgid "Interpretation"  msgstr "Interpretation" -#: furnitures/forms_context_records.py:176 +#: furnitures/forms_context_records.py:177  msgid "Has furniture?"  msgstr "A du matériel ?" -#: furnitures/forms_context_records.py:178 furnitures/models.py:730 +#: furnitures/forms_context_records.py:179 furnitures/models.py:731  msgid "Filling"  msgstr "Remplissage" -#: furnitures/forms_context_records.py:182 furnitures/models.py:746 +#: furnitures/forms_context_records.py:183 furnitures/models.py:747  msgid "Activity"  msgstr "Activité" -#: furnitures/forms_context_records.py:184 furnitures/models.py:744 +#: furnitures/forms_context_records.py:185 furnitures/models.py:745  msgid "Identification"  msgstr "Identification" -#: furnitures/forms_context_records.py:186 furnitures/models.py:733 +#: furnitures/forms_context_records.py:187 furnitures/models.py:734  msgid "TAQ"  msgstr "TAQ" -#: furnitures/forms_context_records.py:187 furnitures/models.py:736 +#: furnitures/forms_context_records.py:188 furnitures/models.py:737  msgid "Estimated TAQ"  msgstr "TAQ estimé" -#: furnitures/forms_context_records.py:189 furnitures/models.py:738 +#: furnitures/forms_context_records.py:190 furnitures/models.py:739  msgid "TPQ"  msgstr "TPQ" -#: furnitures/forms_context_records.py:190 furnitures/models.py:741 +#: furnitures/forms_context_records.py:191 furnitures/models.py:742  msgid "Estimated TPQ"  msgstr "TPQ estimé" -#: furnitures/forms_context_records.py:228 +#: furnitures/forms_context_records.py:229  msgid "Would you like to delete this context record?"  msgstr "Voulez vous supprimer cette Unité d'Enregistrement ?"  #: furnitures/forms_files.py:132 furnitures/forms_files.py:173 -#: furnitures/models.py:426 +#: furnitures/models.py:427  msgid "File type"  msgstr "Type de dossier" @@ -396,46 +400,46 @@ msgstr "Type de dossier"  msgid "Saisine type"  msgstr "Type de saisine" -#: furnitures/forms_files.py:139 furnitures/models.py:462 -msgid "Archaeological file" -msgstr "Dossier archéologique" +#: furnitures/forms_files.py:139 +msgid "Archaeological file search" +msgstr "Recherche de dossiers archéologiques"  #: furnitures/forms_files.py:150  msgid "You should select a file."  msgstr "Vous devez sélectionner un dossier archéologique."  #: furnitures/forms_files.py:167 furnitures/forms_files.py:185 -#: furnitures/models.py:423 +#: furnitures/models.py:424  msgid "Numeric reference"  msgstr "Référence numérique"  #: furnitures/forms_files.py:169 furnitures/forms_files.py:187 -#: furnitures/models.py:424 +#: furnitures/models.py:425  msgid "Internal reference"  msgstr "Référence interne" -#: furnitures/forms_files.py:171 furnitures/models.py:439 +#: furnitures/forms_files.py:171 furnitures/models.py:440  msgid "Creation date"  msgstr "Date de création" -#: furnitures/forms_files.py:175 furnitures/models.py:443 +#: furnitures/forms_files.py:175 furnitures/models.py:444  msgid "Related file"  msgstr "Dossier en relation avec"  #: furnitures/forms_files.py:195 furnitures/forms_operations.py:237 -#: furnitures/models.py:450 +#: furnitures/models.py:451  msgid "Total surface"  msgstr "Surface totale" -#: furnitures/forms_files.py:198 furnitures/models.py:453 +#: furnitures/forms_files.py:198 furnitures/models.py:454  msgid "Main address"  msgstr "Adresse principale" -#: furnitures/forms_files.py:199 furnitures/models.py:454 +#: furnitures/forms_files.py:199 furnitures/models.py:455  msgid "Main address - complement"  msgstr "Adresse principale - complément" -#: furnitures/forms_files.py:201 furnitures/models.py:456 +#: furnitures/forms_files.py:201 furnitures/models.py:457  msgid "Main address - postal code"  msgstr "Adresse principale - code postal" @@ -443,28 +447,28 @@ msgstr "Adresse principale - code postal"  msgid "Preventive informations"  msgstr "Information archéologie préventive" -#: furnitures/forms_files.py:210 furnitures/models.py:430 +#: furnitures/forms_files.py:210 furnitures/models.py:431  msgid "General contractor"  msgstr "Aménageur" -#: furnitures/forms_files.py:217 furnitures/models.py:432 +#: furnitures/forms_files.py:217 furnitures/models.py:433  msgid "Town planning service"  msgstr "Service instructeur" -#: furnitures/forms_files.py:223 furnitures/models.py:408 -#: furnitures/models.py:433 +#: furnitures/forms_files.py:223 furnitures/models.py:409 +#: furnitures/models.py:434  msgid "Permit type"  msgstr "Type de permis" -#: furnitures/forms_files.py:225 furnitures/models.py:435 +#: furnitures/forms_files.py:225 furnitures/models.py:436  msgid "Permit reference"  msgstr "Référence du permis" -#: furnitures/forms_files.py:228 furnitures/models.py:451 +#: furnitures/forms_files.py:228 furnitures/models.py:452  msgid "Total developed surface"  msgstr "Surface totale aménagée" -#: furnitures/forms_files.py:234 furnitures/models.py:441 +#: furnitures/forms_files.py:234 furnitures/models.py:442  msgid "Reception date"  msgstr "Date de réception" @@ -478,100 +482,87 @@ msgstr "Voulez vous supprimer ce dossier archéologique ?"  #: furnitures/forms_files.py:327 furnitures/forms_files.py:338  #: furnitures/forms_operations.py:536 furnitures/forms_operations.py:560 -#: furnitures/models.py:976 furnitures/models.py:984 +#: furnitures/models.py:995 furnitures/models.py:1003  msgid "Act type"  msgstr "Type d'acte" -#: furnitures/forms_items.py:51 furnitures/models.py:818 -#: furnitures/models.py:881 -msgid "Base item" -msgstr "Mobilier de base" - -#: furnitures/forms_items.py:53 -msgid "General ID" -msgstr "Identifiant général" - -#: furnitures/forms_items.py:55 -msgid "General description" -msgstr "Description générale" - -#: furnitures/forms_items.py:57 furnitures/forms_items.py:108 -#: furnitures/models.py:810 -msgid "Is isolated?" -msgstr "Est isolé ?" - -#: furnitures/forms_items.py:61 furnitures/forms_items.py:111 -#: furnitures/menus.py:193 furnitures/models.py:899 furnitures/models.py:1128 +#: furnitures/forms_items.py:51 furnitures/forms_items.py:103 +#: furnitures/menus.py:193 furnitures/models.py:899 furnitures/models.py:1147  msgid "Item"  msgstr "Mobilier" -#: furnitures/forms_items.py:65 furnitures/forms_items.py:199 -msgid "Precise description" -msgstr "Description précise" +#: furnitures/forms_items.py:58 furnitures/forms_items.py:100 +#: furnitures/models.py:811 +msgid "Is isolated?" +msgstr "Est isolé ?" -#: furnitures/forms_items.py:67 furnitures/forms_items.py:107 -#: furnitures/forms_items.py:201 furnitures/models.py:802 +#: furnitures/forms_items.py:60 furnitures/forms_items.py:99 +#: furnitures/forms_items.py:193 furnitures/models.py:803  #: furnitures/models.py:887 templates/sheet_contextrecord.html:104  #: templates/sheet_operation.html:153  msgid "Material type"  msgstr "Type de matériau" -#: furnitures/forms_items.py:69 furnitures/forms_items.py:203 -#: furnitures/models.py:888 furnitures/models.py:1022 +#: furnitures/forms_items.py:62 furnitures/forms_items.py:195 +#: furnitures/models.py:888 furnitures/models.py:1041  msgid "Volume"  msgstr "Volume" -#: furnitures/forms_items.py:70 furnitures/forms_items.py:204 +#: furnitures/forms_items.py:63 furnitures/forms_items.py:196  #: furnitures/models.py:889 templates/sheet_contextrecord.html:108  #: templates/sheet_ope_modif.html:155 templates/sheet_operation.html:157  msgid "Weight"  msgstr "Poids" -#: furnitures/forms_items.py:71 furnitures/forms_items.py:205 +#: furnitures/forms_items.py:64 furnitures/forms_items.py:197  #: furnitures/models.py:890  msgid "Item number"  msgstr "Nombre d'artefacts" -#: furnitures/forms_items.py:134 +#: furnitures/forms_items.py:126  msgid "Base treatment"  msgstr "Traitement de base" -#: furnitures/forms_items.py:138 furnitures/models.py:1083 -#: furnitures/models.py:1091 +#: furnitures/forms_items.py:130 furnitures/models.py:1102 +#: furnitures/models.py:1110  msgid "Treatment type"  msgstr "Type de traitement" -#: furnitures/forms_items.py:157 +#: furnitures/forms_items.py:149  msgid "Upstream items"  msgstr "Mobilier amont" -#: furnitures/forms_items.py:165 furnitures/models.py:1037 -#: furnitures/models.py:1087 +#: furnitures/forms_items.py:157 furnitures/models.py:1056 +#: furnitures/models.py:1106  msgid "Container"  msgstr "Contenant" -#: furnitures/forms_items.py:167 furnitures/models.py:1023 -#: furnitures/models.py:1033 templates/sheet_file.html:69 +#: furnitures/forms_items.py:159 furnitures/models.py:1042 +#: furnitures/models.py:1052 templates/sheet_file.html:69  #: templates/sheet_file.html.py:89 templates/sheet_file.html:117  #: templates/sheet_ope.html:84 templates/sheet_ope_modif.html:84  #: templates/sheet_operation.html:84  msgid "Reference"  msgstr "Référence" -#: furnitures/forms_items.py:168 furnitures/models.py:1026 -#: furnitures/models.py:1032 +#: furnitures/forms_items.py:160 furnitures/models.py:1045 +#: furnitures/models.py:1051  msgid "Container type"  msgstr "Type de contenant" -#: furnitures/forms_items.py:195 +#: furnitures/forms_items.py:187  msgid "Resulting item"  msgstr "Mobilier résultant" -#: furnitures/forms_items.py:209 +#: furnitures/forms_items.py:191 +msgid "Precise description" +msgstr "Description précise" + +#: furnitures/forms_items.py:201  msgid "Resulting items"  msgstr "Mobiliers résultants" -#: furnitures/forms_items.py:212 +#: furnitures/forms_items.py:204  msgid "Upstream item"  msgstr "Mobilier amont" @@ -584,19 +575,23 @@ msgstr ""  "oubli, définissez le à la première étape."  #: furnitures/forms_operations.py:194 furnitures/forms_operations.py:232 -#: furnitures/models.py:515 furnitures/models.py:544 +#: furnitures/models.py:516 furnitures/models.py:545  msgid "Operation type"  msgstr "Type d'opération" -#: furnitures/forms_operations.py:196 furnitures/models.py:546 +#: furnitures/forms_operations.py:196 furnitures/models.py:547  msgid "Remains"  msgstr "Vestiges" +#: furnitures/forms_operations.py:201 +msgid "Operation search" +msgstr "Recherche d'opérations" +  #: furnitures/forms_operations.py:212  msgid "You should select an operation."  msgstr "Vous devez sélectionner une opération." -#: furnitures/forms_operations.py:221 furnitures/models.py:986 +#: furnitures/forms_operations.py:221 furnitures/models.py:1005  msgid "Person in charge of the operation"  msgstr "Responsable d'opération" @@ -604,7 +599,7 @@ msgstr "Responsable d'opération"  msgid "References"  msgstr "Référence" -#: furnitures/forms_operations.py:255 furnitures/models.py:540 +#: furnitures/forms_operations.py:255 furnitures/models.py:541  msgid "Operation code"  msgstr "Code de l'opération" @@ -621,7 +616,7 @@ msgstr ""  msgid "Preventive informations - excavation"  msgstr "Information archéologie préventive - fouille" -#: furnitures/forms_operations.py:279 furnitures/models.py:548 +#: furnitures/forms_operations.py:279 furnitures/models.py:549  msgid "Cost"  msgstr "Coût" @@ -629,35 +624,35 @@ msgstr "Coût"  msgid "Preventive informations - diagnostic"  msgstr "Information archéologie préventive - diagnostic" -#: furnitures/forms_operations.py:290 furnitures/models.py:559 +#: furnitures/forms_operations.py:290 furnitures/models.py:560  msgid "Prescription on zoning"  msgstr "Prescription sur zonage" -#: furnitures/forms_operations.py:292 furnitures/models.py:561 +#: furnitures/forms_operations.py:292 furnitures/models.py:562  msgid "Prescription on large area"  msgstr "Prescription sur une vaste surface" -#: furnitures/forms_operations.py:294 furnitures/models.py:563 +#: furnitures/forms_operations.py:294 furnitures/models.py:564  msgid "Prescription on geoarchaeological context"  msgstr "Prescription sur un contexte géoarchéologique"  #: furnitures/forms_operations.py:353 furnitures/forms_operations.py:365 -#: furnitures/models.py:530 +#: furnitures/models.py:531  msgid "Remain types"  msgstr "Types de vestige" -#: furnitures/forms_operations.py:355 furnitures/models.py:529 +#: furnitures/forms_operations.py:355 furnitures/models.py:530  msgid "Remain type"  msgstr "Type de vestige"  #: furnitures/forms_operations.py:368 furnitures/forms_operations.py:380 -#: furnitures/models.py:549 templates/sheet_contextrecord.html:106 +#: furnitures/models.py:550 templates/sheet_contextrecord.html:106  #: templates/sheet_ope_modif.html:153 templates/sheet_operation.html:155  msgid "Periods"  msgstr "Périodes"  #: furnitures/forms_operations.py:460 furnitures/forms_operations.py:461 -#: furnitures/models.py:536 +#: furnitures/models.py:537  msgid "Closing date"  msgstr "Date de clotûre" @@ -670,22 +665,22 @@ msgid "Would you like to delete this operation?"  msgstr "Voulez vous supprimer cette opération ?"  #: furnitures/forms_operations.py:540 -msgid "Administrative Act" -msgstr "Acte administratif" +msgid "Administrative act search" +msgstr "Recherche d'actes administratifs"  #: furnitures/forms_operations.py:552  msgid "You should select an administrative act."  msgstr "Vous devez sélectionner un acte administratif." -#: furnitures/forms_operations.py:562 furnitures/models.py:992 +#: furnitures/forms_operations.py:562 furnitures/models.py:1011  msgid "Signatory"  msgstr "Signataire" -#: furnitures/forms_operations.py:566 furnitures/models.py:998 +#: furnitures/forms_operations.py:566 furnitures/models.py:1017  msgid "Object"  msgstr "Objet" -#: furnitures/forms_operations.py:568 furnitures/models.py:997 +#: furnitures/forms_operations.py:568 furnitures/models.py:1016  msgid "Signature date"  msgstr "Date de signature" @@ -722,8 +717,8 @@ msgstr "Recherche"  msgid "Deletion"  msgstr "Suppression" -#: furnitures/menus.py:116 furnitures/menus.py:155 furnitures/models.py:1004 -#: furnitures/models.py:1130 +#: furnitures/menus.py:116 furnitures/menus.py:155 furnitures/models.py:1023 +#: furnitures/models.py:1149  msgid "Administrative act"  msgstr "Acte administratif" @@ -736,11 +731,16 @@ msgstr "Ajout"  msgid "Closing"  msgstr "Clotûre" +#: furnitures/menus.py:174 templates/sheet_contextrecord.html:105 +#: templates/sheet_operation.html:154 +msgid "Context record" +msgstr "Unité d'Enregistrement" +  #: furnitures/menus.py:207  msgid "Add a treatment"  msgstr "Ajouter un traitement" -#: furnitures/menus.py:212 furnitures/models.py:957 +#: furnitures/menus.py:212 furnitures/models.py:976  msgid "Warehouse"  msgstr "Dépôt" @@ -768,67 +768,67 @@ msgstr "Tableau de bord"  msgid "Files"  msgstr "Dossiers" -#: furnitures/menus.py:232 furnitures/models.py:569 +#: furnitures/menus.py:232 furnitures/models.py:570  msgid "Operations"  msgstr "Opérations" -#: furnitures/menus.py:235 furnitures/models.py:1102 +#: furnitures/menus.py:235 furnitures/models.py:1121  msgid "Treatments"  msgstr "Traitements" -#: furnitures/menus.py:238 furnitures/models.py:958 +#: furnitures/menus.py:238 furnitures/models.py:977  msgid "Warehouses"  msgstr "Dépôts" -#: furnitures/models.py:65 +#: furnitures/models.py:66  msgid "Not a valid item."  msgstr "Élément invalide." -#: furnitures/models.py:75 +#: furnitures/models.py:76  msgid "This item already exist."  msgstr "Cet élément existe déjà." -#: furnitures/models.py:127 furnitures/models.py:285 +#: furnitures/models.py:128 furnitures/models.py:286  msgid "Label"  msgstr "Libellé" -#: furnitures/models.py:128 +#: furnitures/models.py:129  msgid "Textual ID"  msgstr "Identifiant textuel" -#: furnitures/models.py:131 +#: furnitures/models.py:132  msgid "Available"  msgstr "Disponible" -#: furnitures/models.py:187 +#: furnitures/models.py:188  msgid "Last modifier"  msgstr "Dernier modifieur" -#: furnitures/models.py:286 +#: furnitures/models.py:287  msgid "Number"  msgstr "Nombre" -#: furnitures/models.py:289 +#: furnitures/models.py:290  msgid "Departement"  msgstr "Département" -#: furnitures/models.py:290 +#: furnitures/models.py:291  msgid "Departements"  msgstr "Départements" -#: furnitures/models.py:306 +#: furnitures/models.py:307  msgid "Mobile phone"  msgstr "Téléphone portable" -#: furnitures/models.py:315 +#: furnitures/models.py:316  msgid "Organization type"  msgstr "Type d'organisation" -#: furnitures/models.py:316 +#: furnitures/models.py:317  msgid "Organization types"  msgstr "Types d'organisation" -#: furnitures/models.py:321 furnitures/models.py:351 furnitures/models.py:787 +#: furnitures/models.py:322 furnitures/models.py:352 furnitures/models.py:788  #: templates/sheet_contextrecord.html:84 templates/sheet_file.html:70  #: templates/sheet_file.html.py:91 templates/sheet_file.html:118  #: templates/sheet_ope.html:85 templates/sheet_ope.html.py:105 @@ -839,232 +839,236 @@ msgstr "Types d'organisation"  msgid "Type"  msgstr "Type" -#: furnitures/models.py:324 +#: furnitures/models.py:325  msgid "Organization"  msgstr "Organisation" -#: furnitures/models.py:325 +#: furnitures/models.py:326  msgid "Organizations"  msgstr "Organisations" -#: furnitures/models.py:327 +#: furnitures/models.py:328  msgid "Can view own Organization"  msgstr "Peut voir sa propre Organisation" -#: furnitures/models.py:328 +#: furnitures/models.py:329  msgid "Can add own Organization"  msgstr "Peut ajouter sa propre Organisation" -#: furnitures/models.py:329 +#: furnitures/models.py:330  msgid "Can change own Organization"  msgstr "Peut changer sa propre Organisation" -#: furnitures/models.py:330 +#: furnitures/models.py:331  msgid "Can delete own Organization"  msgstr "Peut supprimer sa propre Organisation" -#: furnitures/models.py:339 +#: furnitures/models.py:340  msgid "Person types"  msgstr "Types d'individu" -#: furnitures/models.py:342 +#: furnitures/models.py:343  msgid "Mr"  msgstr "M" -#: furnitures/models.py:343 +#: furnitures/models.py:344  msgid "Miss"  msgstr "Mlle" -#: furnitures/models.py:344 +#: furnitures/models.py:345  msgid "Mrs"  msgstr "Mme" -#: furnitures/models.py:345 +#: furnitures/models.py:346  msgid "Doctor"  msgstr "Dr" -#: furnitures/models.py:353 +#: furnitures/models.py:354  msgid "Is attached to"  msgstr "Est rattaché à" -#: furnitures/models.py:361 +#: furnitures/models.py:362  msgid "Persons"  msgstr "Individus" -#: furnitures/models.py:363 +#: furnitures/models.py:364  msgid "Can view Person"  msgstr "Peut voir les Personnes" -#: furnitures/models.py:364 +#: furnitures/models.py:365  msgid "Can view own Person"  msgstr "Peut voir sa propre Personne" -#: furnitures/models.py:365 +#: furnitures/models.py:366  msgid "Can add own Person"  msgstr "Peut ajouter sa propre Personne" -#: furnitures/models.py:366 +#: furnitures/models.py:367  msgid "Can change own Person"  msgstr "Peut changer sa propre Personne" -#: furnitures/models.py:367 +#: furnitures/models.py:368  msgid "Can delete own Person"  msgstr "Peut supprimer sa propre Personne" -#: furnitures/models.py:388 +#: furnitures/models.py:389  msgid "Ishtar user"  msgstr "Utilisateur d'Ishtar" -#: furnitures/models.py:389 +#: furnitures/models.py:390  msgid "Ishtar users"  msgstr "Utilisateurs d'Ishtar" -#: furnitures/models.py:394 +#: furnitures/models.py:395  msgid "Archaeological file type"  msgstr "Type de dossier archéologique" -#: furnitures/models.py:395 +#: furnitures/models.py:396  msgid "Archaeological file types"  msgstr "Types de dossier archéologique" -#: furnitures/models.py:409 +#: furnitures/models.py:410  msgid "Permit types"  msgstr "Types de permis" -#: furnitures/models.py:413 +#: furnitures/models.py:414  msgid "Delay (in days)"  msgstr "Delai (en jours)" -#: furnitures/models.py:437 +#: furnitures/models.py:438  msgid "Is active?"  msgstr "Est actif ?" -#: furnitures/models.py:448 +#: furnitures/models.py:449  msgid "Reference number"  msgstr "Référence"  #: furnitures/models.py:463 +msgid "Archaeological file" +msgstr "Dossier archéologique" + +#: furnitures/models.py:464  msgid "Archaeological files"  msgstr "Dossiers archéologiques" -#: furnitures/models.py:465 +#: furnitures/models.py:466  msgid "Can view own Archaelogical file"  msgstr "Peut voir son propre Dossier archéologique" -#: furnitures/models.py:466 +#: furnitures/models.py:467  msgid "Can add own Archaelogical file"  msgstr "Peut ajouter son propre Dossier archéologique" -#: furnitures/models.py:467 +#: furnitures/models.py:468  msgid "Can change own Archaelogical file"  msgstr "Peut changer son propre Dossier archéologique" -#: furnitures/models.py:468 +#: furnitures/models.py:469  msgid "Can delete own Archaelogical file"  msgstr "Peut supprimer son propre Dossier archéologique" -#: furnitures/models.py:473 furnitures/models.py:578 +#: furnitures/models.py:474 furnitures/models.py:579  msgid "Intercommunal"  msgstr "Intercommunal" -#: furnitures/models.py:516 +#: furnitures/models.py:517  msgid "Operation types"  msgstr "Types d'opération" -#: furnitures/models.py:538 templates/sheet_file.html:92 +#: furnitures/models.py:539 templates/sheet_file.html:92  msgid "In charge"  msgstr "Responsable" -#: furnitures/models.py:542 furnitures/models.py:607 +#: furnitures/models.py:543 furnitures/models.py:608  msgid "File"  msgstr "Dossier" -#: furnitures/models.py:545 +#: furnitures/models.py:546  msgid "Surface (m²)"  msgstr "Area (m²)" -#: furnitures/models.py:571 +#: furnitures/models.py:572  msgid "Can view own Operation"  msgstr "Peut voir sa propre Opération" -#: furnitures/models.py:572 +#: furnitures/models.py:573  msgid "Can add own Operation"  msgstr "Peut ajouter sa propre Opération" -#: furnitures/models.py:573 +#: furnitures/models.py:574  msgid "Can change own Operation"  msgstr "Peut changer sa propre Opération" -#: furnitures/models.py:574 +#: furnitures/models.py:575  msgid "Can delete own Operation"  msgstr "Peut supprimer sa propre Opération" -#: furnitures/models.py:634 furnitures/models.py:678 furnitures/models.py:690 -#: furnitures/models.py:700 furnitures/models.py:883 +#: furnitures/models.py:635 furnitures/models.py:679 furnitures/models.py:691 +#: furnitures/models.py:701 furnitures/models.py:883  msgid "Order"  msgstr "Ordre" -#: furnitures/models.py:637 +#: furnitures/models.py:638  msgid "Parent period"  msgstr "Période parente" -#: furnitures/models.py:641 +#: furnitures/models.py:642  msgid "Type Period"  msgstr "Type de période" -#: furnitures/models.py:642 +#: furnitures/models.py:643  msgid "Types Period"  msgstr "Types de période" -#: furnitures/models.py:650 +#: furnitures/models.py:651  msgid "Dating types"  msgstr "Types de datation" -#: furnitures/models.py:654 +#: furnitures/models.py:655  msgid "Dating quality"  msgstr "Qualité de datation" -#: furnitures/models.py:655 +#: furnitures/models.py:656  msgid "Dating qualities"  msgstr "Qualités de datation" -#: furnitures/models.py:668 +#: furnitures/models.py:669  msgid "Datings"  msgstr "Datations" -#: furnitures/models.py:679 +#: furnitures/models.py:680  msgid "Parent unit"  msgstr "Unité parente" -#: furnitures/models.py:683 +#: furnitures/models.py:684  msgid "Type Unit"  msgstr "Type d'unité" -#: furnitures/models.py:684 +#: furnitures/models.py:685  msgid "Types Unit"  msgstr "Types d'unité" -#: furnitures/models.py:693 +#: furnitures/models.py:694  msgid "Type Activity"  msgstr "Type d'activité" -#: furnitures/models.py:694 +#: furnitures/models.py:695  msgid "Types Activity"  msgstr "Types d'activités" -#: furnitures/models.py:702 +#: furnitures/models.py:703  msgid "Type Identification"  msgstr "Type d'identification" -#: furnitures/models.py:703 +#: furnitures/models.py:704  msgid "Types Identification"  msgstr "Types d'identification" -#: furnitures/models.py:724 +#: furnitures/models.py:725  msgid "A short description of the location of the context record"  msgstr "Une courte description de la situation de l'Unité d'Enregistrement" -#: furnitures/models.py:734 +#: furnitures/models.py:735  msgid ""  "\"Terminus Ante Quem\" the context record can't have been created after this "  "date" @@ -1072,11 +1076,11 @@ msgstr ""  "« Terminus Ante Quem » l'Unité d'Enregistrement ne peut avoir été crée après "  "cette date" -#: furnitures/models.py:737 +#: furnitures/models.py:738  msgid "Estimation of a \"Terminus Ante Quem\""  msgstr "Estimation d'un « Terminus Ante Quem »" -#: furnitures/models.py:739 +#: furnitures/models.py:740  msgid ""  "\"Terminus Post Quem\" the context record can't have been  created before "  "this date" @@ -1084,80 +1088,84 @@ msgstr ""  "« Terminus Post Quem » l'Unité d'Enregistrement ne peut avoir été crée avant "  "cette date" -#: furnitures/models.py:742 +#: furnitures/models.py:743  msgid "Estimation of a \"Terminus Post Quem\""  msgstr "Estimation d'un « Terminus Post Quem »" -#: furnitures/models.py:750 furnitures/models.py:751 furnitures/models.py:809 +#: furnitures/models.py:751 furnitures/models.py:752 furnitures/models.py:810  #: templates/sheet_contextrecord.html:6  msgid "Context Record"  msgstr "Unité d'Enregistrement" -#: furnitures/models.py:753 +#: furnitures/models.py:754  msgid "Can view own Context Record"  msgstr "Peut voir sa propre Unité d'Enregistrement" -#: furnitures/models.py:754 +#: furnitures/models.py:755  msgid "Can add own Context Record"  msgstr "Peut ajouter sa propre Unité d'Enregistrement" -#: furnitures/models.py:755 +#: furnitures/models.py:756  msgid "Can change own Context Record"  msgstr "Peut changer sa propre Unité d'Enregistrement" -#: furnitures/models.py:756 +#: furnitures/models.py:757  msgid "Can delete own Context Record"  msgstr "Peut supprimer sa propre Unité d'Enregistrement" -#: furnitures/models.py:782 +#: furnitures/models.py:783  msgid "Source type"  msgstr "Type de source" -#: furnitures/models.py:783 +#: furnitures/models.py:784  msgid "Source types"  msgstr "Types de source" -#: furnitures/models.py:790 furnitures/models.py:1117 +#: furnitures/models.py:791 furnitures/models.py:1136  msgid "Source"  msgstr "Source" -#: furnitures/models.py:791 +#: furnitures/models.py:792  msgid "Sources"  msgstr "Sources" -#: furnitures/models.py:797 +#: furnitures/models.py:798  msgid "Recommendation"  msgstr "Recommendation" -#: furnitures/models.py:799 +#: furnitures/models.py:800  msgid "Parent material"  msgstr "Matériau parent" -#: furnitures/models.py:803 +#: furnitures/models.py:804  msgid "Material types"  msgstr "Types de matériaux" -#: furnitures/models.py:819 +#: furnitures/models.py:819 furnitures/models.py:881 +msgid "Base item" +msgstr "Mobilier de base" + +#: furnitures/models.py:820  msgid "Base items"  msgstr "Mobiliers de base" -#: furnitures/models.py:821 +#: furnitures/models.py:822  msgid "Can view own Base item"  msgstr "Peut voir son propre Mobilier de base" -#: furnitures/models.py:822 +#: furnitures/models.py:823  msgid "Can add own Base item"  msgstr "Peut ajouter son propre Mobilier de base" -#: furnitures/models.py:823 +#: furnitures/models.py:824  msgid "Can change own Base item"  msgstr "Peut changer son propre Mobilier de base" -#: furnitures/models.py:824 +#: furnitures/models.py:825  msgid "Can delete own Base item"  msgstr "Peut supprimer son propre Mobilier de base" -#: furnitures/models.py:840 +#: furnitures/models.py:841  msgid ":"  msgstr ": " @@ -1189,92 +1197,92 @@ msgstr "Peut changer son propre Mobilier"  msgid "Can delete own Item"  msgstr "Peut supprimer son propre Mobilier" -#: furnitures/models.py:931 templates/sheet_ope.html:64 +#: furnitures/models.py:950 templates/sheet_ope.html:64  #: templates/sheet_ope_modif.html:64  msgid "Owner"  msgstr "Propriétaire" -#: furnitures/models.py:937 +#: furnitures/models.py:956  msgid "Parcel owner"  msgstr "Propriétaire de parcelle" -#: furnitures/models.py:938 +#: furnitures/models.py:957  msgid "Parcel owners"  msgstr "Propriétaires de parcelle" -#: furnitures/models.py:946 +#: furnitures/models.py:965  msgid "Warehouse types"  msgstr "Types de dépôts" -#: furnitures/models.py:960 +#: furnitures/models.py:979  msgid "Can view own Warehouse"  msgstr "Peut voir son propre Dépôt" -#: furnitures/models.py:961 +#: furnitures/models.py:980  msgid "Can add own Warehouse"  msgstr "Peut ajouter son propre Dépôt" -#: furnitures/models.py:962 +#: furnitures/models.py:981  msgid "Can change own Warehouse"  msgstr "Peut changer son propre Dépôt" -#: furnitures/models.py:963 +#: furnitures/models.py:982  msgid "Can delete own Warehouse"  msgstr "Peut supprimer son propre Dépôt" -#: furnitures/models.py:973 +#: furnitures/models.py:992  msgid "Intended to"  msgstr "Destiné à" -#: furnitures/models.py:977 +#: furnitures/models.py:996  msgid "Act types"  msgstr "Types d'acte" -#: furnitures/models.py:988 +#: furnitures/models.py:1007  msgid "Archaeological preventive operator"  msgstr "Opérateur d'archéologie préventive" -#: furnitures/models.py:990 +#: furnitures/models.py:1009  msgid "Person in charge of the scientific part"  msgstr "Responsable scientifique" -#: furnitures/models.py:1005 +#: furnitures/models.py:1024  msgid "Administrative acts"  msgstr "Actes administratifs" -#: furnitures/models.py:1007 +#: furnitures/models.py:1026  msgid "Can view own Administrative act"  msgstr "Peut voir son propre Acte administratif" -#: furnitures/models.py:1008 +#: furnitures/models.py:1027  msgid "Can add own Administrative act"  msgstr "Peut ajouter son propre Acte administratif" -#: furnitures/models.py:1009 +#: furnitures/models.py:1028  msgid "Can change own Administrative act"  msgstr "Peut changer son propre Acte administratif" -#: furnitures/models.py:1010 +#: furnitures/models.py:1029  msgid "Can delete own Administrative act"  msgstr "Peut supprimer son propre Acte administratif" -#: furnitures/models.py:1021 +#: furnitures/models.py:1040  msgid "Height"  msgstr "Hauteur" -#: furnitures/models.py:1027 +#: furnitures/models.py:1046  msgid "Container types"  msgstr "Types de contenant" -#: furnitures/models.py:1038 +#: furnitures/models.py:1057  msgid "Containers"  msgstr "Contenants" -#: furnitures/models.py:1057 +#: furnitures/models.py:1076  msgid "Surface"  msgstr "Surface" -#: furnitures/models.py:1058 templates/sheet_contextrecord.html:72 +#: furnitures/models.py:1077 templates/sheet_contextrecord.html:72  #: templates/sheet_contextrecord.html:86 templates/sheet_file.html:43  #: templates/sheet_ope.html:46 templates/sheet_ope.html.py:107  #: templates/sheet_ope_modif.html:46 templates/sheet_ope_modif.html.py:107 @@ -1282,57 +1290,57 @@ msgstr "Surface"  msgid "Localisation"  msgstr "Localisation" -#: furnitures/models.py:1081 +#: furnitures/models.py:1100  msgid "Virtual"  msgstr "Virtuel" -#: furnitures/models.py:1084 +#: furnitures/models.py:1103  msgid "Treatment types"  msgstr "Types de traitements" -#: furnitures/models.py:1101 +#: furnitures/models.py:1120  msgid "Treatment"  msgstr "Traitement" -#: furnitures/models.py:1104 +#: furnitures/models.py:1123  msgid "Can view own Treatment"  msgstr "Peut voir son propre Traitement" -#: furnitures/models.py:1105 +#: furnitures/models.py:1124  msgid "Can add own Treatment"  msgstr "Peut ajouter son propre Traitement" -#: furnitures/models.py:1106 +#: furnitures/models.py:1125  msgid "Can change own Treatment"  msgstr "Peut changer son propre Traitement" -#: furnitures/models.py:1107 +#: furnitures/models.py:1126  msgid "Can delete own Treatment"  msgstr "Peut supprimer son propre traitement" -#: furnitures/models.py:1112 furnitures/models.py:1118 +#: furnitures/models.py:1131 furnitures/models.py:1137  msgid "Author type"  msgstr "Type d'auteur" -#: furnitures/models.py:1113 +#: furnitures/models.py:1132  msgid "Author types"  msgstr "Types d'auteur" -#: furnitures/models.py:1121 +#: furnitures/models.py:1140  msgid "Author"  msgstr "Auteur" -#: furnitures/models.py:1122 templates/sheet_contextrecord.html:85 +#: furnitures/models.py:1141 templates/sheet_contextrecord.html:85  #: templates/sheet_ope.html:106 templates/sheet_ope_modif.html:106  #: templates/sheet_operation.html:106  msgid "Authors"  msgstr "Auteurs" -#: furnitures/models.py:1136 +#: furnitures/models.py:1155  msgid "Property"  msgstr "Propriété" -#: furnitures/models.py:1137 +#: furnitures/models.py:1156  msgid "Properties"  msgstr "Propriétés" @@ -2038,5 +2046,14 @@ msgstr ""  "Vous être maintenant enregistré. Un courriel d'activation de votre compte "  "vous a été envoyé." +#~ msgid "General ID" +#~ msgstr "Identifiant général" + +#~ msgid "General description" +#~ msgstr "Description générale" + +#~ msgid "Administrative Act" +#~ msgstr "Acte administratif" +  #~ msgid "No context record associated to parcel:"  #~ msgstr "Pas d'Unité d'Enregistrement associée à cette parcelle :"  | 
