summaryrefslogtreecommitdiff
path: root/archaeological_operations/locale/django.pot
blob: 82843ca9880271741a6c2845ca3ecea668a1797f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
# Ishtar po translation.
# Copyright (C) 2010-2015
# This file is distributed under the same license as the Ishtar package.
# Étienne Loks <etienne.loks at peacefrogs net>, 2010-2015.
# Étienne Loks <etienne.loks@proxience.com>, 2015. #zanata
msgid ""
msgstr ""

#: forms.py:69 forms.py:336 forms.py:843 forms.py:865 forms.py:869
#: models.py:773 templates/ishtar/blocks/window_tables/parcels.html:8
msgid "Parcels"
msgstr ""

#: forms.py:72 forms.py:188 forms.py:819 models.py:763
#: templates/ishtar/blocks/window_tables/parcels.html:5
#: templates/ishtar/dashboards/dashboard_operation.html:302
#: templates/ishtar/dashboards/dashboard_operation.html:315
#: templates/ishtar/dashboards/dashboard_operation.html:482
#: templates/ishtar/dashboards/dashboard_operation.html:495
msgid "Town"
msgstr ""

#: forms.py:74 forms.py:414 forms.py:671 forms.py:1032 models.py:148
#: models.py:579 models.py:761
#: templates/ishtar/blocks/window_tables/parcels.html:6
msgid "Year"
msgstr ""

#: forms.py:77 models.py:764
#: templates/ishtar/blocks/window_tables/parcels.html:7
msgid "Section"
msgstr ""

#: forms.py:80 models.py:765
msgid "Parcel number"
msgstr ""

#: forms.py:110
msgid "Town section and parcel number fields are required."
msgstr ""

#: forms.py:153
msgid "Current parcels"
msgstr ""

#: forms.py:155
msgid "Deleted parcels"
msgstr ""

#: forms.py:191
msgid "Full text input"
msgstr ""

#: forms.py:193
msgid "example: \"2013: XD:1 to 13,24,33 to 39, YD:24\" or \"AB:24,AC:42\""
msgstr ""

#: forms.py:330
msgid "There are identical parcels."
msgstr ""

#: forms.py:345
msgid "Relation type"
msgstr ""

#: forms.py:348 ishtar_menu.py:33 models.py:224 models.py:479 models.py:504
#: models.py:518 models.py:570 models.py:760 wizards.py:341 wizards.py:352
#: templates/ishtar/sheet_operation.html:6
msgid "Operation"
msgstr ""

#: forms.py:367
msgid ":"
msgstr ""

#: forms.py:398
msgid "Current relations"
msgstr ""

#: forms.py:400
msgid "Deleted relations"
msgstr ""

#: forms.py:404 templates/ishtar/sheet_operation.html:97
msgid "Relations"
msgstr ""

#: forms.py:415
msgid "Numeric reference"
msgstr ""

#: forms.py:416
msgid "Name (full text search)"
msgstr ""

#: forms.py:421 forms.py:561 forms.py:656 forms.py:1009 models.py:157
msgid "Operation type"
msgstr ""

#: forms.py:429 models.py:564
msgid "Scientist in charge"
msgstr ""

#: forms.py:438 forms.py:649 models.py:145
msgid "In charge"
msgstr ""

#: forms.py:440 forms.py:563 forms.py:642 models.py:143
msgid "Operator"
msgstr ""

#: forms.py:445 forms.py:909 models.py:71 models.py:159
msgid "Remains"
msgstr ""

#: forms.py:446 forms.py:888 forms.py:906 models.py:69 models.py:164
msgid "Periods"
msgstr ""

#: forms.py:447
msgid "Started before"
msgstr ""

#: forms.py:449
msgid "Started after"
msgstr ""

#: forms.py:451
msgid "Ended before"
msgstr ""

#: forms.py:453
msgid "Ended after"
msgstr ""

#: forms.py:455
msgid "Parcel (section/number)"
msgstr ""

#: forms.py:456
msgid "Is open?"
msgstr ""

#: forms.py:458 forms.py:1043
msgid "Created by"
msgstr ""

#: forms.py:463 forms.py:710 models.py:219
msgid "Record quality"
msgstr ""

#: forms.py:464 forms.py:713 models.py:214
msgid "Virtual operation"
msgstr ""

