Approval.
This commit is contained in:
parent
76256a823c
commit
a2fa7b7bf2
@ -21,5 +21,5 @@ $marking_types = array (
|
||||
'scarified' => 'Karcolt',
|
||||
'cast' => 'Öntött',
|
||||
'painted' => 'Festett',
|
||||
'drawn' => 'Drawn',
|
||||
'drawn' => 'Rajzolt',
|
||||
);
|
||||
|
@ -3,6 +3,6 @@ declare(strict_types = 1);
|
||||
$object_check_types_set = array (
|
||||
'condition_check' => 'Állapotellenőrzés',
|
||||
'completeness_check' => 'Teljesség-ellenőrzés',
|
||||
'data_correctness_check' => 'Adatok helyességének ellenőrzése',
|
||||
'data_correctness_check' => 'Adathelyességi ellenőrzése',
|
||||
'location_accuracy_check' => 'Elhelyezés ellenőrzése',
|
||||
);
|
||||
|
@ -2,7 +2,7 @@
|
||||
declare(strict_types = 1);
|
||||
$object_document_type_set = array (
|
||||
'undefined' => 'Egyéb',
|
||||
'provenance_report' => 'Proveniencia riport',
|
||||
'provenance_report' => 'Proveniencia jelentés',
|
||||
'purchase_contract' => 'Adásvételi szerződés',
|
||||
'restoration_report' => 'Restaurálási dokumentáció',
|
||||
'assessment' => 'Értékelés',
|
||||
|
@ -2,5 +2,5 @@
|
||||
declare(strict_types = 1);
|
||||
$units_count_copies_set = array (
|
||||
'copies' => 'db',
|
||||
'specimen' => 'példány',
|
||||
'specimen' => 'egyed',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_parts_set = array (
|
||||
'parts' => 'darab',
|
||||
'parts' => 'db',
|
||||
'pages' => 'oldal',
|
||||
'sheets' => 'lap',
|
||||
);
|
||||
|
13
ta/actor_variant_types_set.php
Normal file
13
ta/actor_variant_types_set.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$actor_variant_types_set = array (
|
||||
'birth_name' => 'Birth name',
|
||||
'married_name' => 'Married name',
|
||||
'monastic_name' => 'Monastic name',
|
||||
'pseudonym' => 'Pseudonym',
|
||||
'regnal_name' => 'Regnal name',
|
||||
'nickname' => 'Nickname',
|
||||
'artist_name' => 'Artist name',
|
||||
'civil_name' => 'Civil name',
|
||||
'generic_other_name' => 'Alternative Name (generic)',
|
||||
);
|
7
ta/appointment_attendance_modes.php
Normal file
7
ta/appointment_attendance_modes.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_attendance_modes = array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'mixed' => 'Offline and online',
|
||||
);
|
6
ta/appointment_cancellation_status_set.php
Normal file
6
ta/appointment_cancellation_status_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_cancellation_status_set = array (
|
||||
'scheduled_done' => 'Scheduled or done as planned',
|
||||
'cancelled' => 'Cancelled',
|
||||
);
|
6
ta/appointment_contributor_roles.php
Normal file
6
ta/appointment_contributor_roles.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_contributor_roles = array (
|
||||
'organizer' => 'Organizer',
|
||||
'presenter' => 'Presenter',
|
||||
);
|
8
ta/appointment_status.php
Normal file
8
ta/appointment_status.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_status = array (
|
||||
'scheduled' => 'Scheduled',
|
||||
'cancelled' => 'Cancelled',
|
||||
'moved_online' => 'Moved online',
|
||||
'postponed' => 'Postponed',
|
||||
);
|
6
ta/attendance_status_set.php
Normal file
6
ta/attendance_status_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$attendance_status_set = array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
);
|
8
ta/closer_location_types_set.php
Normal file
8
ta/closer_location_types_set.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$closer_location_types_set = array (
|
||||
0 => '',
|
||||
1 => 'Place of recording',
|
||||
2 => 'Place of discovery',
|
||||
3 => 'Former place',
|
||||
);
|
20
ta/colors_set.php
Normal file
20
ta/colors_set.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$colors_set = array (
|
||||
'black' => 'Black',
|
||||
'green' => 'Green',
|
||||
'silver' => 'Silver',
|
||||
'lime' => 'Lime',
|
||||
'gray' => 'Gray',
|
||||
'olive' => 'Olive',
|
||||
'white' => 'White',
|
||||
'yellow' => 'Yellow',
|
||||
'maroon' => 'Maroon',
|
||||
'navy' => 'Navy',
|
||||
'red' => 'Red',
|
||||
'blue' => 'Blue',
|
||||
'purple' => 'Purple',
|
||||
'teal' => 'Teal',
|
||||
'fuchsia' => 'Fuchsia',
|
||||
'aqua' => 'Aqua',
|
||||
);
|
10
ta/conservation_report_type_set.php
Normal file
10
ta/conservation_report_type_set.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$conservation_report_type_set = array (
|
||||
'damage' => 'Damage',
|
||||
'conservation' => 'Conservation',
|
||||
'condition' => 'Condition',
|
||||
'restoration' => 'Restoration',
|
||||
'other_report' => 'Other report',
|
||||
'other' => 'Other report',
|
||||
);
|
28
ta/currencies_set.php
Normal file
28
ta/currencies_set.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$currencies_set = array (
|
||||
'eu-EUR' => 'Euro',
|
||||
'de-DM' => 'Deutsche Mark',
|
||||
'de-RM' => 'Reichsmark (Germany)',
|
||||
'es-Real' => 'Spanish Real',
|
||||
'hu-Ft' => 'Forint',
|
||||
'hu-Lari' => 'Lari',
|
||||
'hu-Pengő' => 'Pengő',
|
||||
'id-IDR' => 'Indonesian Rupiah',
|
||||
'pl-Złoty' => 'Złoty',
|
||||
'us-USD' => 'US Dollar',
|
||||
'ddr-Mark' => 'Mark (GDR)',
|
||||
'ddr-MDN' => 'MDN (GDR)',
|
||||
'hu-Korona' => 'Austro-Hungarian krone',
|
||||
'fr-FF' => 'French Franc',
|
||||
'uk-GBP' => 'Pound Sterling',
|
||||
'by-BYN' => 'Belarusian ruble',
|
||||
'ru-RUB' => 'Russian ruble',
|
||||
'su-SUR' => 'Soviet ruble',
|
||||
'ua-UAH' => 'Ukrainian hryvnia',
|
||||
'ch-CHF' => 'Swiss franc',
|
||||
'ua-UAK' => 'Ukrainian karbovanets',
|
||||
);
|
||||
$license_full_names = array (
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
);
|
8
ta/custom_report_targets_set.php
Normal file
8
ta/custom_report_targets_set.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$custom_report_targets_set = array (
|
||||
'object_single' => 'Single object',
|
||||
'object_list' => 'Multiple objects',
|
||||
'loan' => 'Loan',
|
||||
'exhibition' => 'Exhibition',
|
||||
);
|
7
ta/disposal_method_set.php
Normal file
7
ta/disposal_method_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$disposal_method_set = array (
|
||||
'sold' => 'Sold',
|
||||
'destroyed' => 'Destroyed',
|
||||
'garbage' => 'Thrown away / garbage collection',
|
||||
);
|
22
ta/entry_types.php
Normal file
22
ta/entry_types.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$entry_types = array (
|
||||
0 => '',
|
||||
1 => 'Donation',
|
||||
2 => 'Purchase',
|
||||
3 => 'Excavation',
|
||||
4 => 'Emergency Rescue',
|
||||
5 => 'Inheritance',
|
||||
6 => 'Endowment',
|
||||
7 => 'Dispossession',
|
||||
8 => 'Original condition',
|
||||
9 => 'Loan',
|
||||
10 => 'Exchange',
|
||||
11 => 'In-house production',
|
||||
12 => 'Material Strain (Törzsanyag)',
|
||||
14 => 'Vorlass',
|
||||
15 => 'Finding',
|
||||
98 => 'To be checked',
|
||||
99 => 'Other legal acquisition',
|
||||
16 => 'Permanent loan',
|
||||
);
|
8
ta/eventtype_groups.php
Normal file
8
ta/eventtype_groups.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$eventtype_groups = array (
|
||||
'production' => 'Production',
|
||||
'post_production' => 'Post-production',
|
||||
'pre_production' => 'Pre-production',
|
||||
'no_production' => 'No production',
|
||||
);
|
54
ta/eventtype_name.php
Normal file
54
ta/eventtype_name.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$eventname = array (
|
||||
1 => 'Created',
|
||||
2 => 'Found',
|
||||
3 => 'Published',
|
||||
4 => 'Template creation',
|
||||
5 => 'Was depicted (Actor)',
|
||||
6 => 'Was used',
|
||||
7 => 'Written',
|
||||
8 => 'Collected',
|
||||
9 => 'Painted',
|
||||
10 => 'Image taken',
|
||||
11 => 'Received',
|
||||
12 => 'Printing plate produced',
|
||||
13 => 'Sent',
|
||||
14 => 'Issued',
|
||||
15 => 'Signed',
|
||||
16 => 'First description',
|
||||
19 => 'Drawn',
|
||||
20 => 'Copied (by hand)',
|
||||
21 => 'Lived',
|
||||
22 => '[Relationship to location]',
|
||||
23 => '[Relation to person or institution]',
|
||||
24 => '[Relation to time]',
|
||||
25 => 'Commissioned',
|
||||
26 => 'Printed',
|
||||
27 => 'Recorded',
|
||||
28 => 'Sung',
|
||||
29 => 'Decor designed',
|
||||
30 => 'Form designed',
|
||||
31 => 'Modelled',
|
||||
32 => 'Autographed/Signed',
|
||||
33 => 'Mentioned',
|
||||
34 => 'Buried',
|
||||
35 => 'Intellectual creation',
|
||||
36 => 'Was depicted',
|
||||
37 => 'Painted on',
|
||||
38 => 'Illustrated',
|
||||
39 => 'Assembled',
|
||||
40 => 'Auctioned',
|
||||
41 => 'Bought',
|
||||
42 => 'Owned',
|
||||
43 => 'Sold',
|
||||
44 => 'Restored',
|
||||
45 => 'Damaged',
|
||||
46 => 'Destroyed',
|
||||
47 => 'Lost',
|
||||
48 => 'Edited',
|
||||
49 => 'Donated / present',
|
||||
50 => 'Inherited',
|
||||
51 => 'Had subject',
|
||||
52 => 'Emerged',
|
||||
);
|
54
ta/eventtype_persinst.php
Normal file
54
ta/eventtype_persinst.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$event_persinst = array (
|
||||
1 => 'created by',
|
||||
2 => 'found by',
|
||||
3 => 'published by',
|
||||
4 => 'templates created by',
|
||||
5 => 'depicted',
|
||||
6 => 'was used by',
|
||||
7 => 'written by',
|
||||
8 => 'collected by',
|
||||
9 => 'painted by',
|
||||
10 => 'photographed by',
|
||||
11 => 'received by',
|
||||
12 => 'Printing plate produced by',
|
||||
13 => 'sent by',
|
||||
14 => 'issued by',
|
||||
15 => 'signed by',
|
||||
16 => 'first described by',
|
||||
19 => 'drawn by',
|
||||
20 => 'copied (by hand) by',
|
||||
21 => 'Lived',
|
||||
22 => '[general]',
|
||||
23 => '[general]',
|
||||
24 => '[general]',
|
||||
25 => 'commissioned by',
|
||||
26 => 'printed by',
|
||||
27 => 'recorded by',
|
||||
28 => 'sung by',
|
||||
29 => 'Decor designed by',
|
||||
30 => 'Form designed by',
|
||||
31 => 'modelled by',
|
||||
32 => 'autographed by',
|
||||
33 => 'mentioned by',
|
||||
34 => 'buried by',
|
||||
35 => 'conceived by',
|
||||
36 => 'depicted by',
|
||||
37 => 'painted on by',
|
||||
38 => 'illustrated by',
|
||||
39 => 'assembled by',
|
||||
40 => 'auctioned by',
|
||||
41 => 'bought by',
|
||||
42 => 'owned by',
|
||||
43 => 'sold by',
|
||||
44 => 'restored by',
|
||||
45 => 'damaged by',
|
||||
46 => 'destroyed by',
|
||||
47 => 'lost by',
|
||||
48 => 'edited by',
|
||||
49 => 'donated by',
|
||||
50 => 'inherited by',
|
||||
51 => 'had subject',
|
||||
52 => 'emerged by',
|
||||
);
|
54
ta/eventtype_place.php
Normal file
54
ta/eventtype_place.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$event_place = array (
|
||||
1 => 'created in',
|
||||
2 => 'found in',
|
||||
3 => 'published in',
|
||||
4 => 'templates created in',
|
||||
5 => 'was imaged in',
|
||||
6 => 'was used in',
|
||||
7 => 'written in',
|
||||
8 => 'collected in',
|
||||
9 => 'painted in',
|
||||
10 => 'photographed in',
|
||||
11 => 'received in',
|
||||
12 => 'Printing plate produced in',
|
||||
13 => 'sent in',
|
||||
14 => 'issued in',
|
||||
15 => 'signed in',
|
||||
16 => 'Type described in',
|
||||
19 => 'drawn in',
|
||||
20 => 'was copied (by hand) in',
|
||||
21 => 'has lived in',
|
||||
22 => '[general]',
|
||||
23 => '[general]',
|
||||
24 => '[general]',
|
||||
25 => 'commissioned in',
|
||||
26 => 'printed in',
|
||||
27 => 'recorded in',
|
||||
28 => 'sung in',
|
||||
29 => 'Decor designed in',
|
||||
30 => 'Form designed in',
|
||||
31 => 'modelled in',
|
||||
32 => 'autographed in',
|
||||
33 => 'mentioned in',
|
||||
34 => 'buried in',
|
||||
35 => 'conceived in',
|
||||
36 => 'was depicted in',
|
||||
37 => 'painted on in',
|
||||
38 => 'illustrated in',
|
||||
39 => 'assembled in',
|
||||
40 => 'auctioned in',
|
||||
41 => 'bought in',
|
||||
42 => 'owned in',
|
||||
43 => 'sold in',
|
||||
44 => 'restored in',
|
||||
45 => 'damaged in',
|
||||
46 => 'destroyed in',
|
||||
47 => 'lost in',
|
||||
48 => 'edited in',
|
||||
49 => 'donated / given as present in',
|
||||
50 => 'inherited in',
|
||||
51 => 'had subject',
|
||||
52 => 'emerged at',
|
||||
);
|
54
ta/eventtype_time.php
Normal file
54
ta/eventtype_time.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$event_time = array (
|
||||
1 => 'created',
|
||||
2 => 'found',
|
||||
3 => 'published',
|
||||
4 => 'template created',
|
||||
5 => 'was imaged',
|
||||
6 => 'was used',
|
||||
7 => 'written',
|
||||
8 => 'collected',
|
||||
9 => 'painted',
|
||||
10 => 'photographed',
|
||||
11 => 'received',
|
||||
12 => 'Printing plate produced',
|
||||
13 => 'sent',
|
||||
14 => 'issued',
|
||||
15 => 'signed',
|
||||
16 => 'Type described',
|
||||
19 => 'drawn',
|
||||
20 => 'copied (by hand)',
|
||||
21 => 'has lived',
|
||||
22 => '[general]',
|
||||
23 => '[general]',
|
||||
24 => '[general]',
|
||||
25 => 'commissioned',
|
||||
26 => 'printed',
|
||||
27 => 'recorded',
|
||||
28 => 'sung',
|
||||
29 => 'Decor designed',
|
||||
30 => 'Form designed',
|
||||
31 => 'modelled',
|
||||
32 => 'autographed',
|
||||
33 => 'was mentioned',
|
||||
34 => 'buried',
|
||||
35 => 'conceived',
|
||||
36 => 'was depicted',
|
||||
37 => 'painted on',
|
||||
38 => 'illustrated',
|
||||
39 => 'assembled at',
|
||||
40 => 'auctioned at',
|
||||
41 => 'bought at',
|
||||
42 => 'owned at',
|
||||
43 => 'sold at',
|
||||
44 => 'restored at',
|
||||
45 => 'damaged at',
|
||||
46 => 'destroyed at',
|
||||
47 => 'lost at',
|
||||
48 => 'edited at',
|
||||
49 => 'donated at',
|
||||
50 => 'inherited at',
|
||||
51 => 'had subject',
|
||||
52 => 'emerged at',
|
||||
);
|
9
ta/exhibition_contributor_roles.php
Normal file
9
ta/exhibition_contributor_roles.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$exhibition_contributor_roles = array (
|
||||
'concept' => 'Concept',
|
||||
'curator' => 'Curator',
|
||||
'design' => 'Design',
|
||||
'coordinator' => 'Coordinator',
|
||||
'protagonist' => 'Protagonist',
|
||||
);
|
7
ta/gender_set.php
Normal file
7
ta/gender_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$gender_set = array (
|
||||
'female' => 'Female',
|
||||
'male' => 'Male',
|
||||
'other' => 'Other',
|
||||
);
|
10
ta/institution_basic_category_set.php
Normal file
10
ta/institution_basic_category_set.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_basic_category_set = array (
|
||||
'archive' => 'Archive',
|
||||
'library' => 'Library',
|
||||
'memorial_site' => 'Memorial site',
|
||||
'private_collection' => 'Private collection',
|
||||
'museum' => 'Museum',
|
||||
'university_collection' => 'University collection',
|
||||
);
|
30
ta/institution_collection_area_set.php
Normal file
30
ta/institution_collection_area_set.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_collection_area_set = array (
|
||||
'everyday_life' => 'Everyday life',
|
||||
'archaeology' => 'Archaeology',
|
||||
'architecture' => 'Architecture',
|
||||
'history_of_mining' => 'History of mining',
|
||||
'botany' => 'Botany',
|
||||
'history_of_film' => 'History of film',
|
||||
'political_history' => 'Political history',
|
||||
'arts' => 'Arts',
|
||||
'applied_arts' => 'Applied arts',
|
||||
'agriculture' => 'Agriculture',
|
||||
'literature' => 'Literature',
|
||||
'history_of_medicine' => 'History of medicine',
|
||||
'military_history' => 'Military history',
|
||||
'mineralogy' => 'Mineralogy',
|
||||
'music' => 'Music',
|
||||
'numismatics' => 'Numismatics',
|
||||
'paleontology' => 'Paleontology',
|
||||
'personalia' => 'Personalia',
|
||||
'regional_history' => 'Regional history',
|
||||
'religion' => 'Religion',
|
||||
'technology' => 'Technology',
|
||||
'ethnography' => 'Ethnography',
|
||||
'zoology' => 'Zoology',
|
||||
);
|
||||
$institution_basic_category_set = array (
|
||||
'museum' => 'Museum',
|
||||
);
|
5
ta/institution_external_id_repositories.php
Normal file
5
ta/institution_external_id_repositories.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_external_id_repositories = array (
|
||||
'hu_ksh' => 'Hungarian Central Statistical Office',
|
||||
);
|
7
ta/institution_musdb_use_case_set.php
Normal file
7
ta/institution_musdb_use_case_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_musdb_use_case_set = array (
|
||||
'collection_management' => 'Collection management',
|
||||
'publication' => 'Publication',
|
||||
'collection_management_and_publication' => 'Collection management and publication',
|
||||
);
|
8
ta/institution_public_private_category_set.php
Normal file
8
ta/institution_public_private_category_set.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_public_private_category_set = array (
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'religious' => 'Religious',
|
||||
'mixed' => 'Mixed',
|
||||
);
|
16
ta/license_explica.php
Normal file
16
ta/license_explica.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$license_explica = array (
|
||||
'CC BY-NC-SA' => 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.',
|
||||
'CC BY-NC-ND' => 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.',
|
||||
'CC BY-NC' => 'For non commercial purposes the material might be used freely if the attribution is given.',
|
||||
'CC BY-ND' => 'The material might be used freely if the attribution is given. It may not be altered.',
|
||||
'CC BY-SA' => 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.',
|
||||
'CC BY' => 'The material might be used freely (and even altered) if the attribution is given.',
|
||||
'CC0' => 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.',
|
||||
'RR-F' => 'Free access - no reuse.',
|
||||
'RR-P' => 'Paid access - no reuse. Previews might be freely accessible.',
|
||||
'RR-R' => 'Restricted access. Reserved rights.',
|
||||
'Orphan Work' => 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.',
|
||||
'Public Domain Mark' => 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.',
|
||||
);
|
16
ta/license_full_names.php
Normal file
16
ta/license_full_names.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$license_full_names = array (
|
||||
'CC BY-NC-SA' => 'Attribution - Non Commercial - Share Alike',
|
||||
'CC BY-NC' => 'Attribution - Non Commercial',
|
||||
'CC BY-ND' => 'Attribution - No Derivates',
|
||||
'CC BY-SA' => 'Attribution - Share Alike',
|
||||
'CC BY' => 'Attribution',
|
||||
'CC0' => 'No Rights Reserved',
|
||||
'RR-F' => 'Rights Reserved - Free Access',
|
||||
'RR-P' => 'Rights Reserved - Paid Access',
|
||||
'RR-R' => 'Rights Reserved - Restricted Access',
|
||||
'Orphan Work' => 'Orphan Work',
|
||||
'Public Domain Mark' => 'Public Domain Mark',
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
);
|
16
ta/license_url.php
Normal file
16
ta/license_url.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$license_url = array (
|
||||
'CC BY-NC-SA' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/',
|
||||
'CC BY-NC-ND' => 'https://creativecommons.org/licenses/by-nc-nd/4.0/',
|
||||
'CC BY-NC' => 'https://creativecommons.org/licenses/by-nc/4.0/',
|
||||
'CC BY-ND' => 'https://creativecommons.org/licenses/by-nd/4.0/',
|
||||
'CC BY-SA' => 'https://creativecommons.org/licenses/by-sa/4.0/',
|
||||
'CC BY' => 'https://creativecommons.org/licenses/by/4.0/',
|
||||
'CC0' => 'https://creativecommons.org/publicdomain/zero/1.0/',
|
||||
'RR-F' => 'http://www.europeana.eu/rights/rr-f/',
|
||||
'RR-P' => 'http://www.europeana.eu/rights/rr-p/',
|
||||
'RR-R' => 'http://www.europeana.eu/rights/rr-r/',
|
||||
'Orphan Work' => 'http://www.europeana.eu/rights/orphan-work-eu/',
|
||||
'Public Domain Mark' => 'https://creativecommons.org/publicdomain/mark/1.0/',
|
||||
);
|
6
ta/loan_types.php
Normal file
6
ta/loan_types.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$loan_types = array (
|
||||
'outgoing' => 'Outgoing',
|
||||
'incoming' => 'Incoming',
|
||||
);
|
25
ta/marking_types.php
Normal file
25
ta/marking_types.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$marking_types = array (
|
||||
'signature' => 'Signature',
|
||||
'watermark' => 'Watermark',
|
||||
'engraving' => 'Engraving',
|
||||
'scratch' => 'Scratching',
|
||||
'stamp' => 'Stamped',
|
||||
'overprint' => 'Overprint',
|
||||
'embossing' => 'Embossing',
|
||||
'handwritten' => 'Handwritten',
|
||||
'glued' => 'Glued',
|
||||
'embroidered' => 'Embroidered',
|
||||
'sewn' => 'Sewn',
|
||||
'screwed' => 'Screwed',
|
||||
'burnt_in' => 'Burnt in',
|
||||
'riveted' => 'Riveted',
|
||||
'nailed' => 'Nailed',
|
||||
'hallmarked' => 'Hallmarked',
|
||||
'punched' => 'Punched',
|
||||
'scarified' => 'Scarified',
|
||||
'cast' => 'Cast',
|
||||
'painted' => 'Painted',
|
||||
'drawn' => 'Drawn',
|
||||
);
|
25
ta/measurement_type_set.php
Normal file
25
ta/measurement_type_set.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$measurement_type_set = array (
|
||||
'length' => 'Length',
|
||||
'height' => 'Height',
|
||||
'width' => 'Width',
|
||||
'number_of_copies' => 'Number of copies',
|
||||
'weight' => 'Weight',
|
||||
'diameter' => 'Diameter',
|
||||
'wall' => 'Wall',
|
||||
'number_of_parts' => 'Number of parts',
|
||||
'die_axis' => 'Die-axis',
|
||||
'length_socle' => 'Length of socle',
|
||||
'height_socle' => 'Height of socle',
|
||||
'width_socle' => 'Width of socle',
|
||||
'height_sheet_size' => 'Sheet size (height)',
|
||||
'length_sheet_size' => 'Sheet size (length)',
|
||||
'width_sheet_size' => 'Sheet size (width)',
|
||||
'height_image_size' => 'Image size (height)',
|
||||
'length_image_size' => 'Image size (length)',
|
||||
'width_image_size' => 'Image size (width)',
|
||||
'length_frame' => 'Frame (length)',
|
||||
'height_frame' => 'Frame (height)',
|
||||
'width_frame' => 'Frame (width)',
|
||||
);
|
8
ta/object_check_types_set.php
Normal file
8
ta/object_check_types_set.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_check_types_set = array (
|
||||
'condition_check' => 'Condition check',
|
||||
'completeness_check' => 'Completeness check',
|
||||
'data_correctness_check' => 'Data correctness check',
|
||||
'location_accuracy_check' => 'Check of location accuracy',
|
||||
);
|
9
ta/object_damage_status_set.php
Normal file
9
ta/object_damage_status_set.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_damage_status_set = array (
|
||||
'identified' => 'Identified',
|
||||
'repair_possible' => 'Reviewed; repair possible',
|
||||
'repair_scheduled' => 'Repair scheduled',
|
||||
'repaired' => 'Repaired',
|
||||
'irreparable' => 'Irreparable',
|
||||
);
|
7
ta/object_damage_types_set.php
Normal file
7
ta/object_damage_types_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_damage_types_set = array (
|
||||
'water_damage' => 'Water damage',
|
||||
'breakage' => 'Breakage',
|
||||
'desiccation' => 'Desiccation',
|
||||
);
|
11
ta/object_document_type_set.php
Normal file
11
ta/object_document_type_set.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_document_type_set = array (
|
||||
'undefined' => 'Undefined',
|
||||
'provenance_report' => 'Provenance report',
|
||||
'purchase_contract' => 'Purchase contract',
|
||||
'restoration_report' => 'Restoration report',
|
||||
'assessment' => 'Assessment',
|
||||
'correspondence' => 'Correspondence',
|
||||
'legacy_documentation' => 'Legacy documentation',
|
||||
);
|
9
ta/object_form_set.php
Normal file
9
ta/object_form_set.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_form_set = array (
|
||||
'cube' => 'Cube',
|
||||
'cuboid' => 'Cuboid',
|
||||
'sphere' => 'Sphere',
|
||||
'cone' => 'Cone',
|
||||
'cylinder' => 'Cylinder',
|
||||
);
|
10
ta/object_publication_background.php
Normal file
10
ta/object_publication_background.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_publication_background = array (
|
||||
0 => 'Image published',
|
||||
1 => 'Transcript published',
|
||||
2 => 'Discussed',
|
||||
3 => 'Rezensiert',
|
||||
4 => 'Referenced',
|
||||
5 => 'Advertised',
|
||||
);
|
9
ta/object_record_status.php
Normal file
9
ta/object_record_status.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_record_status = array (
|
||||
'unlocked' => 'Unlocked',
|
||||
'locked' => 'Locked',
|
||||
'revision' => 'Revision',
|
||||
'deleted' => 'Deleted',
|
||||
'archived' => 'Archived',
|
||||
);
|
8
ta/object_record_status_explica.php
Normal file
8
ta/object_record_status_explica.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_record_status_explica = array (
|
||||
'unlocked' => 'Default status. The object record can be updated.',
|
||||
'locked' => 'The object cannot be updated until the lock has been released.',
|
||||
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
|
||||
'archived' => 'E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews.',
|
||||
);
|
11
ta/object_status.php
Normal file
11
ta/object_status.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_status = array (
|
||||
'owned' => 'Owned',
|
||||
'permanent_loan' => 'Permanent loan',
|
||||
'borrowed' => 'Borrowed',
|
||||
'to_check_for_gift' => 'To check (for gift)',
|
||||
'to_check' => 'To check',
|
||||
'deaccessed' => 'Deaccessed',
|
||||
'third_party_property' => 'Third party property',
|
||||
);
|
10
ta/phone_types.php
Normal file
10
ta/phone_types.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$phone_types = array (
|
||||
'work' => 'Work',
|
||||
'home' => 'Home',
|
||||
'mobile' => 'Mobile',
|
||||
'work mobile' => 'Work mobile',
|
||||
'fax' => 'Fax',
|
||||
'fax work' => 'Fax (Work)',
|
||||
);
|
13
ta/placetypes.php
Normal file
13
ta/placetypes.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tlPlacetypes = array (
|
||||
0 => 'Administrative',
|
||||
1 => 'Historical',
|
||||
2 => 'Region',
|
||||
3 => 'Street',
|
||||
4 => 'Building',
|
||||
5 => 'Mountains',
|
||||
6 => 'Forest',
|
||||
7 => 'Body of water',
|
||||
8 => 'Island',
|
||||
);
|
8
ta/podcast_contributor_roles.php
Normal file
8
ta/podcast_contributor_roles.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$podcast_contributor_roles = array (
|
||||
'onair' => 'On air',
|
||||
'recording' => 'Recording',
|
||||
'technical_support' => 'Technical support',
|
||||
'organization' => 'Organization',
|
||||
);
|
29
ta/position_set.php
Normal file
29
ta/position_set.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$position_set = array (
|
||||
'left' => 'Left',
|
||||
'top_left' => 'Top left',
|
||||
'top' => 'Top',
|
||||
'top_right' => 'Top right',
|
||||
'right' => 'Right',
|
||||
'bottom_right' => 'Bottom right',
|
||||
'bottom' => 'Bottom',
|
||||
'bottom_left' => 'Bottom left',
|
||||
'center' => 'Center',
|
||||
'rear_side' => 'Rear side',
|
||||
'edge' => 'Edge',
|
||||
'other' => 'Other',
|
||||
'inside' => 'Inside',
|
||||
'underside' => 'Underside',
|
||||
'topside' => 'Topside',
|
||||
'front_front' => 'Full front',
|
||||
'rear_left' => 'Rear side: left',
|
||||
'rear_top_left' => 'Rear side: top left',
|
||||
'rear_top' => 'Rear side: top',
|
||||
'rear_top_right' => 'Rear side: top right',
|
||||
'rear_right' => 'Rear side: right',
|
||||
'rear_bottom_right' => 'Rear side: bottom right',
|
||||
'rear_bottom' => 'Rear side: bottom',
|
||||
'rear_bottom_left' => 'Rear side: bottom left',
|
||||
'rear_center' => 'Rear side: center',
|
||||
);
|
18
ta/process_types.php
Normal file
18
ta/process_types.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$process_types = array (
|
||||
'project' => 'Project',
|
||||
'grant_application' => 'Grant application',
|
||||
'exhibition' => 'Exhibition',
|
||||
'appointment' => 'Appointment / Event',
|
||||
'loan_incoming' => 'Loan (incoming)',
|
||||
'loan_outgoing' => 'Loan (outgoing)',
|
||||
'employment_ad' => 'Employment ad',
|
||||
'purchase' => 'Purchase',
|
||||
'deaccession' => 'Deaccession',
|
||||
'construction' => 'Construction measure',
|
||||
'pest_control_campaign' => 'Pest control campaign',
|
||||
'pr_campaign' => 'PR campaign',
|
||||
'relocation' => 'Relocation',
|
||||
'discussion' => 'Discussion',
|
||||
);
|
6
ta/recording_types_set.php
Normal file
6
ta/recording_types_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$recording_types_set = array (
|
||||
'audio' => 'Audio',
|
||||
'video' => 'Video',
|
||||
);
|
7
ta/research_status.php
Normal file
7
ta/research_status.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$research_status = array (
|
||||
'bad' => 'Not researched much',
|
||||
'medium' => 'Partly researched',
|
||||
'good' => 'Well researched',
|
||||
);
|
24
ta/series_contributor_role.php
Normal file
24
ta/series_contributor_role.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$series_contributor_role = array (
|
||||
'author' => 'Author',
|
||||
'director' => 'Director',
|
||||
'dramaturg' => 'Dramaturg',
|
||||
'production_designer' => 'Production designer',
|
||||
'costumer' => 'Costumer',
|
||||
'musician' => 'Musician',
|
||||
'choreographer' => 'Choreographer',
|
||||
'make_up_artist' => 'Make-up artist',
|
||||
'speech_trainer' => 'Speech trainer',
|
||||
'puppet_maker' => 'Puppet maker',
|
||||
'technician' => 'Technician',
|
||||
'inspector' => 'Inspector',
|
||||
'assistant' => 'Assistant',
|
||||
'actor' => 'Actor',
|
||||
'painter' => 'Painter',
|
||||
'creator' => 'Creator',
|
||||
'equipment_supplier' => 'Equipment supplier',
|
||||
'contributing_institution' => 'Contributing institution',
|
||||
'event_organizer' => 'Event organizer',
|
||||
'movement_trainer' => 'Movement trainer',
|
||||
);
|
7
ta/series_place_role.php
Normal file
7
ta/series_place_role.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$series_place_role = array (
|
||||
'place_of_production' => 'Place of production',
|
||||
'performance_space' => 'Performance space',
|
||||
'rehearsal_space' => 'Rehearsal space',
|
||||
);
|
6
ta/series_time_role.php
Normal file
6
ta/series_time_role.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$series_time_role = array (
|
||||
'premiere' => 'Premiere',
|
||||
'time_of_presentation' => 'Time of presentation',
|
||||
);
|
7
ta/shipment_method_set.php
Normal file
7
ta/shipment_method_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
12
ta/source_type_set.php
Normal file
12
ta/source_type_set.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$source_type_set = array (
|
||||
'article' => 'Article',
|
||||
'inbook' => 'Article in collected volume',
|
||||
'book' => 'Book',
|
||||
'phdthesis' => 'PhD thesis',
|
||||
'electronical' => 'Electronic resource',
|
||||
'misc' => 'Miscelaneous',
|
||||
'patent' => 'Patent',
|
||||
'unpublished' => 'Unpublished',
|
||||
);
|
6
ta/space_access_status.php
Normal file
6
ta/space_access_status.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$space_access_status = array (
|
||||
'enter' => 'Enter',
|
||||
'leave' => 'Leave',
|
||||
);
|
16
ta/space_types.php
Normal file
16
ta/space_types.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$space_types = array (
|
||||
'building' => 'Building',
|
||||
'depot' => 'Depot room',
|
||||
'utility_room' => 'Utility room',
|
||||
'exhibition_room' => 'Exhibition room',
|
||||
'display_cabinet' => 'Display cabinet',
|
||||
'shelf' => 'Shelf',
|
||||
'box' => 'Box',
|
||||
'folder' => 'Folder',
|
||||
'office' => 'Office',
|
||||
'floor' => 'Floor',
|
||||
'hallway' => 'Hallway',
|
||||
'outdoor_area' => 'Outdoor area',
|
||||
);
|
8
ta/syndication_repos.php
Normal file
8
ta/syndication_repos.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$syndication_repos = array (
|
||||
'ddb' => 'German Digital Library (DDB)',
|
||||
'europeana' => 'Europeana',
|
||||
'smb-digital' => 'SMB-digital',
|
||||
'kalliope-verbund' => 'Kalliope Verbund',
|
||||
);
|
9
ta/tag_relation_type.php
Normal file
9
ta/tag_relation_type.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tag_relation_type = array (
|
||||
'tag' => 'Tag',
|
||||
'object_type' => 'Object type',
|
||||
'material' => 'Material',
|
||||
'technique' => 'Technique',
|
||||
'display_subject' => 'Display subject',
|
||||
);
|
7
ta/timing_intervals_set.php
Normal file
7
ta/timing_intervals_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$timing_intervals_set = array (
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'annual' => 'Annual',
|
||||
);
|
11
ta/title_types_set.php
Normal file
11
ta/title_types_set.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$title_types_set = array (
|
||||
'' => ' ',
|
||||
'Science' => 'Science',
|
||||
'Everyday speech' => 'Everyday speech',
|
||||
'Colloquial speech' => 'Colloquial speech',
|
||||
'Dialect' => 'Dialect',
|
||||
'Professional jargon' => 'Professional jargon',
|
||||
'Sociolect' => 'Sociolect',
|
||||
);
|
9
ta/todo_status.php
Normal file
9
ta/todo_status.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$todo_status = array (
|
||||
'suggested' => 'Suggested',
|
||||
'planned' => 'Planned',
|
||||
'in_progress' => 'In progress',
|
||||
'done' => 'Done',
|
||||
'cancelled' => 'Cancelled',
|
||||
);
|
6
ta/units_count_copies_set.php
Normal file
6
ta/units_count_copies_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_copies_set = array (
|
||||
'copies' => 'Copies',
|
||||
'specimen' => 'Specimen',
|
||||
);
|
7
ta/units_count_parts_set.php
Normal file
7
ta/units_count_parts_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_parts_set = array (
|
||||
'parts' => 'Parts',
|
||||
'pages' => 'Pages',
|
||||
'sheets' => 'Sheets',
|
||||
);
|
5
ta/units_die_axis_set.php
Normal file
5
ta/units_die_axis_set.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_die_axis_set = array (
|
||||
'h' => 'h',
|
||||
);
|
10
ta/units_length_set.php
Normal file
10
ta/units_length_set.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_length_set = array (
|
||||
'm' => 'm',
|
||||
'dm' => 'dm',
|
||||
'cm' => 'cm',
|
||||
'mm' => 'mm',
|
||||
'ft' => 'ft',
|
||||
'in' => 'inch',
|
||||
);
|
7
ta/units_weight_set.php
Normal file
7
ta/units_weight_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_weight_set = array (
|
||||
't' => 't',
|
||||
'kg' => 'kg',
|
||||
'g' => 'g',
|
||||
);
|
7
ta/vocabulary_redaction_level.php
Normal file
7
ta/vocabulary_redaction_level.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$vocabulary_redaction_level = array (
|
||||
'checked' => 'Checked',
|
||||
'unchecked' => 'Unchecked',
|
||||
'questionable' => 'Questionable',
|
||||
);
|
13
te/actor_variant_types_set.php
Normal file
13
te/actor_variant_types_set.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$actor_variant_types_set = array (
|
||||
'birth_name' => 'Birth name',
|
||||
'married_name' => 'Married name',
|
||||
'monastic_name' => 'Monastic name',
|
||||
'pseudonym' => 'Pseudonym',
|
||||
'regnal_name' => 'Regnal name',
|
||||
'nickname' => 'Nickname',
|
||||
'artist_name' => 'Artist name',
|
||||
'civil_name' => 'Civil name',
|
||||
'generic_other_name' => 'Alternative Name (generic)',
|
||||
);
|
7
te/appointment_attendance_modes.php
Normal file
7
te/appointment_attendance_modes.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_attendance_modes = array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'mixed' => 'Offline and online',
|
||||
);
|
6
te/appointment_cancellation_status_set.php
Normal file
6
te/appointment_cancellation_status_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_cancellation_status_set = array (
|
||||
'scheduled_done' => 'Scheduled or done as planned',
|
||||
'cancelled' => 'Cancelled',
|
||||
);
|
6
te/appointment_contributor_roles.php
Normal file
6
te/appointment_contributor_roles.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_contributor_roles = array (
|
||||
'organizer' => 'Organizer',
|
||||
'presenter' => 'Presenter',
|
||||
);
|
8
te/appointment_status.php
Normal file
8
te/appointment_status.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_status = array (
|
||||
'scheduled' => 'Scheduled',
|
||||
'cancelled' => 'Cancelled',
|
||||
'moved_online' => 'Moved online',
|
||||
'postponed' => 'Postponed',
|
||||
);
|
6
te/attendance_status_set.php
Normal file
6
te/attendance_status_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$attendance_status_set = array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
);
|
8
te/closer_location_types_set.php
Normal file
8
te/closer_location_types_set.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$closer_location_types_set = array (
|
||||
0 => '',
|
||||
1 => 'Place of recording',
|
||||
2 => 'Place of discovery',
|
||||
3 => 'Former place',
|
||||
);
|
20
te/colors_set.php
Normal file
20
te/colors_set.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$colors_set = array (
|
||||
'black' => 'Black',
|
||||
'green' => 'Green',
|
||||
'silver' => 'Silver',
|
||||
'lime' => 'Lime',
|
||||
'gray' => 'Gray',
|
||||
'olive' => 'Olive',
|
||||
'white' => 'White',
|
||||
'yellow' => 'Yellow',
|
||||
'maroon' => 'Maroon',
|
||||
'navy' => 'Navy',
|
||||
'red' => 'Red',
|
||||
'blue' => 'Blue',
|
||||
'purple' => 'Purple',
|
||||
'teal' => 'Teal',
|
||||
'fuchsia' => 'Fuchsia',
|
||||
'aqua' => 'Aqua',
|
||||
);
|
10
te/conservation_report_type_set.php
Normal file
10
te/conservation_report_type_set.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$conservation_report_type_set = array (
|
||||
'damage' => 'Damage',
|
||||
'conservation' => 'Conservation',
|
||||
'condition' => 'Condition',
|
||||
'restoration' => 'Restoration',
|
||||
'other_report' => 'Other report',
|
||||
'other' => 'Other report',
|
||||
);
|
28
te/currencies_set.php
Normal file
28
te/currencies_set.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$currencies_set = array (
|
||||
'eu-EUR' => 'Euro',
|
||||
'de-DM' => 'Deutsche Mark',
|
||||
'de-RM' => 'Reichsmark (Germany)',
|
||||
'es-Real' => 'Spanish Real',
|
||||
'hu-Ft' => 'Forint',
|
||||
'hu-Lari' => 'Lari',
|
||||
'hu-Pengő' => 'Pengő',
|
||||
'id-IDR' => 'Indonesian Rupiah',
|
||||
'pl-Złoty' => 'Złoty',
|
||||
'us-USD' => 'US Dollar',
|
||||
'ddr-Mark' => 'Mark (GDR)',
|
||||
'ddr-MDN' => 'MDN (GDR)',
|
||||
'hu-Korona' => 'Austro-Hungarian krone',
|
||||
'fr-FF' => 'French Franc',
|
||||
'uk-GBP' => 'Pound Sterling',
|
||||
'by-BYN' => 'Belarusian ruble',
|
||||
'ru-RUB' => 'Russian ruble',
|
||||
'su-SUR' => 'Soviet ruble',
|
||||
'ua-UAH' => 'Ukrainian hryvnia',
|
||||
'ch-CHF' => 'Swiss franc',
|
||||
'ua-UAK' => 'Ukrainian karbovanets',
|
||||
);
|
||||
$license_full_names = array (
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
);
|
8
te/custom_report_targets_set.php
Normal file
8
te/custom_report_targets_set.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$custom_report_targets_set = array (
|
||||
'object_single' => 'Single object',
|
||||
'object_list' => 'Multiple objects',
|
||||
'loan' => 'Loan',
|
||||
'exhibition' => 'Exhibition',
|
||||
);
|
7
te/disposal_method_set.php
Normal file
7
te/disposal_method_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$disposal_method_set = array (
|
||||
'sold' => 'Sold',
|
||||
'destroyed' => 'Destroyed',
|
||||
'garbage' => 'Thrown away / garbage collection',
|
||||
);
|
22
te/entry_types.php
Normal file
22
te/entry_types.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$entry_types = array (
|
||||
0 => '',
|
||||
1 => 'Donation',
|
||||
2 => 'Purchase',
|
||||
3 => 'Excavation',
|
||||
4 => 'Emergency Rescue',
|
||||
5 => 'Inheritance',
|
||||
6 => 'Endowment',
|
||||
7 => 'Dispossession',
|
||||
8 => 'Original condition',
|
||||
9 => 'Loan',
|
||||
10 => 'Exchange',
|
||||
11 => 'In-house production',
|
||||
12 => 'Material Strain (Törzsanyag)',
|
||||
14 => 'Vorlass',
|
||||
15 => 'Finding',
|
||||
98 => 'To be checked',
|
||||
99 => 'Other legal acquisition',
|
||||
16 => 'Permanent loan',
|
||||
);
|
8
te/eventtype_groups.php
Normal file
8
te/eventtype_groups.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$eventtype_groups = array (
|
||||
'production' => 'Production',
|
||||
'post_production' => 'Post-production',
|
||||
'pre_production' => 'Pre-production',
|
||||
'no_production' => 'No production',
|
||||
);
|
54
te/eventtype_name.php
Normal file
54
te/eventtype_name.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$eventname = array (
|
||||
1 => 'Created',
|
||||
2 => 'Found',
|
||||
3 => 'Published',
|
||||
4 => 'Template creation',
|
||||
5 => 'Was depicted (Actor)',
|
||||
6 => 'Was used',
|
||||
7 => 'Written',
|
||||
8 => 'Collected',
|
||||
9 => 'Painted',
|
||||
10 => 'Image taken',
|
||||
11 => 'Received',
|
||||
12 => 'Printing plate produced',
|
||||
13 => 'Sent',
|
||||
14 => 'Issued',
|
||||
15 => 'Signed',
|
||||
16 => 'First description',
|
||||
19 => 'Drawn',
|
||||
20 => 'Copied (by hand)',
|
||||
21 => 'Lived',
|
||||
22 => '[Relationship to location]',
|
||||
23 => '[Relation to person or institution]',
|
||||
24 => '[Relation to time]',
|
||||
25 => 'Commissioned',
|
||||
26 => 'Printed',
|
||||
27 => 'Recorded',
|
||||
28 => 'Sung',
|
||||
29 => 'Decor designed',
|
||||
30 => 'Form designed',
|
||||
31 => 'Modelled',
|
||||
32 => 'Autographed/Signed',
|
||||
33 => 'Mentioned',
|
||||
34 => 'Buried',
|
||||
35 => 'Intellectual creation',
|
||||
36 => 'Was depicted',
|
||||
37 => 'Painted on',
|
||||
38 => 'Illustrated',
|
||||
39 => 'Assembled',
|
||||
40 => 'Auctioned',
|
||||
41 => 'Bought',
|
||||
42 => 'Owned',
|
||||
43 => 'Sold',
|
||||
44 => 'Restored',
|
||||
45 => 'Damaged',
|
||||
46 => 'Destroyed',
|
||||
47 => 'Lost',
|
||||
48 => 'Edited',
|
||||
49 => 'Donated / present',
|
||||
50 => 'Inherited',
|
||||
51 => 'Had subject',
|
||||
52 => 'Emerged',
|
||||
);
|
54
te/eventtype_persinst.php
Normal file
54
te/eventtype_persinst.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$event_persinst = array (
|
||||
1 => 'created by',
|
||||
2 => 'found by',
|
||||
3 => 'published by',
|
||||
4 => 'templates created by',
|
||||
5 => 'depicted',
|
||||
6 => 'was used by',
|
||||
7 => 'written by',
|
||||
8 => 'collected by',
|
||||
9 => 'painted by',
|
||||
10 => 'photographed by',
|
||||
11 => 'received by',
|
||||
12 => 'Printing plate produced by',
|
||||
13 => 'sent by',
|
||||
14 => 'issued by',
|
||||
15 => 'signed by',
|
||||
16 => 'first described by',
|
||||
19 => 'drawn by',
|
||||
20 => 'copied (by hand) by',
|
||||
21 => 'Lived',
|
||||
22 => '[general]',
|
||||
23 => '[general]',
|
||||
24 => '[general]',
|
||||
25 => 'commissioned by',
|
||||
26 => 'printed by',
|
||||
27 => 'recorded by',
|
||||
28 => 'sung by',
|
||||
29 => 'Decor designed by',
|
||||
30 => 'Form designed by',
|
||||
31 => 'modelled by',
|
||||
32 => 'autographed by',
|
||||
33 => 'mentioned by',
|
||||
34 => 'buried by',
|
||||
35 => 'conceived by',
|
||||
36 => 'depicted by',
|
||||
37 => 'painted on by',
|
||||
38 => 'illustrated by',
|
||||
39 => 'assembled by',
|
||||
40 => 'auctioned by',
|
||||
41 => 'bought by',
|
||||
42 => 'owned by',
|
||||
43 => 'sold by',
|
||||
44 => 'restored by',
|
||||
45 => 'damaged by',
|
||||
46 => 'destroyed by',
|
||||
47 => 'lost by',
|
||||
48 => 'edited by',
|
||||
49 => 'donated by',
|
||||
50 => 'inherited by',
|
||||
51 => 'had subject',
|
||||
52 => 'emerged by',
|
||||
);
|
54
te/eventtype_place.php
Normal file
54
te/eventtype_place.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$event_place = array (
|
||||
1 => 'created in',
|
||||
2 => 'found in',
|
||||
3 => 'published in',
|
||||
4 => 'templates created in',
|
||||
5 => 'was imaged in',
|
||||
6 => 'was used in',
|
||||
7 => 'written in',
|
||||
8 => 'collected in',
|
||||
9 => 'painted in',
|
||||
10 => 'photographed in',
|
||||
11 => 'received in',
|
||||
12 => 'Printing plate produced in',
|
||||
13 => 'sent in',
|
||||
14 => 'issued in',
|
||||
15 => 'signed in',
|
||||
16 => 'Type described in',
|
||||
19 => 'drawn in',
|
||||
20 => 'was copied (by hand) in',
|
||||
21 => 'has lived in',
|
||||
22 => '[general]',
|
||||
23 => '[general]',
|
||||
24 => '[general]',
|
||||
25 => 'commissioned in',
|
||||
26 => 'printed in',
|
||||
27 => 'recorded in',
|
||||
28 => 'sung in',
|
||||
29 => 'Decor designed in',
|
||||
30 => 'Form designed in',
|
||||
31 => 'modelled in',
|
||||
32 => 'autographed in',
|
||||
33 => 'mentioned in',
|
||||
34 => 'buried in',
|
||||
35 => 'conceived in',
|
||||
36 => 'was depicted in',
|
||||
37 => 'painted on in',
|
||||
38 => 'illustrated in',
|
||||
39 => 'assembled in',
|
||||
40 => 'auctioned in',
|
||||
41 => 'bought in',
|
||||
42 => 'owned in',
|
||||
43 => 'sold in',
|
||||
44 => 'restored in',
|
||||
45 => 'damaged in',
|
||||
46 => 'destroyed in',
|
||||
47 => 'lost in',
|
||||
48 => 'edited in',
|
||||
49 => 'donated / given as present in',
|
||||
50 => 'inherited in',
|
||||
51 => 'had subject',
|
||||
52 => 'emerged at',
|
||||
);
|
54
te/eventtype_time.php
Normal file
54
te/eventtype_time.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$event_time = array (
|
||||
1 => 'created',
|
||||
2 => 'found',
|
||||
3 => 'published',
|
||||
4 => 'template created',
|
||||
5 => 'was imaged',
|
||||
6 => 'was used',
|
||||
7 => 'written',
|
||||
8 => 'collected',
|
||||
9 => 'painted',
|
||||
10 => 'photographed',
|
||||
11 => 'received',
|
||||
12 => 'Printing plate produced',
|
||||
13 => 'sent',
|
||||
14 => 'issued',
|
||||
15 => 'signed',
|
||||
16 => 'Type described',
|
||||
19 => 'drawn',
|
||||
20 => 'copied (by hand)',
|
||||
21 => 'has lived',
|
||||
22 => '[general]',
|
||||
23 => '[general]',
|
||||
24 => '[general]',
|
||||
25 => 'commissioned',
|
||||
26 => 'printed',
|
||||
27 => 'recorded',
|
||||
28 => 'sung',
|
||||
29 => 'Decor designed',
|
||||
30 => 'Form designed',
|
||||
31 => 'modelled',
|
||||
32 => 'autographed',
|
||||
33 => 'was mentioned',
|
||||
34 => 'buried',
|
||||
35 => 'conceived',
|
||||
36 => 'was depicted',
|
||||
37 => 'painted on',
|
||||
38 => 'illustrated',
|
||||
39 => 'assembled at',
|
||||
40 => 'auctioned at',
|
||||
41 => 'bought at',
|
||||
42 => 'owned at',
|
||||
43 => 'sold at',
|
||||
44 => 'restored at',
|
||||
45 => 'damaged at',
|
||||
46 => 'destroyed at',
|
||||
47 => 'lost at',
|
||||
48 => 'edited at',
|
||||
49 => 'donated at',
|
||||
50 => 'inherited at',
|
||||
51 => 'had subject',
|
||||
52 => 'emerged at',
|
||||
);
|
9
te/exhibition_contributor_roles.php
Normal file
9
te/exhibition_contributor_roles.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$exhibition_contributor_roles = array (
|
||||
'concept' => 'Concept',
|
||||
'curator' => 'Curator',
|
||||
'design' => 'Design',
|
||||
'coordinator' => 'Coordinator',
|
||||
'protagonist' => 'Protagonist',
|
||||
);
|
7
te/gender_set.php
Normal file
7
te/gender_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$gender_set = array (
|
||||
'female' => 'Female',
|
||||
'male' => 'Male',
|
||||
'other' => 'Other',
|
||||
);
|
10
te/institution_basic_category_set.php
Normal file
10
te/institution_basic_category_set.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_basic_category_set = array (
|
||||
'archive' => 'Archive',
|
||||
'library' => 'Library',
|
||||
'memorial_site' => 'Memorial site',
|
||||
'private_collection' => 'Private collection',
|
||||
'museum' => 'Museum',
|
||||
'university_collection' => 'University collection',
|
||||
);
|
30
te/institution_collection_area_set.php
Normal file
30
te/institution_collection_area_set.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_collection_area_set = array (
|
||||
'everyday_life' => 'Everyday life',
|
||||
'archaeology' => 'Archaeology',
|
||||
'architecture' => 'Architecture',
|
||||
'history_of_mining' => 'History of mining',
|
||||
'botany' => 'Botany',
|
||||
'history_of_film' => 'History of film',
|
||||
'political_history' => 'Political history',
|
||||
'arts' => 'Arts',
|
||||
'applied_arts' => 'Applied arts',
|
||||
'agriculture' => 'Agriculture',
|
||||
'literature' => 'Literature',
|
||||
'history_of_medicine' => 'History of medicine',
|
||||
'military_history' => 'Military history',
|
||||
'mineralogy' => 'Mineralogy',
|
||||
'music' => 'Music',
|
||||
'numismatics' => 'Numismatics',
|
||||
'paleontology' => 'Paleontology',
|
||||
'personalia' => 'Personalia',
|
||||
'regional_history' => 'Regional history',
|
||||
'religion' => 'Religion',
|
||||
'technology' => 'Technology',
|
||||
'ethnography' => 'Ethnography',
|
||||
'zoology' => 'Zoology',
|
||||
);
|
||||
$institution_basic_category_set = array (
|
||||
'museum' => 'Museum',
|
||||
);
|
5
te/institution_external_id_repositories.php
Normal file
5
te/institution_external_id_repositories.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_external_id_repositories = array (
|
||||
'hu_ksh' => 'Hungarian Central Statistical Office',
|
||||
);
|
7
te/institution_musdb_use_case_set.php
Normal file
7
te/institution_musdb_use_case_set.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_musdb_use_case_set = array (
|
||||
'collection_management' => 'Collection management',
|
||||
'publication' => 'Publication',
|
||||
'collection_management_and_publication' => 'Collection management and publication',
|
||||
);
|
8
te/institution_public_private_category_set.php
Normal file
8
te/institution_public_private_category_set.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_public_private_category_set = array (
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'religious' => 'Religious',
|
||||
'mixed' => 'Mixed',
|
||||
);
|
16
te/license_explica.php
Normal file
16
te/license_explica.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$license_explica = array (
|
||||
'CC BY-NC-SA' => 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.',
|
||||
'CC BY-NC-ND' => 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.',
|
||||
'CC BY-NC' => 'For non commercial purposes the material might be used freely if the attribution is given.',
|
||||
'CC BY-ND' => 'The material might be used freely if the attribution is given. It may not be altered.',
|
||||
'CC BY-SA' => 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.',
|
||||
'CC BY' => 'The material might be used freely (and even altered) if the attribution is given.',
|
||||
'CC0' => 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.',
|
||||
'RR-F' => 'Free access - no reuse.',
|
||||
'RR-P' => 'Paid access - no reuse. Previews might be freely accessible.',
|
||||
'RR-R' => 'Restricted access. Reserved rights.',
|
||||
'Orphan Work' => 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.',
|
||||
'Public Domain Mark' => 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.',
|
||||
);
|
16
te/license_full_names.php
Normal file
16
te/license_full_names.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$license_full_names = array (
|
||||
'CC BY-NC-SA' => 'Attribution - Non Commercial - Share Alike',
|
||||
'CC BY-NC' => 'Attribution - Non Commercial',
|
||||
'CC BY-ND' => 'Attribution - No Derivates',
|
||||
'CC BY-SA' => 'Attribution - Share Alike',
|
||||
'CC BY' => 'Attribution',
|
||||
'CC0' => 'No Rights Reserved',
|
||||
'RR-F' => 'Rights Reserved - Free Access',
|
||||
'RR-P' => 'Rights Reserved - Paid Access',
|
||||
'RR-R' => 'Rights Reserved - Restricted Access',
|
||||
'Orphan Work' => 'Orphan Work',
|
||||
'Public Domain Mark' => 'Public Domain Mark',
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
);
|
16
te/license_url.php
Normal file
16
te/license_url.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$license_url = array (
|
||||
'CC BY-NC-SA' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/',
|
||||
'CC BY-NC-ND' => 'https://creativecommons.org/licenses/by-nc-nd/4.0/',
|
||||
'CC BY-NC' => 'https://creativecommons.org/licenses/by-nc/4.0/',
|
||||
'CC BY-ND' => 'https://creativecommons.org/licenses/by-nd/4.0/',
|
||||
'CC BY-SA' => 'https://creativecommons.org/licenses/by-sa/4.0/',
|
||||
'CC BY' => 'https://creativecommons.org/licenses/by/4.0/',
|
||||
'CC0' => 'https://creativecommons.org/publicdomain/zero/1.0/',
|
||||
'RR-F' => 'http://www.europeana.eu/rights/rr-f/',
|
||||
'RR-P' => 'http://www.europeana.eu/rights/rr-p/',
|
||||
'RR-R' => 'http://www.europeana.eu/rights/rr-r/',
|
||||
'Orphan Work' => 'http://www.europeana.eu/rights/orphan-work-eu/',
|
||||
'Public Domain Mark' => 'https://creativecommons.org/publicdomain/mark/1.0/',
|
||||
);
|
6
te/loan_types.php
Normal file
6
te/loan_types.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$loan_types = array (
|
||||
'outgoing' => 'Outgoing',
|
||||
'incoming' => 'Incoming',
|
||||
);
|
25
te/marking_types.php
Normal file
25
te/marking_types.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$marking_types = array (
|
||||
'signature' => 'Signature',
|
||||
'watermark' => 'Watermark',
|
||||
'engraving' => 'Engraving',
|
||||
'scratch' => 'Scratching',
|
||||
'stamp' => 'Stamped',
|
||||
'overprint' => 'Overprint',
|
||||
'embossing' => 'Embossing',
|
||||
'handwritten' => 'Handwritten',
|
||||
'glued' => 'Glued',
|
||||
'embroidered' => 'Embroidered',
|
||||
'sewn' => 'Sewn',
|
||||
'screwed' => 'Screwed',
|
||||
'burnt_in' => 'Burnt in',
|
||||
'riveted' => 'Riveted',
|
||||
'nailed' => 'Nailed',
|
||||
'hallmarked' => 'Hallmarked',
|
||||
'punched' => 'Punched',
|
||||
'scarified' => 'Scarified',
|
||||
'cast' => 'Cast',
|
||||
'painted' => 'Painted',
|
||||
'drawn' => 'Drawn',
|
||||
);
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user