blob: 97541ac1e509ba9c1481478a91f3ecaac29b6e39 (
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
|
# Ishtar po translation.
# Copyright (C) 2010-2014
# This file is distributed under the same license as the Ishtar package.
# Étienne Loks <etienne.loks at peacefrogs net>, 2010-2014.
# Étienne Loks <etienne.loks@iggdrasil.net>, 2015. #zanata
# Valérie-Emma Leroux <emma@iggdrasil.net>, 2016. #zanata
# Étienne Loks <etienne.loks@iggdrasil.net>, 2016. #zanata
msgid ""
msgstr ""
#: forms.py:47 forms.py:210 forms.py:255 forms.py:396 forms.py:423
#: models.py:108 templates/ishtar/sheet_file.html:146
msgid "Year"
msgstr ""
#: forms.py:48 forms.py:215 forms.py:257 models.py:111
msgid "Numeric reference"
msgstr ""
#: forms.py:50 forms.py:217
msgid "Other reference"
msgstr ""
#: forms.py:52 forms.py:431
msgid "Parcel (section/number/public domain)"
msgstr ""
#: forms.py:55 forms.py:407 forms.py:434 models.py:544
msgid "Department"
msgstr ""
#: forms.py:56 forms.py:443
msgid "File name"
msgstr ""
#: forms.py:57 forms.py:154 forms.py:221 models.py:119
msgid "File type"
msgstr ""
#: forms.py:58
msgid "Is active?"
msgstr ""
#: forms.py:59 forms.py:156 forms.py:314
msgid "Saisine type"
msgstr ""
#: forms.py:60 forms.py:304 models.py:60 models.py:150
msgid "Permit type"
msgstr ""
#: forms.py:62 forms.py:307 models.py:151
msgid "Permit reference"
msgstr ""
#: forms.py:63 forms.py:227 forms.py:364 models.py:180
#: templates/ishtar/sheet_file.html:99
msgid "Comment"
msgstr ""
#: forms.py:65 templates/ishtar/sheet_file.html:119
msgid "In charge"
msgstr ""
#: forms.py:72 forms.py:281 forms.py:445 models.py:126
msgid "General contractor"
msgstr ""
#: forms.py:79 forms.py:453
msgid "Organization of general contractor"
msgstr ""
#: forms.py:87 forms.py:476
msgid "Created by"
msgstr ""
#: forms.py:94 forms.py:484
msgid "Modified by"
msgstr ""
#: forms.py:125
msgid "Archaeological file search"
msgstr ""
#: forms.py:139
msgid "You should select a file."
msgstr ""
#: forms.py:142 forms.py:219 models.py:159
msgid "Creation date"
msgstr ""
#: forms.py:143 forms.py:317 models.py:161
msgid "Reception date"
msgstr ""
#: forms.py:148
msgid "Slicing"
msgstr ""
#: forms.py:150
msgid "Department detail"
msgstr ""
#: forms.py:152
msgid "Date get from"
msgstr ""
#: forms.py:158
msgid "Date after"
msgstr ""
#: forms.py:160
msgid "Date before"
msgstr ""
#: forms.py:197 templates/ishtar/sheet_file.html:14
msgid "General"
msgstr ""
#: forms.py:202 models.py:121
msgid "Person in charge"
msgstr ""
#: forms.py:218 models.py:118
msgid "Name"
msgstr ""
#: forms.py:223 models.py:163
msgid "Related file"
msgstr ""
#: forms.py:231 models.py:171
msgid "Total surface (m2)"
msgstr ""
#: forms.py:234 models.py:177
msgid "Main address"
msgstr ""
#: forms.py:235
msgid "Main address - complement"
msgstr ""
#: forms.py:248
#, python-format
msgid "<br/>(last recorded: %s)"
msgstr ""
#: forms.py:270
msgid "Another file with this numeric id exists."
msgstr ""
#: forms.py:275
msgid "Preventive informations"
msgstr ""
#: forms.py:293 models.py:138
msgid "Responsible for planning service"
msgstr ""
#: forms.py:310 models.py:174
msgid "Total developed surface (m2)"
msgstr ""
#: forms.py:333 templates/ishtar/sheet_file.html:89
#: templates/ishtar/dashboards/dashboard_file.html:45
msgid "Research archaeology"
msgstr ""
#: forms.py:341 models.py:183 templates/ishtar/sheet_file.html:90
msgid "Departments"
msgstr ""
#: forms.py:351 models.py:192
msgid "Scientist in charge"
msgstr ""
#: forms.py:353 models.py:186 templates/ishtar/sheet_file.html:92
msgid "Requested operation type"
msgstr ""
#: forms.py:355
msgid "Lead organization"
msgstr ""
#: forms.py:371 models.py:196 templates/ishtar/sheet_file.html:97
msgid "Classified area"
msgstr ""
#: forms.py:373 models.py:198 templates/ishtar/sheet_file.html:98
msgid "Protected area"
msgstr ""
#: forms.py:387
msgid "Would you like to close this archaeological file?"
msgstr ""
#: forms.py:392
msgid "Would you like to delete this archaeological file ?"
msgstr ""
#: forms.py:397 forms.py:424 forms.py:547
msgid "Index"
msgstr ""
#: forms.py:401 forms.py:428 forms.py:533
msgid "Act type"
msgstr ""
#: forms.py:402
msgid "Object (full text search)"
msgstr ""
#: forms.py:429
msgid "Indexed?"
msgstr ""
#: forms.py:435
msgid "Object"
msgstr ""
#: forms.py:439
msgid "Signature date after"
msgstr ""
#: forms.py:441
msgid "Signature date before"
msgstr ""
#: forms.py:461
msgid "File numeric reference"
msgstr ""
#: forms.py:462
msgid "File year"
msgstr ""
#: forms.py:464
msgid "File other reference"
msgstr ""
#: forms.py:466
msgid "File in charge"
msgstr ""
#: forms.py:474
msgid "File permit reference"
msgstr ""
#: ishtar_menu.py:33 models.py:220 wizards.py:154 wizards.py:164
#: templates/ishtar/sheet_file.html:4
msgid "Archaeological file"
msgstr ""
#: ishtar_menu.py:37 ishtar_menu.py:60
msgid "Search"
msgstr ""
#: ishtar_menu.py:41 ishtar_menu.py:64
msgid "Creation"
msgstr ""
#: ishtar_menu.py:45 ishtar_menu.py:68
msgid "Modification"
msgstr ""
#: ishtar_menu.py:49
msgid "Closing"
msgstr ""
#: ishtar_menu.py:53 ishtar_menu.py:72
msgid "Deletion"
msgstr ""
#: ishtar_menu.py:57
msgid "Administrative act"
msgstr ""
#: ishtar_menu.py:76
msgid "Documents"
msgstr ""
#: ishtar_menu.py:82
msgid "Dashboard"
msgstr ""
#: ishtar_menu.py:84
msgid "General informations"
msgstr ""
#: ishtar_menu.py:87 models.py:221
#: templates/ishtar/dashboards/dashboard_file.html:7
msgid "Archaeological files"
msgstr ""
#: models.py:42
msgid "Archaeological file type"
msgstr ""
#: models.py:43
msgid "Archaeological file types"
msgstr ""
#: models.py:61
msgid "Permit types"
msgstr ""
#: models.py:68
msgid "Delay (in days)"
msgstr ""
#: models.py:112
msgid "Internal reference"
msgstr ""
#: models.py:114
msgid "External ID"
msgstr ""
#: models.py:117
msgid "External ID is set automatically"
msgstr ""
#: models.py:129
msgid "General contractor (raw)"
msgstr ""
#: models.py:133
msgid "General contractor organization"
msgstr ""
#: models.py:141
msgid "Planning service (raw)"
msgstr ""
#: models.py:147
msgid "Planning service organization"
msgstr ""
#: models.py:153
msgid "Closing date"
msgstr ""
#: models.py:154
msgid "Town"
msgstr ""
#: models.py:156
msgid "Towns"
msgstr ""
#: models.py:169
msgid "Instruction deadline"
msgstr ""
#: models.py:175
msgid "Locality"
msgstr ""
#: models.py:178
msgid "Main address - postal code"
msgstr ""
#: models.py:188 templates/ishtar/sheet_file.html:93
msgid "Organization"
msgstr ""
#: models.py:193
msgid "Research archaeology comment"
msgstr ""
#: models.py:207
msgid "Cached name"
msgstr ""
#: models.py:208
msgid "Imported line"
msgstr ""
#: models.py:223
msgid "Can view all Archaeological files"
msgstr ""
#: models.py:224
msgid "Can view own Archaeological file"
msgstr ""
#: models.py:225
msgid "Can add own Archaeological file"
msgstr ""
#: models.py:227
msgid "Can change own Archaeological file"
msgstr ""
#: models.py:229
msgid "Can delete own Archaeological file"
msgstr ""
#: models.py:230
msgid "Can close File"
msgstr ""
#: models.py:236
msgid "FILE"
msgstr ""
#: models.py:404
msgid "Multi-town"
msgstr ""
#: models.py:410
msgid "No town"
msgstr ""
#: models.py:543
msgid "File"
msgstr ""
#: views.py:107
msgid "File search"
msgstr ""
#: views.py:116
msgid "New file"
msgstr ""
#: views.py:135
msgid "File modification"
msgstr ""
#: views.py:158
msgid "File closing"
msgstr ""
#: views.py:163
msgid "File deletion"
msgstr ""
#: views.py:170
msgid "File: search administrative act"
msgstr ""
#: views.py:179
msgid "File: new administrative act"
msgstr ""
#: views.py:189
msgid "File: administrative act modification"
msgstr ""
#: views.py:213
msgid "File: administrative act deletion"
msgstr ""
#: wizards.py:124 templates/ishtar/sheet_file.html:111
msgid "Associated operations"
msgstr ""
#: templates/ishtar/administrativeact_document.html:9
msgid "Document generation"
msgstr ""
#: templates/ishtar/administrativeact_document.html:15
msgid "Choose the type of document"
msgstr ""
#: templates/ishtar/administrativeact_document.html:19
msgid "Generate"
msgstr ""
#: templates/ishtar/sheet_file.html:22
msgid "Edition date:"
msgstr ""
#: templates/ishtar/sheet_file.html:36
msgid "State:"
msgstr ""
#: templates/ishtar/sheet_file.html:36
msgid "Active file"
msgstr ""
#: templates/ishtar/sheet_file.html:37
msgid "Closed file"
msgstr ""
#: templates/ishtar/sheet_file.html:39
msgid "Closing date:"
msgstr ""
#: templates/ishtar/sheet_file.html:39
msgid "by"
msgstr ""
#: templates/ishtar/sheet_file.html:44
msgid "Related file:"
msgstr ""
#: templates/ishtar/sheet_file.html:49
msgid "Localisation"
msgstr ""
#: templates/ishtar/sheet_file.html:50
msgid "Towns:"
msgstr ""
#: templates/ishtar/sheet_file.html:51
msgid "Departments:"
msgstr ""
#: templates/ishtar/sheet_file.html:53
msgid "Main address:"
msgstr ""
#: templates/ishtar/sheet_file.html:54
msgid "Complement:"
msgstr ""
#: templates/ishtar/sheet_file.html:55
msgid "Postal code:"
msgstr ""
#: templates/ishtar/sheet_file.html:57
msgid "Surface:"
msgstr ""
#: templates/ishtar/sheet_file.html:62
msgid "Preventive archaeological file"
msgstr ""
#: templates/ishtar/sheet_file.html:64
msgid "Developed surface:"
msgstr ""
#: templates/ishtar/sheet_file.html:90 templates/ishtar/sheet_file.html:91
#: templates/ishtar/sheet_file.html:92 templates/ishtar/sheet_file.html:93
#: templates/ishtar/sheet_file.html:99
#: templates/ishtar/dashboards/dashboard_file.html:14
msgid ":"
msgstr ""
#: templates/ishtar/sheet_file.html:91
msgid "Head scientist"
msgstr ""
#: templates/ishtar/sheet_file.html:105
msgid "Associated parcels"
msgstr ""
#: templates/ishtar/sheet_file.html:108
msgid "Administrative acts"
msgstr ""
#: templates/ishtar/sheet_file.html:116 templates/ishtar/sheet_file.html:147
msgid "Ref."
msgstr ""
#: templates/ishtar/sheet_file.html:118 templates/ishtar/sheet_file.html:148
msgid "Type"
msgstr ""
#: templates/ishtar/sheet_file.html:120
msgid "Start date"
msgstr ""
#: templates/ishtar/sheet_file.html:121
msgid "Excavation end date"
msgstr ""
#: templates/ishtar/sheet_file.html:135
msgid "No operation associated to this archaeological file"
msgstr ""
#: templates/ishtar/sheet_file.html:141
msgid "Admninistrative acts linked to associated operations"
msgstr ""
#: templates/ishtar/sheet_file.html:149
msgid "Date"
msgstr ""
#: templates/ishtar/sheet_file.html:159
msgid "No administrative act linked to operations"
msgstr ""
#: templates/ishtar/blocks/window_file_nav.html:10
msgid "Add an operation for this file"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:10
msgid "Global informations"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:12
#: templates/ishtar/dashboards/dashboard_file.html:47
#: templates/ishtar/dashboards/dashboard_file.html:102
msgid "Total:"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:18
#: templates/ishtar/dashboards/dashboard_file.html:49
#: templates/ishtar/dashboards/dashboard_file.html:133
msgid "by year"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:22
msgid "no year"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:32
#: templates/ishtar/dashboards/dashboard_file.html:61
#: templates/ishtar/dashboards/dashboard_file.html:147
msgid "by month"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:73
#: templates/ishtar/dashboards/dashboard_file.html:178
msgid "by department"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:85
msgid "main towns"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:100
msgid "Rescue archaeology"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:105
msgid "by saisine type"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:119
msgid "by administrative act"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:160
msgid "Archaeological files linked to at least one operation:"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:161
#, python-format
msgid "Archaeological files linked to at least one operation (%%):"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:164
#, python-format
msgid "archaeological files linked to at least one operation (%%)"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:192
msgid "surface by department (ha)"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:206
msgid "main towns by number"
msgstr ""
#: templates/ishtar/dashboards/dashboard_file.html:220
msgid "main towns by surface (ha)"
msgstr ""
|