blob: 46cd3a2afef906620453523fd3e878e07313ffa3 (
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
|
# 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@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:50 forms.py:54 wizards.py:60
msgid "Context record"
msgstr ""
#: forms.py:83 ishtar_menu.py:31 models.py:386 models.py:670 models.py:768
#: models.py:912 templates/ishtar/sheet_find.html:5
msgid "Find"
msgstr ""
#: forms.py:94 forms.py:218 forms.py:422 models.py:115 models.py:324
msgid "Free ID"
msgstr ""
#: forms.py:96 models.py:372
msgid "Previous ID"
msgstr ""
#: forms.py:97 forms.py:247 forms.py:588 models.py:119 models.py:325
#: models.py:702
msgid "Description"
msgstr ""
#: forms.py:100 forms.py:249 models.py:130
msgid "Batch/object"
msgstr ""
#: forms.py:102 models.py:353
msgid "Is complete?"
msgstr ""
#: forms.py:105 forms.py:238 forms.py:426 models.py:50
msgid "Material type"
msgstr ""
#: forms.py:106 forms.py:242 models.py:60 models.py:329
msgid "Conservatory state"
msgstr ""
#: forms.py:109 models.py:331
msgid "Conservatory comment"
msgstr ""
#: forms.py:112 models.py:92 models.py:356
msgid "Object types"
msgstr ""
#: forms.py:114 forms.py:241 models.py:67
msgid "Preservation type"
msgstr ""
#: forms.py:117 forms.py:244 models.py:358
msgid "Integrity"
msgstr ""
#: forms.py:120 forms.py:245 models.py:360
msgid "Remarkability"
msgstr ""
#: forms.py:122 models.py:362
msgid "Length (cm)"
msgstr ""
#: forms.py:123 models.py:363
msgid "Width (cm)"
msgstr ""
#: forms.py:124 models.py:364
msgid "Height (cm)"
msgstr ""
#: forms.py:125 models.py:365
msgid "Diameter (cm)"
msgstr ""
#: forms.py:126 forms.py:427 models.py:336
msgid "Volume (l)"
msgstr ""
#: forms.py:127 forms.py:428 models.py:337
msgid "Weight (g)"
msgstr ""
#: forms.py:129 models.py:366
msgid "Dimensions comment"
msgstr ""
#: forms.py:130 forms.py:429 models.py:340
msgid "Find number"
msgstr ""
#: forms.py:131 models.py:368
msgid "Mark"
msgstr ""
#: forms.py:132 forms.py:251 models.py:374
msgid "Check"
msgstr ""
#: forms.py:134 models.py:376
msgid "Check date"
msgstr ""
#: forms.py:135 models.py:120 models.py:369 models.py:703
msgid "Comment"
msgstr ""
#: forms.py:138 models.py:370
msgid "Comment on dating"
msgstr ""
#: forms.py:139 models.py:378
msgid "Estimated value"
msgstr ""
#: forms.py:141
msgid "Image"
msgstr ""
#: forms.py:142
#, python-format
msgid ""
"<p>Heavy images are resized to: %(width)dx%(height)d (ratio is preserved).</"
"p>"
msgstr ""
#: forms.py:181 forms.py:212 models.py:348
msgid "Dating"
msgstr ""
#: forms.py:186 forms.py:236
msgid "Period"
msgstr ""
#: forms.py:187 forms.py:590 models.py:716 models.py:781 models.py:917
#: templates/ishtar/sheet_find.html:85 templates/ishtar/sheet_find.html:114
msgid "Start date"
msgstr ""
#: forms.py:189 forms.py:592 models.py:717 models.py:782 models.py:918
#: templates/ishtar/sheet_find.html:86 templates/ishtar/sheet_find.html:115
msgid "End date"
msgstr ""
#: forms.py:190
msgid "Quality"
msgstr ""
#: forms.py:192
msgid "Dating type"
msgstr ""
#: forms.py:194
msgid "Precise dating"
msgstr ""
#: forms.py:216 models.py:138
msgid "Short ID"
msgstr ""
#: forms.py:217 models.py:141
msgid "Complete ID"
msgstr ""
#: forms.py:221
msgid "Year"
msgstr ""
#: forms.py:224
msgid "Code PATRIARCHE"
msgstr ""
#: forms.py:228
msgid "Archaelogical site"
msgstr ""
#: forms.py:234
msgid "Search within operation relations"
msgstr ""
#: forms.py:239 models.py:91
msgid "Object type"
msgstr ""
#: forms.py:252
msgid "Has an image?"
msgstr ""
#: forms.py:294 forms.py:307 views.py:120
msgid "Find search"
msgstr ""
#: forms.py:321
msgid "Upstream finds"
msgstr ""
#: forms.py:323 models.py:387
msgid "Finds"
msgstr ""
#: forms.py:333
msgid "You should at least select one archaeological find."
msgstr ""
#: forms.py:419
msgid "Resulting find"
msgstr ""
#: forms.py:424
msgid "Precise description"
msgstr ""
#: forms.py:439
msgid "Resulting finds"
msgstr ""
#: forms.py:444
msgid "Would you like to delete this find?"
msgstr ""
#: forms.py:448
msgid "Upstream find"
msgstr ""
#: forms.py:459
msgid "Archaeological find search"
msgstr ""
#: forms.py:461
msgid "You should select an archaeological find."
msgstr ""
#: forms.py:466
msgid "Year of the operation"
msgstr ""
#: forms.py:468
msgid "Numeric reference"
msgstr ""
#: forms.py:475
msgid "Period of the archaelogical find"
msgstr ""
#: forms.py:477
msgid "Material type of the archaelogical find"
msgstr ""
#: forms.py:479
msgid "Description of the archaelogical find"
msgstr ""
#: forms.py:491
msgid "Documentation search"
msgstr ""
#: forms.py:493
msgid "You should select a document."
msgstr ""
#: forms.py:510
msgid "Another basket already exist with this name."
msgstr ""
#: forms.py:520 ishtar_menu.py:60
msgid "Basket"
msgstr ""
#: forms.py:570
msgid "Base treatment"
msgstr ""
#: forms.py:575 models.py:692 models.py:705 models.py:780
msgid "Treatment type"
msgstr ""
#: forms.py:577 models.py:714 models.py:785
#: templates/ishtar/sheet_find.html:83 templates/ishtar/sheet_find.html:112
msgid "Doer"
msgstr ""
#: forms.py:583 models.py:707 models.py:783
msgid "Location"
msgstr ""
#: forms.py:604
msgid "Leave it blank if you want to select a single item"
msgstr ""
#: forms.py:611
msgid "This treatment type is not available."
msgstr ""
#: forms.py:615
msgid "This treatment needs a basket."
msgstr ""
#: ishtar_menu.py:35 ishtar_menu.py:83
msgid "Search"
msgstr ""
#: ishtar_menu.py:40 ishtar_menu.py:63 ishtar_menu.py:88
msgid "Creation"
msgstr ""
#: ishtar_menu.py:45 ishtar_menu.py:93
msgid "Modification"
msgstr ""
#: ishtar_menu.py:55 ishtar_menu.py:74 ishtar_menu.py:98
msgid "Deletion"
msgstr ""
#: ishtar_menu.py:68
msgid "Manage items"
msgstr ""
#: ishtar_menu.py:80
msgid "Documentation"
msgstr ""
#: models.py:43
msgid "Code"
msgstr ""
#: models.py:44
msgid "Recommendation"
msgstr ""
#: models.py:47
msgid "Parent material"
msgstr ""
#: models.py:51 models.py:327
msgid "Material types"
msgstr ""
#: models.py:57
msgid "Parent conservatory state"
msgstr ""
#: models.py:61
msgid "Conservatory states"
msgstr ""
#: models.py:68
msgid "Preservation types"
msgstr ""
#: models.py:74
msgid "Integrity type"
msgstr ""
#: models.py:75
msgid "Integrity types"
msgstr ""
#: models.py:81
msgid "Remarkability type"
msgstr ""
#: models.py:82
msgid "Remarkability types"
msgstr ""
#: models.py:88
msgid "Parent"
msgstr ""
#: models.py:107
msgid "Unknow"
msgstr ""
#: models.py:108
msgid "Object"
msgstr ""
#: models.py:109
msgid "Batch"
msgstr ""
#: models.py:116 models.py:320 models.py:698
msgid "External ID"
msgstr ""
#: models.py:118 models.py:322
msgid "External ID is set automatically"
msgstr ""
#: models.py:122
msgid "Topographic localisation"
msgstr ""
#: models.py:123
msgid "Special interest"
msgstr ""
#: models.py:127
msgid "Context Record"
msgstr ""
#: models.py:128
msgid "Discovery date"
msgstr ""
#: models.py:133
msgid "Material index"
msgstr ""
#: models.py:134
msgid "Point"
msgstr ""
#: models.py:135
msgid "Line"
msgstr ""
#: models.py:136
msgid "Polygon"
msgstr ""
#: models.py:139 models.py:142
msgid "Cached value - do not edit"
msgstr ""
#: models.py:147 models.py:318
msgid "Base find"
msgstr ""
#: models.py:148
msgid "Base finds"
msgstr ""
#: models.py:150
msgid "Can view all Base finds"
msgstr ""
#: models.py:151
msgid "Can view own Base find"
msgstr ""
#: models.py:152
msgid "Can add own Base find"
msgstr ""
#: models.py:153
msgid "Can change own Base find"
msgstr ""
#: models.py:154
msgid "Can delete own Base find"
msgstr ""
#: models.py:263
msgid "g"
msgstr ""
#: models.py:264
msgid "kg"
msgstr ""
#: models.py:266
msgid "Not checked"
msgstr ""
#: models.py:267
msgid "Checked but incorrect"
msgstr ""
#: models.py:268
msgid "Checked and correct"
msgstr ""
#: models.py:308
msgid "Base find - Short ID"
msgstr ""
#: models.py:309
msgid "Base find - Complete ID"
msgstr ""
#: models.py:310
msgid "Base find - Comment"
msgstr ""
#: models.py:311
msgid "Base find - Description"
msgstr ""
#: models.py:312
msgid "Base find - Topographic localisation"
msgstr ""
#: models.py:314
msgid "Base find - Special interest"
msgstr ""
#: models.py:315
msgid "Base find - Discovery date"
msgstr ""
#: models.py:323 models.py:774
msgid "Order"
msgstr ""
#: models.py:334
msgid "Type of preservation to consider"
msgstr ""
#: models.py:338
msgid "Weight unit"
msgstr ""
#: models.py:344 templates/ishtar/sheet_find.html:76
msgid "Upstream treatment"
msgstr ""
#: models.py:347 templates/ishtar/sheet_find.html:105
msgid "Downstream treatment"
msgstr ""
#: models.py:351 models.py:700 models.py:784
#: templates/ishtar/sheet_find.html:84 templates/ishtar/sheet_find.html:113
msgid "Container"
msgstr ""
#: models.py:380
msgid "Cached name"
msgstr ""
#: models.py:389
msgid "Can view all Finds"
msgstr ""
#: models.py:390
msgid "Can view own Find"
msgstr ""
#: models.py:391
msgid "Can add own Find"
msgstr ""
#: models.py:392
msgid "Can change own Find"
msgstr ""
#: models.py:393
msgid "Can delete own Find"
msgstr ""
#: models.py:399
msgid "FIND"
msgstr ""
#: models.py:668
msgid "Find documentation"
msgstr ""
#: models.py:669
msgid "Find documentations"
msgstr ""
#: models.py:679
msgid "Virtual"
msgstr ""
#: models.py:681
msgid "Upstream is many"
msgstr ""
#: models.py:683
msgid "Check this if for this treatment from many finds you'll get one."
msgstr ""
#: models.py:686
msgid "Downstream is many"
msgstr ""
#: models.py:688
msgid "Check this if for this treatment from one find you'll get many."
msgstr ""
#: models.py:693
msgid "Treatment types"
msgstr ""
#: models.py:709
msgid "Location where the treatment is done. Target warehouse for a move."
msgstr ""
#: models.py:711
msgid "Other location"
msgstr ""
#: models.py:721 models.py:770 models.py:904
msgid "Treatment"
msgstr ""
#: models.py:722 templates/ishtar/sheet_find.html:73
msgid "Treatments"
msgstr ""
#: models.py:724
msgid "Can view all Treatments"
msgstr ""
#: models.py:725
msgid "Can view own Treatment"
msgstr ""
#: models.py:726
msgid "Can add own Treatment"
msgstr ""
#: models.py:727
msgid "Can change own Treatment"
msgstr ""
#: models.py:728
msgid "Can delete own Treatment"
msgstr ""
#: models.py:734
msgid "by"
msgstr ""
#: models.py:786 models.py:787 templates/ishtar/sheet_find.html:82
#: templates/ishtar/sheet_find.html:111
msgid "Related finds"
msgstr ""
#: models.py:890
msgid "Is upstream"
msgstr ""
#: models.py:901
msgid "Treatment documentation"
msgstr ""
#: models.py:902
msgid "Treament documentations"
msgstr ""
#: models.py:914
msgid "Administrative act"
msgstr ""
#: models.py:915
msgid "Person"
msgstr ""
#: models.py:921
msgid "Property"
msgstr ""
#: models.py:922
msgid "Properties"
msgstr ""
#: views.py:115
msgid "New find"
msgstr ""
#: views.py:129
msgid "Find modification"
msgstr ""
#: views.py:144
msgid "Find deletion"
msgstr ""
#: views.py:149
msgid "Find: source search"
msgstr ""
#: views.py:157
msgid "Find: new source"
msgstr ""
#: views.py:165
msgid "Find: source modification"
msgstr ""
#: views.py:180
msgid "Find: source deletion"
msgstr ""
#: views.py:194
msgid "New basket"
msgstr ""
#: views.py:213
msgid "Manage items in basket"
msgstr ""
#: views.py:233
msgid "Manage basket"
msgstr ""
#: views.py:321
msgid "Delete basket"
msgstr ""
#: views.py:359
msgid "New treatment"
msgstr ""
#: wizards.py:59
msgid "Operation"
msgstr ""
#: templates/ishtar/sheet_find.html:81 templates/ishtar/sheet_find.html:110
#: templates/ishtar/sheet_find.html:180
msgid "Type"
msgstr ""
#: templates/ishtar/sheet_find.html:101
msgid "Export as CSV"
msgstr ""
#: templates/ishtar/sheet_find.html:101 templates/ishtar/sheet_find.html:131
msgid "CSV"
msgstr ""
#: templates/ishtar/sheet_find.html:136
msgid "Associated base finds"
msgstr ""
#: templates/ishtar/sheet_find.html:175 templates/ishtar/sheet_find.html:177
msgid "Documents"
msgstr ""
#: templates/ishtar/sheet_find.html:179
msgid "Title"
msgstr ""
#: templates/ishtar/sheet_find.html:181
msgid "Authors"
msgstr ""
#: templates/ishtar/sheet_find.html:182
msgid "Link"
msgstr ""
#: templates/ishtar/sheet_findbasket.html:4
msgid "Find basket"
msgstr ""
#: templates/ishtar/sheet_findsource.html:4
msgid "Find source"
msgstr ""
|