#: forms.py:488 forms.py:1002 views.py:201
msgid "Operation search"
msgstr ""

#: forms.py:501 forms.py:1004
msgid "You should select an operation."
msgstr ""

#: forms.py:532
msgid "Associated file"
msgstr ""

#: forms.py:536 forms.py:768 models.py:576 wizards.py:78
msgid "Archaelogical file"
msgstr ""

#: forms.py:541
msgid "months"
msgstr ""

#: forms.py:541
msgid "years"
msgstr ""

#: forms.py:543 models.py:129
msgid "Creation date"
msgstr ""

#: forms.py:544
msgid "Start of field work"
msgstr ""

#: forms.py:546
msgid "All"
msgstr ""

#: forms.py:547
msgid "Preventive"
msgstr ""

#: forms.py:548
msgid "Research"
msgstr ""

#: forms.py:552
msgid "Slicing"
msgstr ""

#: forms.py:555
msgid "Department detail"
msgstr ""

#: forms.py:557
msgid "Date get from"
msgstr ""

#: forms.py:559
msgid "Preventive/Research"
msgstr ""

#: forms.py:565
msgid "Date after"
msgstr ""

#: forms.py:567
msgid "Date before"
msgstr ""

#: forms.py:569
msgid "With reports"
msgstr ""

#: forms.py:570
msgid "With finds"
msgstr ""

#: forms.py:622 forms.py:1083 templates/ishtar/sheet_administrativeact.html:11
#: templates/ishtar/sheet_operation.html:32
msgid "General"
msgstr ""

#: forms.py:632
msgid "Head scientist"
msgstr ""

#: forms.py:659 models.py:51 models.py:132 models.py:933
msgid "Start date"
msgstr ""

#: forms.py:661 models.py:134
msgid "Excavation end date"
msgstr ""

#: forms.py:664 models.py:135
msgid "Report delivery date"
msgstr ""

#: forms.py:668
msgid "Total surface (m2)"
msgstr ""

#: forms.py:676 forms.py:764 models.py:149 models.py:358
msgid "Operation code"
msgstr ""

#: forms.py:679 models.py:206
msgid "Generic name"
msgstr ""

#: forms.py:681 models.py:205
msgid "Operator reference"
msgstr ""

#: forms.py:685
msgid "Associated archaeological sites"
msgstr ""

#: forms.py:708 models.py:207
msgid "Comment"
msgstr ""

#: forms.py:734
msgid ""
"If you want to set an excavation end date you have to provide a start date."
msgstr ""

#: forms.py:739
msgid "The excavation end date cannot be before the start date."
msgstr ""

#: forms.py:754
#, python-format
msgid ""
"Operation code already exist for year: %(year)d - use a value bigger than "
"%(last_val)d"
msgstr ""

#: forms.py:758
msgid "Bad operation code"
msgstr ""

#: forms.py:789
msgid "Preventive informations - excavation"
msgstr ""

#: forms.py:790 models.py:162
#: templates/ishtar/dashboards/dashboard_operation.html:495
msgid "Cost (euros)"
msgstr ""

#: forms.py:791 models.py:167
msgid "Scheduled man-days"
msgstr ""

#: forms.py:793 models.py:170
msgid "Optional man-days"
msgstr ""

#: forms.py:795 models.py:173
msgid "Effective man-days"
msgstr ""

#: forms.py:805
msgid "Preventive informations - diagnostic"
msgstr ""

#: forms.py:808 models.py:189
msgid "Prescription on zoning"
msgstr ""

#: forms.py:810 models.py:192
msgid "Prescription on large area"
msgstr ""

#: forms.py:813 models.py:194
msgid "Prescription on geoarchaeological context"
msgstr ""

#: forms.py:817 forms.py:839 models.py:161 models.py:589
msgid "Towns"
msgstr ""

#: forms.py:846 models.py:772 models.py:931
msgid "Parcel"
msgstr ""

#: forms.py:873 models.py:45
msgid "Remain types"
msgstr ""

#: forms.py:877 models.py:44
msgid "Remain type"
msgstr ""

#: forms.py:892
msgid "Period"
msgstr ""

#: forms.py:903 models.py:66
msgid "Reference"
msgstr ""

#: forms.py:904 models.py:67
msgid "Name"
msgstr ""

#: forms.py:928
msgid "This reference already exists."
msgstr ""

