blob: c19cddd3bdef727e2644a3062937c05d5e9cb2a0 (
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
|
# Ishtar po translation.
# Copyright (C) 2010-2011
# This file is distributed under the same license as the Ishtar package.
# Étienne Loks <etienne.loks at peacefrogs net>, 2010-2011.
# Valérie-Emma Leroux <emma@iggdrasil.net>, 2016. #zanata
# Valérie-Emma Leroux <emma@iggdrasil.net>, 2017. #zanata
# Valérie-Emma Leroux <emma@iggdrasil.net>, 2018. #zanata
# Valérie-Emma Leroux <emma@iggdrasil.net>, 2019. #zanata
# Étienne Loks <etienne.loks@iggdrasil.net>, 2019. #zanata
msgid ""
msgstr ""
#: forms.py:52 forms.py:141 ishtar_menu.py:30 models.py:128 models.py:357
#: templates/ishtar/sheet_warehouse.html:4
msgid "Warehouse"
msgstr ""
#: forms.py:61 forms.py:66 models.py:911
msgid "Division"
msgstr ""
#: forms.py:68 models.py:391
msgid "Order"
msgstr ""
#: forms.py:81
msgid "There are identical divisions."
msgstr ""
#: forms.py:82
msgid "Order fields must be different."
msgstr ""
#: forms.py:88 models.py:112
msgid "Divisions"
msgstr ""
#: forms.py:89
msgid "Warehouse - 020 - Divisions"
msgstr ""
#: forms.py:95
msgid "Warehouse - 001 - Search"
msgstr ""
#: forms.py:99 forms.py:362
msgid "Full text search"
msgstr ""
#: forms.py:102 forms.py:153 models.py:101 models.py:354
msgid "Name"
msgstr ""
#: forms.py:103 forms.py:155 models.py:45 models.py:103
msgid "Warehouse type"
msgstr ""
#: forms.py:115 forms.py:127 views.py:126
msgid "Warehouse search"
msgstr ""
#: forms.py:142
msgid "Warehouse - 010 - General"
msgstr ""
#: forms.py:158 models.py:109
msgid "Organization"
msgstr ""
#: forms.py:165 models.py:106
msgid "Person in charge"
msgstr ""
#: forms.py:172
msgid "Create a new organization from this warehouse"
msgstr ""
#: forms.py:175 forms.py:281 forms.py:371 models.py:110 models.py:612
msgid "Comment"
msgstr ""
#: forms.py:178 forms.py:184
msgid "Address"
msgstr ""
#: forms.py:180
msgid ""
"Only fill the following fields if no organization is provided or if the "
"address of the warehouse is different from the one of the organization. If a "
"new organization is created from this warehouse, the following fields are "
"used for the organization."
msgstr ""
#: forms.py:186
msgid "Address complement"
msgstr ""
#: forms.py:188
msgid "Postal code"
msgstr ""
#: forms.py:190
msgid "Town (freeform)"
msgstr ""
#: forms.py:193
msgid "Country"
msgstr ""
#: forms.py:195
msgid "Phone"
msgstr ""
#: forms.py:196
msgid "Mobile phone"
msgstr ""
#: forms.py:198
msgid "Coordinates"
msgstr ""
#: forms.py:199
msgid "X"
msgstr ""
#: forms.py:200
msgid "Y"
msgstr ""
#: forms.py:202
msgid "Spatial Reference System"
msgstr ""
#: forms.py:218
msgid "A new organization is not created if an organization is selected."
msgstr ""
#: forms.py:252 forms.py:253
msgid "Would you like to delete this warehouse?"
msgstr ""
#: forms.py:257 models.py:633 models.py:908
#: templates/ishtar/sheet_container.html:4
msgid "Container"
msgstr ""
#: forms.py:258
msgid "Container - 010 - General"
msgstr ""
#: forms.py:265 forms.py:369 models.py:410
msgid "Ref."
msgstr ""
#: forms.py:266 forms.py:370 models.py:620
msgid "Old reference"
msgstr ""
#: forms.py:268 forms.py:368 models.py:414 models.py:610
msgid "Container type"
msgstr ""
#: forms.py:270 forms.py:367 models.py:607
msgid "Responsible warehouse"
msgstr ""
#: forms.py:276 forms.py:366
msgid "Current location (warehouse)"
msgstr ""
#: forms.py:303
msgid "This reference already exists for this warehouse."
msgstr ""
#: forms.py:321
msgid "ID"
msgstr ""
#: forms.py:351
msgid "This ID already exists for this warehouse."
msgstr ""
#: forms.py:358
msgid "Container - 001 - Search"
msgstr ""
#: forms.py:372
msgid "No associated finds"
msgstr ""
#: forms.py:373
msgid "Currently empty"
msgstr ""
#: forms.py:376
msgid "Archaeological site (attached to the operation)"
msgstr ""
#: forms.py:382
msgid "Archaeological site name (attached to the operation)"
msgstr ""
#: forms.py:385
msgid "Archaeological site (attached to the context record)"
msgstr ""
#: forms.py:391
msgid "Archaeological site name (attached to the context record)"
msgstr ""
#: forms.py:393
msgid "Code PATRIARCHE"
msgstr ""
#: forms.py:396
msgid "Context record"
msgstr ""
#: forms.py:401
msgid "Find - Description"
msgstr ""
#: forms.py:403
msgid "Material type"
msgstr ""
#: forms.py:409
msgid "Object type"
msgstr ""
#: forms.py:414
msgid "Integrity / interest"
msgstr ""
#: forms.py:416
msgid "Remarkability"
msgstr ""
#: forms.py:418
msgid "Conservatory state"
msgstr ""
#: forms.py:421
msgid "Alteration"
msgstr ""
#: forms.py:423
msgid "Alteration cause"
msgstr ""
#: forms.py:425
msgid "Preservation type"
msgstr ""
#: forms.py:427
msgid "Treatment emergency"
msgstr ""
#: forms.py:449 forms.py:457 forms.py:465 views.py:188
msgid "Container search"
msgstr ""
#: forms.py:451 forms.py:459 forms.py:467
msgid "You should select a container."
msgstr ""
#: forms.py:452
msgid "Add a new container"
msgstr ""
#: forms.py:474 views.py:121
msgid "Packaging"
msgstr ""
#: forms.py:480
msgid "Packager"
msgstr ""
#: forms.py:486
msgid "Date"
msgstr ""
#: forms.py:492
msgid "Packaged finds"
msgstr ""
#: forms.py:496
msgid "Container - 020 - Localisation"
msgstr ""
#: forms.py:498 models.py:613 templates/ishtar/sheet_container.html:43
#: templates/ishtar/sheet_warehouse.html:42
msgid "Localisation"
msgstr ""
#: forms.py:523 forms.py:524
msgid "Would you like to delete this container?"
msgstr ""
#: ishtar_menu.py:34 ishtar_menu.py:49
msgid "Search"
msgstr ""
#: ishtar_menu.py:37 ishtar_menu.py:53
msgid "Creation"
msgstr ""
#: ishtar_menu.py:40 ishtar_menu.py:57
msgid "Modification"
msgstr ""
#: ishtar_menu.py:43 ishtar_menu.py:61
msgid "Deletion"
msgstr ""
#: ishtar_menu.py:47 models.py:634 templates/ishtar/sheet_warehouse.html:56
#: templates/ishtar/sheet_warehouse.html:101
msgid "Containers"
msgstr ""
#: models.py:46
msgid "Warehouse types"
msgstr ""
#: models.py:79
msgctxt "key for text search"
msgid "name"
msgstr ""
#: models.py:83 models.py:480
msgctxt "key for text search"
msgid "type"
msgstr ""
#: models.py:93 models.py:594
msgid "Lock/Unlock"
msgstr ""
#: models.py:116 models.py:625
msgid "Documents"
msgstr ""
#: models.py:121 models.py:630
msgid "Main image"
msgstr ""
#: models.py:122 models.py:621
msgid "External ID"
msgstr ""
#: models.py:124 models.py:623
msgid "External ID is set automatically"
msgstr ""
#: models.py:129
msgid "Warehouses"
msgstr ""
#: models.py:161
msgid "Undefined"
msgstr ""
#: models.py:356
msgid "Description"
msgstr ""
#: models.py:361 models.py:362
msgid "Collection"
msgstr ""
#: models.py:371
msgid "Warehouse division type"
msgstr ""
#: models.py:372
msgid "Warehouse division types"
msgstr ""
#: models.py:406
msgid "Length (mm)"
msgstr ""
#: models.py:407
msgid "Width (mm)"
msgstr ""
#: models.py:408
msgid "Height (mm)"
msgstr ""
#: models.py:409
msgid "Volume (l)"
msgstr ""
#: models.py:415
msgid "Container types"
msgstr ""
#: models.py:462
msgid "Location - index"
msgstr ""
#: models.py:463
msgid "Precise localisation"
msgstr ""
#: models.py:464
msgid "Type"
msgstr ""
#: models.py:472
msgctxt "key for text search"
msgid "location"
msgstr ""
#: models.py:476
msgctxt "key for text search"
msgid "responsible-warehouse"
msgstr ""
#: models.py:484
msgctxt "key for text search"
msgid "reference"
msgstr ""
#: models.py:488
msgctxt "key for text search"
msgid "old-reference"
msgstr ""
#: models.py:492
msgctxt "key for text search"
msgid "comment"
msgstr ""
#: models.py:497
msgctxt "key for text search"
msgid "code-patriarche"
msgstr ""
#: models.py:503
msgctxt "key for text search"
msgid "site"
msgstr ""
#: models.py:508
msgctxt "key for text search"
msgid "site-name"
msgstr ""
#: models.py:513
msgctxt "key for text search"
msgid "context-record-site"
msgstr ""
#: models.py:519
msgctxt "key for text search"
msgid "context-record-site-name"
msgstr ""
#: models.py:524
msgctxt "key for text search"
msgid "context-record"
msgstr ""
#: models.py:528
msgctxt "key for text search"
msgid "material"
msgstr ""
#: models.py:532
msgctxt "key for text search"
msgid "object-type"
msgstr ""
#: models.py:536
msgctxt "key for text search"
msgid "preservation"
msgstr ""
#: models.py:540
msgctxt "key for text search"
msgid "conservatory"
msgstr ""
#: models.py:544
msgctxt "key for text search"
msgid "integrity"
msgstr ""
#: models.py:548
msgctxt "key for text search"
msgid "remarkability"
msgstr ""
#: models.py:552
msgctxt "key for text search"
msgid "alterations"
msgstr ""
#: models.py:556
msgctxt "key for text search"
msgid "alteration-causes"
msgstr ""
#: models.py:560
msgctxt "key for text search"
msgid "treatment-emergency"
msgstr ""
#: models.py:564
msgctxt "key for text search"
msgid "find-description"
msgstr ""
#: models.py:567
msgctxt "key for text search"
msgid "empty"
msgstr ""
#: models.py:571
msgctxt "key for text search"
msgid "no-associated-finds"
msgstr ""
#: models.py:582
msgid "Division -"
msgstr ""
#: models.py:586
msgctxt "key for text search"
msgid "division"
msgstr ""
#: models.py:604
msgid "Location (warehouse)"
msgstr ""
#: models.py:611
msgid "Container ref."
msgstr ""
#: models.py:615
msgid "Cached location"
msgstr ""
#: models.py:617
msgid "Cached division"
msgstr ""
#: models.py:848
msgid "Add treatment"
msgstr ""
#: models.py:912
msgid "Reference"
msgstr ""
#: models.py:916
msgid "Container localisation"
msgstr ""
#: models.py:917
msgid "Container localisations"
msgstr ""
#: templates/ishtar/sheet_container.html:56
msgid "Content"
msgstr ""
#: templates/ishtar/sheet_container.html:61
msgid "Reference content"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:61
msgid "Attached containers"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:65
msgid "Statistics"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:66
msgid "These numbers are updated hourly"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:68
msgid "Finds"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:70
msgid "Number of attached finds"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:72
msgid "Number of hosted finds"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:77
msgid "Finds by location in the warehouse"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:85
#: templates/ishtar/sheet_warehouse.html:116
msgid "Total"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:103
msgid "Number of containers"
msgstr ""
#: templates/ishtar/sheet_warehouse.html:108
msgid "Containers by location in the warehouse"
msgstr ""
#: templates/ishtar/wizard/wizard_containerlocalisation.html:7
msgid ""
"No division set for this warehouse. Define at least one division to localise "
"containers in this warehouse."
msgstr ""
#: templates/ishtar/wizard/wizard_warehouse_divisions.html:7
msgid ""
"Containers with localisation are associated to this warehouse. You cannot "
"change divisions."
msgstr ""
#: views.py:138
msgid "Warehouse creation"
msgstr ""
#: views.py:147
msgid "Warehouse modification"
msgstr ""
#: views.py:166
msgid "Warehouse deletion"
msgstr ""
#: views.py:199
msgid "Container creation"
msgstr ""
#: views.py:208
msgid "Container modification"
msgstr ""
#: views.py:227
msgid "Container deletion"
msgstr ""
|