#: forms.py:945
msgid "Associated archaelogical sites"
msgstr ""

#: forms.py:951 ishtar_menu.py:36 ishtar_menu.py:63 ishtar_menu.py:125
msgid "Search"
msgstr ""

#: forms.py:956
msgid "Would you like to close this operation?"
msgstr ""

#: forms.py:961
msgid "Would you like to delete this operation?"
msgstr ""

#: forms.py:970 forms.py:1033 models.py:506 models.py:555
msgid "Index"
msgstr ""

#: forms.py:996
#, python-format
msgid ""
"Index already exists for operation: %(operation)s - use a value bigger than "
"%(last_val)d"
msgstr ""

#: forms.py:1008
msgid "Operation's town"
msgstr ""

#: forms.py:1011
msgid "Operation's year"
msgstr ""

#: forms.py:1022
msgid "Documentation search"
msgstr ""

#: forms.py:1024
msgid "You should select a document."
msgstr ""

#: forms.py:1037 forms.py:1086 models.py:529 models.py:549
msgid "Act type"
msgstr ""

#: forms.py:1041 models.py:480
#: templates/ishtar/dashboards/dashboard_operation.html:273
#: templates/ishtar/dashboards/dashboard_operation.html:286
#: templates/ishtar/dashboards/dashboard_operation.html:453
#: templates/ishtar/dashboards/dashboard_operation.html:466
msgid "Department"
msgstr ""

#: forms.py:1063 views.py:335
msgid "Administrative act search"
msgstr ""

#: forms.py:1078 forms.py:1132 forms.py:1199
msgid "You should select an administrative act."
msgstr ""

#: forms.py:1091 models.py:580
msgid "Object"
msgstr ""

#: forms.py:1094 models.py:577
msgid "Signature date"
msgstr ""

#: forms.py:1109
msgid "Would you like to delete this administrative act?"
msgstr ""

#: forms.py:1114
msgid "Template"
msgstr ""

#: forms.py:1138 forms.py:1142
msgid "This document is not intended for this type of act."
msgstr ""

#: forms.py:1160
msgid "Doc generation"
msgstr ""

#: forms.py:1162
msgid "Generate the associated doc?"
msgstr ""

#: forms.py:1174
msgid "Indexed?"
msgstr ""

#: forms.py:1183 ishtar_menu.py:110 views.py:369
msgctxt "admin act register"
msgid "Register"
msgstr ""

#: ishtar_menu.py:41
msgid "Creation"
msgstr ""

#: ishtar_menu.py:46 ishtar_menu.py:73 ishtar_menu.py:136
msgid "Modification"
msgstr ""

#: ishtar_menu.py:51
msgid "Closing"
msgstr ""

#: ishtar_menu.py:55 ishtar_menu.py:78 ishtar_menu.py:141
msgid "Deletion"
msgstr ""

#: ishtar_menu.py:60
msgid "Documentation"
msgstr ""

#: ishtar_menu.py:68 ishtar_menu.py:131 widgets.py:52
msgid "Add"
msgstr ""

#: ishtar_menu.py:87
msgid "Dashboard"
msgstr ""

#: ishtar_menu.py:90
msgid "General informations"
msgstr ""

#: ishtar_menu.py:94 models.py:225
#: templates/ishtar/dashboards/dashboard_operation.html:9
msgid "Operations"
msgstr ""

#: ishtar_menu.py:106
msgid "Administrative Act"
msgstr ""

#: ishtar_menu.py:121 models.py:596
#: templates/ishtar/sheet_administrativeact.html:6
msgid "Administrative act"
msgstr ""

#: ishtar_menu.py:146
msgid "Documents"
msgstr ""

#: models.py:50 models.py:1395
msgid "Order"
msgstr ""

#: models.py:52 models.py:934
msgid "End date"
msgstr ""

#: models.py:53
msgid "Parent period"
msgstr ""

#: models.py:57
msgid "Type Period"
msgstr ""

#: models.py:58
msgid "Types Period"
msgstr ""

#: models.py:75
msgid "Archaeological site"
msgstr ""

#: models.py:76 models.py:211
msgid "Archaeological sites"
msgstr ""

#: models.py:79
msgid "Can view all Archaeological site"
msgstr ""

#: models.py:81
msgid "Can view own Archaeological site"
msgstr ""

#: models.py:83
msgid "Can add own Archaeological site"
msgstr ""

#: models.py:85
msgid "Can change own Archaeological site"
msgstr ""

#: models.py:87
msgid "Can delete own Archaeological site"
msgstr ""

#: models.py:117
msgid "Not documented"
msgstr ""

#: models.py:118
msgid "Arbitrary"
msgstr ""

#: models.py:119
msgid "Reliable"
msgstr ""

#: models.py:131
msgid "Closing date"
msgstr ""

#: models.py:138
msgid "In charge scientist"
msgstr ""

#: models.py:154 models.py:756
msgid "File"
msgstr ""

#: models.py:158
msgid "Surface (m2)"
msgstr ""

#: models.py:208
msgid "Cached name"
msgstr ""

#: models.py:216
msgid ""
"If checked, it means that this operation have not been officialy registered."
msgstr ""

#: models.py:227
msgid "Can view all Operation"
msgstr ""

#: models.py:228
msgid "Can view own Operation"
msgstr ""

#: models.py:229
msgid "Can add own Operation"
msgstr ""

#: models.py:230
msgid "Can change own Operation"
msgstr ""

#: models.py:231
msgid "Can delete own Operation"
msgstr ""

#: models.py:232
msgid "Can close Operation"
msgstr ""

#: models.py:255
msgid "OPE"
msgstr ""

#: models.py:315
msgid "Intercommunal"
msgstr ""

#: models.py:341 models.py:517
msgid "Archaeological file"
msgstr ""

#: models.py:342
msgid "Code patriarche"
msgstr ""

#: models.py:384
msgid "This operation code already exists for this year"
msgstr ""

#: models.py:450
msgid "Inverse relation"
msgstr ""

#: models.py:454
msgid "Operation relation type"
msgstr ""

#: models.py:455
msgid "Operation relation types"
msgstr ""

#: models.py:468
msgid "Operation record relation"
msgstr ""

#: models.py:469
msgid "Operation record relations"
msgstr ""

#: models.py:490
msgid "Operation documentation"
msgstr ""

#: models.py:491
msgid "Operation documentations"
msgstr ""

#: models.py:494
msgid "Can view all Operation source"
msgstr ""

#: models.py:496
msgid "Can view own Operation source"
msgstr ""

#: models.py:498
msgid "Can add own Operation source"
msgstr ""

#: models.py:500
msgid "Can change own Operation source"
msgstr ""

#: models.py:502
msgid "Can delete own Operation source"
msgstr ""

#: models.py:520
msgid "Intended to"
msgstr ""

#: models.py:522
msgid "Code"
msgstr ""

#: models.py:525
msgid "Associated template"
msgstr ""

#: models.py:526
msgid "Indexed"
msgstr ""

#: models.py:530
msgid "Act types"
msgstr ""

#: models.py:553
msgid "Person in charge of the operation"
msgstr ""

#: models.py:559
msgid "Archaeological preventive operator"
msgstr ""

#: models.py:567
msgid "Signatory"
msgstr ""

#: models.py:586
msgid "Departments"
msgstr ""

#: models.py:587
msgid "Cached values get from associated departments"
msgstr ""

#: models.py:590
msgid "Cached values get from associated towns"
msgstr ""

#: models.py:597
msgid "Administrative acts"
msgstr ""

#: models.py:600
msgid "Can view all Administrative act"
msgstr ""

#: models.py:602
msgid "Can view own Administrative act"
msgstr ""

#: models.py:604
msgid "Can add own Administrative act"
msgstr ""

#: models.py:606
msgid "Can change own Administrative act"
msgstr ""

#: models.py:608
msgid "Can delete own Administrative act"
msgstr ""

#: models.py:617
#: templates/ishtar/blocks/window_tables/administrativacts.html:5
msgid "Ref."
msgstr ""

#: models.py:700
msgid "This index already exists for this year"
msgstr ""

#: models.py:767
msgid "External ID"
msgstr ""

#: models.py:769
msgid "Address - Locality"
msgstr ""

#: models.py:929
msgid "Owner"
msgstr ""

#: models.py:937
msgid "Parcel owner"
msgstr ""

#: models.py:938
msgid "Parcel owners"
msgstr ""

#: models.py:964
msgid "Recorded"
msgstr ""

#: models.py:965
msgid "Effective"
msgstr ""

#: models.py:966
msgid "Active"
msgstr ""

#: models.py:967
msgid "Field completed"
msgstr ""

#: models.py:968
msgid "Associated report"
msgstr ""

#: models.py:969
msgid "Closed"
msgstr ""

#: models.py:970
msgid "Documented and closed"
msgstr ""

#: models.py:1396
msgid "Is preventive"
msgstr ""

#: models.py:1399
msgid "Operation type old"
msgstr ""

#: models.py:1400
msgid "Operation types old"
msgstr ""

#: views.py:222
msgid "New operation"
msgstr ""

#: views.py:256
msgid "Operation modification"
msgstr ""

#: views.py:296
msgid "Operation closing"
msgstr ""

#: views.py:302
msgid "Operation deletion"
msgstr ""

#: views.py:307
msgid "Operation: source search"
msgstr ""

#: views.py:315
msgid "Operation: source creation"
msgstr ""

#: views.py:323
msgid "Operation: source modification"
msgstr ""

#: views.py:329
msgid "Operation: source deletion"
msgstr ""

#: views.py:344
msgid "Operation: new administrative act"
msgstr ""

#: views.py:354
msgid "Operation: administrative act modification"
msgstr ""

#: views.py:363
msgid "Operation: administrative act deletion"
msgstr ""

#: wizards.py:203
msgid ""
"Warning: No Archaelogical File is provided. If you have forget it return to "
"the first step."
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:10
#: templates/ishtar/sheet_operation.html:24
msgid "Export as:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:10
#: templates/ishtar/sheet_operation.html:24
msgid "OpenOffice.org file"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:10
#: templates/ishtar/sheet_operation.html:24
msgid "PDF file"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:12
#: templates/ishtar/sheet_operation.html:34
msgid "Year:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:13
#: templates/ishtar/sheet_operation.html:35
msgid "Numerical reference:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:14
msgid "Internal reference:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:15
#: templates/ishtar/sheet_operation.html:53
msgid "Type:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:16
msgid "Object:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:17
msgid "Signature date:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:18
#: templates/ishtar/sheet_operation.html:47
msgid "In charge:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:19
msgid "Archaeological preventive operator:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:21
#: templates/ishtar/sheet_operation.html:70
msgid "Associated file:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:22
msgid "Associated operation:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:24
#: templates/ishtar/sheet_operation.html:54
msgid "Surface:"
msgstr ""

#: templates/ishtar/sheet_administrativeact.html:25
#: templates/ishtar/sheet_operation.html:41
msgid "Created by:"
msgstr ""

#: templates/ishtar/sheet_operation.html:14
msgid "Previous version"
msgstr ""

#: templates/ishtar/sheet_operation.html:18
msgid "Are you sure to rollback to this version?"
msgstr ""

#: templates/ishtar/sheet_operation.html:19
msgid "Next version"
msgstr ""

#: templates/ishtar/sheet_operation.html:26
msgid "Modify"
msgstr ""

#: templates/ishtar/sheet_operation.html:29
msgid "This operation is virtual."
msgstr ""

#: templates/ishtar/sheet_operation.html:33
msgid "Name:"
msgstr ""

#: templates/ishtar/sheet_operation.html:37
msgid "Patriarche OA code:"
msgstr ""

#: templates/ishtar/sheet_operation.html:38
msgid "Patriarche OA code not yet recorded!"
msgstr ""

#: templates/ishtar/sheet_operation.html:40
msgid "Edition date:"
msgstr ""

#: templates/ishtar/sheet_operation.html:43
msgid "Begining date:"
msgstr ""

#: templates/ishtar/sheet_operation.html:44
msgid "Excavation end date:"
msgstr ""

#: templates/ishtar/sheet_operation.html:46
msgid "Head scientist:"
msgstr ""

#: templates/ishtar/sheet_operation.html:48
msgid "Operator:"
msgstr ""

#: templates/ishtar/sheet_operation.html:49
msgid "State:"
msgstr ""

#: templates/ishtar/sheet_operation.html:49
msgid "Active file"
msgstr ""

#: templates/ishtar/sheet_operation.html:50
msgid "Closed operation"
msgstr ""

#: templates/ishtar/sheet_operation.html:51
msgid "Closing date:"
msgstr ""

#: templates/ishtar/sheet_operation.html:51
msgid "by"
msgstr ""

#: templates/ishtar/sheet_operation.html:55
msgid "Cost:"
msgstr ""

#: templates/ishtar/sheet_operation.html:56
msgid "Duration:"
msgstr ""

#: templates/ishtar/sheet_operation.html:56
msgid "Day"
msgstr ""

#: templates/ishtar/sheet_operation.html:58
msgid "Remains:"
msgstr ""

#: templates/ishtar/sheet_operation.html:59
msgid "Periods:"
msgstr ""

#: templates/ishtar/sheet_operation.html:73
msgid "Town planning service:"
msgstr ""

#: templates/ishtar/sheet_operation.html:74
msgid "Permit type:"
msgstr ""

#: templates/ishtar/sheet_operation.html:75
msgid "Permit reference:"
msgstr ""

#: templates/ishtar/sheet_operation.html:76
msgid "General contractor organisation:"
msgstr ""

#: templates/ishtar/sheet_operation.html:77
msgid "General contractor:"
msgstr ""

#: templates/ishtar/sheet_operation.html:81
msgid "Comment:"
msgstr ""

#: templates/ishtar/sheet_operation.html:83
msgid "Localisation"
msgstr ""

#: templates/ishtar/sheet_operation.html:84
msgid "Towns:"
msgstr ""

#: templates/ishtar/sheet_operation.html:86
msgid "Main address:"
msgstr ""

#: templates/ishtar/sheet_operation.html:87
msgid "Complement:"
msgstr ""

#: templates/ishtar/sheet_operation.html:88
msgid "Postal code:"
msgstr ""

#: templates/ishtar/sheet_operation.html:102
msgid "Details"
msgstr ""

#: templates/ishtar/sheet_operation.html:107
msgid "Associated parcels"
msgstr ""

#: templates/ishtar/sheet_operation.html:111
msgid "Administrativ acts"
msgstr ""

#: templates/ishtar/sheet_operation.html:115
msgid "Document from this operation"
msgstr ""

#: templates/ishtar/sheet_operation.html:120
msgid "Context records"
msgstr ""

#: templates/ishtar/sheet_operation.html:132
msgid "Finds"
msgstr ""

#: templates/ishtar/blocks/window_tables/administrativacts.html:6
#: templates/ishtar/dashboards/dashboard_operation.html:82
msgid "Type"
msgstr ""

#: templates/ishtar/blocks/window_tables/administrativacts.html:7
msgid "Date"
msgstr ""

#: templates/ishtar/blocks/window_tables/administrativacts.html:16
msgid "No administrative act associated"
msgstr ""

#: templates/ishtar/blocks/window_tables/parcels.html:20
msgid "No parcel"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:11
msgid "Global informations"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:15
#: templates/ishtar/dashboards/dashboard_operation.html:111
#: templates/ishtar/dashboards/dashboard_operation.html:329
msgid "Total"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:17
#: templates/ishtar/dashboards/dashboard_operation.html:30
#: templates/ishtar/dashboards/dashboard_operation.html:113
#: templates/ishtar/dashboards/dashboard_operation.html:152
#: templates/ishtar/dashboards/dashboard_operation.html:184
#: templates/ishtar/dashboards/dashboard_operation.html:331
#: templates/ishtar/dashboards/dashboard_operation.html:370
msgid "Status"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:17
#: templates/ishtar/dashboards/dashboard_operation.html:113
#: templates/ishtar/dashboards/dashboard_operation.html:302
#: templates/ishtar/dashboards/dashboard_operation.html:331
#: templates/ishtar/dashboards/dashboard_operation.html:482
msgid "Number"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:28
msgid "Area by type of operation"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:30
msgid "Area (ha)"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:41
msgid "By types"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:43
#: templates/ishtar/dashboards/dashboard_operation.html:56
#: templates/ishtar/dashboards/dashboard_operation.html:69
#: templates/ishtar/dashboards/dashboard_operation.html:95
#: templates/ishtar/dashboards/dashboard_operation.html:126
#: templates/ishtar/dashboards/dashboard_operation.html:139
#: templates/ishtar/dashboards/dashboard_operation.html:260
#: templates/ishtar/dashboards/dashboard_operation.html:344
#: templates/ishtar/dashboards/dashboard_operation.html:357
#: templates/ishtar/dashboards/dashboard_operation.html:440
msgid "State"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:54
#: templates/ishtar/dashboards/dashboard_operation.html:124
#: templates/ishtar/dashboards/dashboard_operation.html:342
msgid "By year"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:67
#: templates/ishtar/dashboards/dashboard_operation.html:137
#: templates/ishtar/dashboards/dashboard_operation.html:355
msgid "By realisation year"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:80
msgid "Effective operation by type and year"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:93
msgid "By realisation month"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:106
msgid "Survey informations"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:150
msgid "Current year"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:155
#: templates/ishtar/dashboards/dashboard_operation.html:171
#: templates/ishtar/dashboards/dashboard_operation.html:187
#: templates/ishtar/dashboards/dashboard_operation.html:203
#: templates/ishtar/dashboards/dashboard_operation.html:289
#: templates/ishtar/dashboards/dashboard_operation.html:373
#: templates/ishtar/dashboards/dashboard_operation.html:389
msgid "Area"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:158
#: templates/ishtar/dashboards/dashboard_operation.html:171
#: templates/ishtar/dashboards/dashboard_operation.html:190
#: templates/ishtar/dashboards/dashboard_operation.html:203
#: templates/ishtar/dashboards/dashboard_operation.html:376
#: templates/ishtar/dashboards/dashboard_operation.html:389
msgid "Man-day"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:161
#: templates/ishtar/dashboards/dashboard_operation.html:171
#: templates/ishtar/dashboards/dashboard_operation.html:193
#: templates/ishtar/dashboards/dashboard_operation.html:203
#: templates/ishtar/dashboards/dashboard_operation.html:379
#: templates/ishtar/dashboards/dashboard_operation.html:389
msgid "Man-day/hectare"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:165
msgid "Man-day/hectare for effective operations (current year):"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:169
msgid "Organizations (current year)"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:182
#: templates/ishtar/dashboards/dashboard_operation.html:368
msgid "Current realisation year"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:197
#: templates/ishtar/dashboards/dashboard_operation.html:383
msgid "Man-day/hectare for effective operations (current realisation year):"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:201
#: templates/ishtar/dashboards/dashboard_operation.html:387
msgid "Organizations (current realisation year)"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:214
#: templates/ishtar/dashboards/dashboard_operation.html:400
msgid "Area by organization by year"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:216
#: templates/ishtar/dashboards/dashboard_operation.html:402
#: templates/ishtar/dashboards/dashboard_operation.html:421
msgid "Organization"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:224
#: templates/ishtar/dashboards/dashboard_operation.html:413
#: templates/ishtar/dashboards/dashboard_operation.html:432
msgid "Mean"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:230
msgid "Effective operations areas (ha)"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:235
#: templates/ishtar/dashboards/dashboard_operation.html:273
#: templates/ishtar/dashboards/dashboard_operation.html:286
#: templates/ishtar/dashboards/dashboard_operation.html:410
#: templates/ishtar/dashboards/dashboard_operation.html:429
#: templates/ishtar/dashboards/dashboard_operation.html:453
#: templates/ishtar/dashboards/dashboard_operation.html:466
msgid "Sum"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:238
#: templates/ishtar/dashboards/dashboard_operation.html:252
msgid "Average"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:244
msgid "Man-Days/hectare by Year"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:249
msgid "Man-Days/hectare"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:258
#: templates/ishtar/dashboards/dashboard_operation.html:438
msgid "By month"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:271
#: templates/ishtar/dashboards/dashboard_operation.html:451
msgid "By department"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:284
#: templates/ishtar/dashboards/dashboard_operation.html:464
msgid "Effective operation by department"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:289
#: templates/ishtar/dashboards/dashboard_operation.html:469
msgid "Nb."
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:300
#: templates/ishtar/dashboards/dashboard_operation.html:480
msgid "Main towns by number"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:313
msgid "Main towns by surface"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:315
msgid "Total surface (ha)"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:325
msgid "Excavation informations"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:419
msgid "Area by organization by realisation year"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:469
msgid "Cost"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:469
msgid "FNAP cost"
msgstr ""

#: templates/ishtar/dashboards/dashboard_operation.html:493
msgid "Main towns by cost"
msgstr ""

#: templates/ishtar/wizard/wizard_adminact_deletion.html:6
msgid "This act is indexed!"
msgstr ""