Approval.
This commit is contained in:
parent
6922772f3e
commit
2ee5b12692
|
@ -1,16 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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)',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_attendance_modes' =>
|
||||
array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'mixed' => 'Offline and online',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_cancellation_status_set' =>
|
||||
array (
|
||||
'scheduled_done' => 'Scheduled or done as planned',
|
||||
'cancelled' => 'Cancelled',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_contributor_roles' =>
|
||||
array (
|
||||
'organizer' => 'Organizer',
|
||||
'presenter' => 'Presenter',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_status' =>
|
||||
array (
|
||||
'scheduled' => 'Scheduled',
|
||||
'cancelled' => 'Cancelled',
|
||||
'moved_online' => 'Moved online',
|
||||
'postponed' => 'Postponed',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'attendance_status_set' =>
|
||||
array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'closer_location_types_set' =>
|
||||
array (
|
||||
0 => '',
|
||||
1 => 'Place of recording',
|
||||
2 => 'Place of discovery',
|
||||
3 => 'Former place',
|
||||
),
|
||||
)
|
|
@ -1,23 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,13 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'conservation_report_type_set' =>
|
||||
array (
|
||||
'damage' => 'Damage',
|
||||
'conservation' => 'Conservation',
|
||||
'condition' => 'Condition',
|
||||
'restoration' => 'Restoration',
|
||||
'other_report' => 'Other report',
|
||||
'other' => 'Other report',
|
||||
),
|
||||
)
|
|
@ -1,30 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
'license_full_names' =>
|
||||
array (
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'custom_report_targets_set' =>
|
||||
array (
|
||||
'object_single' => 'Single object',
|
||||
'object_list' => 'Multiple objects',
|
||||
'loan' => 'Loan',
|
||||
'exhibition' => 'Exhibition',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'disposal_method_set' =>
|
||||
array (
|
||||
'sold' => 'Sold',
|
||||
'destroyed' => 'Destroyed',
|
||||
'garbage' => 'Thrown away / garbage collection',
|
||||
),
|
||||
)
|
|
@ -1,25 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,55 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'eventname' =>
|
||||
array (
|
||||
1 => 'مُنشأ',
|
||||
2 => 'موجود',
|
||||
3 => 'منشور',
|
||||
4 => 'انشاء مرجع ',
|
||||
5 => 'مُصور',
|
||||
6 => 'مُستعمل',
|
||||
7 => 'مكتوب',
|
||||
8 => 'مجموع',
|
||||
9 => 'مُلون',
|
||||
10 => 'صورة ملتقطة',
|
||||
11 => 'مُستَلم',
|
||||
12 => 'انشئت الصفحة المطبوعة ',
|
||||
13 => 'مُرسل',
|
||||
14 => 'مُحرر',
|
||||
15 => 'مُوقَع',
|
||||
16 => 'وصف النموذج ',
|
||||
19 => 'مرسوم',
|
||||
20 => 'نُسخ -باليد- ',
|
||||
21 => 'قد عاش ',
|
||||
22 => '[العلاقة مع الموقع]',
|
||||
23 => '[العلاقة مع شخص او مؤسسة]',
|
||||
24 => '[العلاقة مع الوقت]',
|
||||
25 => 'مُكلف',
|
||||
26 => 'مطبوع',
|
||||
27 => 'مُسجل',
|
||||
28 => 'مُغنى',
|
||||
29 => 'الديكور مصمم ',
|
||||
30 => 'الشكل مصمم',
|
||||
31 => 'النموذج منشأ ',
|
||||
32 => 'مُوقع بخط اليد ',
|
||||
33 => 'مُشار اليه ',
|
||||
34 => 'مدفون ',
|
||||
35 => 'ابداع فكري',
|
||||
36 => 'مُصور',
|
||||
37 => 'مرسوم على ',
|
||||
38 => 'مُوضح بالرسوم',
|
||||
39 => 'Assembled',
|
||||
40 => 'Auctioned',
|
||||
41 => 'Bought',
|
||||
42 => 'Owned',
|
||||
43 => 'Sold',
|
||||
44 => 'Restorated',
|
||||
45 => 'Damaged',
|
||||
46 => 'Destroyed',
|
||||
47 => 'Lost',
|
||||
48 => 'Edited',
|
||||
49 => 'Donated / present',
|
||||
50 => 'Inherited',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'exhibition_contributor_roles' =>
|
||||
array (
|
||||
'concept' => 'Concept',
|
||||
'curator' => 'Curator',
|
||||
'design' => 'Design',
|
||||
'coordinator' => 'Coordinator',
|
||||
'protagonist' => 'Protagonist',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'gender_set' =>
|
||||
array (
|
||||
'female' => 'Female',
|
||||
'male' => 'Male',
|
||||
'other' => 'Other',
|
||||
),
|
||||
)
|
|
@ -1,19 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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.',
|
||||
),
|
||||
)
|
|
@ -1,19 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,19 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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/',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'loan_types' =>
|
||||
array (
|
||||
'outgoing' => 'Outgoing',
|
||||
'incoming' => 'Incoming',
|
||||
),
|
||||
)
|
|
@ -1,26 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_check_types_set' =>
|
||||
array (
|
||||
'condition_check' => 'Condition check',
|
||||
'completeness_check' => 'Completeness check',
|
||||
'data_correctness_check' => 'Data correctness check',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_damage_status_set' =>
|
||||
array (
|
||||
'identified' => 'Identified',
|
||||
'repair_possible' => 'Reviewed; repair possible',
|
||||
'repair_scheduled' => 'Repair scheduled',
|
||||
'repaired' => 'Repaired',
|
||||
'irreparable' => 'Irreparable',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_damage_types_set' =>
|
||||
array (
|
||||
'water_damage' => 'Water damage',
|
||||
'breakage' => 'Breakage',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_form_set' =>
|
||||
array (
|
||||
'cube' => 'Cube',
|
||||
'cuboid' => 'Cuboid',
|
||||
'sphere' => 'Sphere',
|
||||
'cone' => 'Cone',
|
||||
'cylinder' => 'Cylinder',
|
||||
),
|
||||
)
|
|
@ -1,13 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_publication_background' =>
|
||||
array (
|
||||
0 => 'Image published',
|
||||
1 => 'Transcript published',
|
||||
2 => 'Discussed',
|
||||
3 => 'Rezensiert',
|
||||
4 => 'Referenced',
|
||||
5 => 'Advertised',
|
||||
),
|
||||
)
|
|
@ -1,14 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,13 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'phone_types' =>
|
||||
array (
|
||||
'work' => 'Work',
|
||||
'home' => 'Home',
|
||||
'mobile' => 'Mobile',
|
||||
'work mobile' => 'Work mobile',
|
||||
'fax' => 'Fax',
|
||||
'fax work' => 'Fax (Work)',
|
||||
),
|
||||
)
|
|
@ -1,16 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'tlPlacetypes' =>
|
||||
array (
|
||||
0 => 'Administrative',
|
||||
1 => 'Historical',
|
||||
2 => 'Region',
|
||||
3 => 'Street',
|
||||
4 => 'Building',
|
||||
5 => 'Mountains',
|
||||
6 => 'Forrest',
|
||||
7 => 'Body of water',
|
||||
8 => 'Island',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'podcast_contributor_roles' =>
|
||||
array (
|
||||
'onair' => 'On air',
|
||||
'recording' => 'Recording',
|
||||
'technical_support' => 'Technical support',
|
||||
'organization' => 'Organization',
|
||||
),
|
||||
)
|
|
@ -1,19 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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' => 'Unten links',
|
||||
'center' => 'Center',
|
||||
'rear_side' => 'Rear side',
|
||||
'edge' => 'Edge',
|
||||
'other' => 'Other',
|
||||
),
|
||||
)
|
|
@ -1,21 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'recording_types_set' =>
|
||||
array (
|
||||
'audio' => 'Audio',
|
||||
'video' => 'Video',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'research_status' =>
|
||||
array (
|
||||
'bad' => 'Not researched much',
|
||||
'medium' => 'Partly researched',
|
||||
'good' => 'Well researched',
|
||||
),
|
||||
)
|
|
@ -1,15 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'space_access_status' =>
|
||||
array (
|
||||
'enter' => 'Enter',
|
||||
'leave' => 'Leave',
|
||||
),
|
||||
)
|
|
@ -1,18 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'syndication_repos' =>
|
||||
array (
|
||||
'ddb' => 'German Digital Library (DDB)',
|
||||
'europeana' => 'Europeana',
|
||||
'smb-digital' => 'SMB-digital',
|
||||
'kalliope-verbund' => 'Kalliope Verbund',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'timing_intervals_set' =>
|
||||
array (
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'annual' => 'Annual',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'title_types_set' =>
|
||||
array (
|
||||
'' => ' ',
|
||||
'Science' => 'Science',
|
||||
'Everyday speech' => 'Everyday speech',
|
||||
'Colloquial speech' => 'Colloquial speech',
|
||||
'Dialect' => 'Dialect',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'todo_status' =>
|
||||
array (
|
||||
'suggested' => 'Suggested',
|
||||
'planned' => 'Planned',
|
||||
'in_progress' => 'In progress',
|
||||
'done' => 'Done',
|
||||
'cancelled' => 'Cancelled',
|
||||
),
|
||||
)
|
|
@ -1,13 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'units_length_set' =>
|
||||
array (
|
||||
'm' => 'm',
|
||||
'dm' => 'dm',
|
||||
'cm' => 'cm',
|
||||
'mm' => 'mm',
|
||||
'ft' => 'ft',
|
||||
'in' => 'inch',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'units_weight_set' =>
|
||||
array (
|
||||
't' => 't',
|
||||
'kg' => 'kg',
|
||||
'g' => 'g',
|
||||
),
|
||||
)
|
|
@ -1,16 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'actor_variant_types_set' =>
|
||||
array (
|
||||
'birth_name' => 'Geburtsname',
|
||||
'married_name' => 'Ehename',
|
||||
'monastic_name' => 'Ordensname',
|
||||
'pseudonym' => 'Pseudonym',
|
||||
'regnal_name' => 'Regierungsname',
|
||||
'nickname' => 'Spitzname',
|
||||
'artist_name' => 'Künstlername',
|
||||
'civil_name' => 'Bürgerlicher Name',
|
||||
'generic_other_name' => 'Alternative Schreibweise',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_attendance_modes' =>
|
||||
array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'mixed' => 'Offline und online',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_cancellation_status_set' =>
|
||||
array (
|
||||
'scheduled_done' => 'Geplant oder wie geplant abgeschlossen',
|
||||
'cancelled' => 'Abgesagt',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_contributor_roles' =>
|
||||
array (
|
||||
'organizer' => 'Organisation',
|
||||
'presenter' => 'Vortragender',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_status' =>
|
||||
array (
|
||||
'scheduled' => 'Geplant',
|
||||
'cancelled' => 'Abgesagt',
|
||||
'moved_online' => 'In Online-Veranstaltung umgewandelt',
|
||||
'postponed' => 'Verschoben',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'attendance_status_set' =>
|
||||
array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'closer_location_types_set' =>
|
||||
array (
|
||||
0 => '',
|
||||
1 => 'Aufnahmeort',
|
||||
2 => 'Fundort',
|
||||
3 => 'Früherer Ort',
|
||||
),
|
||||
)
|
|
@ -1,23 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'colors_set' =>
|
||||
array (
|
||||
'black' => 'Schwarz',
|
||||
'green' => 'Grün',
|
||||
'silver' => 'Silber',
|
||||
'lime' => 'Hellgrün',
|
||||
'gray' => 'Grau',
|
||||
'olive' => 'Oliv',
|
||||
'white' => 'Weiß',
|
||||
'yellow' => 'Gelb',
|
||||
'maroon' => 'Braun',
|
||||
'navy' => 'Dunkelblau',
|
||||
'red' => 'Rot',
|
||||
'blue' => 'Blau',
|
||||
'purple' => 'Lila',
|
||||
'teal' => 'Blaugrün',
|
||||
'fuchsia' => 'Fuchsia',
|
||||
'aqua' => 'Türkis',
|
||||
),
|
||||
)
|
|
@ -1,13 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'conservation_report_type_set' =>
|
||||
array (
|
||||
'damage' => 'Schaden',
|
||||
'conservation' => 'Konservierung',
|
||||
'condition' => 'Zustand',
|
||||
'restoration' => 'Restaurierung',
|
||||
'other_report' => 'Anderer Bericht',
|
||||
'other' => 'Anderer Bericht',
|
||||
),
|
||||
)
|
|
@ -1,30 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'currencies_set' =>
|
||||
array (
|
||||
'eu-EUR' => 'Euro',
|
||||
'de-DM' => 'Deutsche Mark',
|
||||
'de-RM' => 'Reichsmark (Deutsches Reich)',
|
||||
'es-Real' => 'Real (Spanien)',
|
||||
'hu-Ft' => 'Forint',
|
||||
'hu-Lari' => 'Lari',
|
||||
'hu-Pengő' => 'Pengő',
|
||||
'id-IDR' => 'Indonesische Rupiah',
|
||||
'pl-Złoty' => 'Złoty',
|
||||
'us-USD' => 'US Dollar',
|
||||
'ddr-Mark' => 'Mark (DDR)',
|
||||
'ddr-MDN' => 'MDN (DDR)',
|
||||
'hu-Korona' => 'Österreichisch-ungarische Krone',
|
||||
'fr-FF' => 'Französischer Franc',
|
||||
'uk-GBP' => 'Pfund Sterling',
|
||||
'by-BYN' => 'Belarussischer Rubel',
|
||||
'ru-RUB' => 'Russischer Rubel',
|
||||
'su-SUR' => 'Sowjetischer Rubel',
|
||||
'ua-UAH' => 'Hrywnja',
|
||||
),
|
||||
'license_full_names' =>
|
||||
array (
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'custom_report_targets_set' =>
|
||||
array (
|
||||
'object_single' => 'Einzelnes Objekt',
|
||||
'object_list' => 'Mehrere Objekte',
|
||||
'loan' => 'Leihvorgang',
|
||||
'exhibition' => 'Ausstellung',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'disposal_method_set' =>
|
||||
array (
|
||||
'sold' => 'Verkauft',
|
||||
'destroyed' => 'Zerstört',
|
||||
'garbage' => 'Weggeworfen / Müllsammlung',
|
||||
),
|
||||
)
|
|
@ -1,25 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'entry_types' =>
|
||||
array (
|
||||
0 => '',
|
||||
1 => 'Schenkung',
|
||||
2 => 'Kauf',
|
||||
3 => 'Grabung',
|
||||
4 => 'Notbergung',
|
||||
5 => 'Erbschaft / Nachlass',
|
||||
6 => 'Stiftung',
|
||||
7 => 'Enteignung',
|
||||
8 => 'Ursprungsbestand',
|
||||
9 => 'Leihgabe',
|
||||
10 => 'Tausch',
|
||||
11 => 'Eigenproduktion',
|
||||
12 => 'Material Strain (Törzsanyag)',
|
||||
14 => 'Vorlass',
|
||||
15 => 'Fund',
|
||||
98 => 'Ungeklärt',
|
||||
99 => 'Anderer rechtmäßiger Zugang',
|
||||
16 => 'Dauerleihgabe',
|
||||
),
|
||||
)
|
|
@ -1,55 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'eventname' =>
|
||||
array (
|
||||
1 => 'Hergestellt',
|
||||
2 => 'Gefunden',
|
||||
3 => 'Veröffentlicht',
|
||||
4 => 'Vorlagenerstellung',
|
||||
5 => 'Wurde abgebildet (Akteur)',
|
||||
6 => 'Wurde genutzt',
|
||||
7 => 'Verfasst',
|
||||
8 => 'Gesammelt',
|
||||
9 => 'Gemalt',
|
||||
10 => 'Aufgenommen',
|
||||
11 => 'Empfangen',
|
||||
12 => 'Druckplatte hergestellt',
|
||||
13 => 'Abgeschickt',
|
||||
14 => 'Ausgefertigt',
|
||||
15 => 'Unterzeichnet',
|
||||
16 => 'Erstbeschreibung',
|
||||
19 => 'Gezeichnet',
|
||||
20 => 'Abgeschrieben',
|
||||
21 => 'Hat gelebt',
|
||||
22 => '[Geographischer Bezug]',
|
||||
23 => '[Person-Körperschaft-Bezug]',
|
||||
24 => '[Zeitbezug]',
|
||||
25 => 'Beauftragt',
|
||||
26 => 'Gedruckt',
|
||||
27 => 'Gesprochen',
|
||||
28 => 'Gesungen',
|
||||
29 => 'Dekor entworfen',
|
||||
30 => 'Form entworfen',
|
||||
31 => 'Modelliert',
|
||||
32 => 'Signiert',
|
||||
33 => 'Wurde erwähnt',
|
||||
34 => 'Vergraben',
|
||||
35 => 'Geistige Schöpfung',
|
||||
36 => 'Wurde abgebildet (Ort)',
|
||||
37 => 'Bemalt',
|
||||
38 => 'Illustriert',
|
||||
39 => 'Zusammengefügt',
|
||||
40 => 'Versteigert',
|
||||
41 => 'Gekauft',
|
||||
42 => 'Besessen',
|
||||
43 => 'Verkauft',
|
||||
44 => 'Restauriert',
|
||||
45 => 'Beschädigt',
|
||||
46 => 'Zerstört',
|
||||
47 => 'Verschollen',
|
||||
48 => 'Herausgegeben',
|
||||
49 => 'Gespendet / Geschenkt',
|
||||
50 => 'Geerbt',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'exhibition_contributor_roles' =>
|
||||
array (
|
||||
'concept' => 'Konzept',
|
||||
'curator' => 'Kurator',
|
||||
'design' => 'Design',
|
||||
'coordinator' => 'Koordination',
|
||||
'protagonist' => 'Protagonist',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'gender_set' =>
|
||||
array (
|
||||
'female' => 'Weiblich',
|
||||
'male' => 'Männlich',
|
||||
'other' => 'Weiteres',
|
||||
),
|
||||
)
|
|
@ -1,19 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'license_explica' =>
|
||||
array (
|
||||
'CC BY-NC-SA' => 'Für nicht kommerzielle Zwecke kann das Material bei Namensnennung frei verwendet (auch verändert) werden. Bei einer Weitergabe muss der Rechtestatus erhalten bleiben.',
|
||||
'CC BY-NC-ND' => 'Für nicht kommerzielle Zwecke kann das Material bei Namensnennung frei verwendet werden. Es darf nicht verändert werden.',
|
||||
'CC BY-NC' => 'Für nicht kommerzielle Zwecke kann das Material bei Namensnennung frei verwendet werden.',
|
||||
'CC BY-ND' => 'Das Material kann bei Namensnennung frei verwendet werden. Es darf nicht verändert werden.',
|
||||
'CC BY-SA' => ' Material kann bei Namensnennung frei verwendet (auch verändert) werden. Bei einer Weitergabe muss der Rechtestatus erhalten bleiben.',
|
||||
'CC BY' => 'Das Material kann bei Namensnennung frei verwendet werden.',
|
||||
'CC0' => 'Verzicht auf alle Rechte. Sollte nur gewählt werden, wenn das Recht auf Rechte zu verzichten besteht.',
|
||||
'RR-F' => 'Freier Zugang - Keine Weiterverwendung.',
|
||||
'RR-P' => 'Zugang erst nach Zahlung - Keine Weiterverwendung. Voransichten sind möglicherweise frei zugänglich.',
|
||||
'RR-R' => 'Eingeschränkter Zugang. Rechte bleiben vorbehalten.',
|
||||
'Orphan Work' => 'Der Rechteinhaber läßt sich auch nach eingehender Prüfung nicht mehr ermitteln.',
|
||||
'Public Domain Mark' => 'Das Material ist gemeinfrei.',
|
||||
),
|
||||
)
|
|
@ -1,19 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'license_full_names' =>
|
||||
array (
|
||||
'CC BY-NC-SA' => 'Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen',
|
||||
'CC BY-NC' => 'Namensnennung - Nicht-kommerziell',
|
||||
'CC BY-ND' => 'Namensnennung - Keine Bearbeitung',
|
||||
'CC BY-SA' => 'Namensnennung - Weitergabe unter gleichen Bedingungen',
|
||||
'CC BY' => 'Namensnennung',
|
||||
'CC0' => 'Gemeinfrei (Verzicht auf Rechte)',
|
||||
'RR-F' => 'Freier Zugang - Keine Weiterverwendung',
|
||||
'RR-P' => 'Bezahlter Zugang - Keine Weiterverwendung',
|
||||
'RR-R' => 'Eingeschränkter Zugang - Rechte vorbehalten',
|
||||
'Orphan Work' => 'Verwaistes Werk',
|
||||
'Public Domain Mark' => 'Gemeinfrei',
|
||||
'CC BY-NC-ND' => 'Namensnennung - Nicht-kommerziell - Keine Bearbeitungen',
|
||||
),
|
||||
)
|
|
@ -1,19 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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/',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'loan_types' =>
|
||||
array (
|
||||
'outgoing' => 'Ausgehend',
|
||||
'incoming' => 'Eingehend',
|
||||
),
|
||||
)
|
|
@ -1,26 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'marking_types' =>
|
||||
array (
|
||||
'signature' => 'Signatur',
|
||||
'watermark' => 'Wasserzeichen',
|
||||
'engraving' => 'Gravur',
|
||||
'scratch' => 'Gekratzt',
|
||||
'stamp' => 'Gestempelt',
|
||||
'overprint' => 'Gedruckt',
|
||||
'embossing' => 'Geprägt',
|
||||
'handwritten' => 'Handschriftlich',
|
||||
'glued' => 'Geklebt',
|
||||
'embroidered' => 'Gestickt',
|
||||
'sewn' => 'Genäht',
|
||||
'screwed' => 'Geschraubt',
|
||||
'burnt_in' => 'Eingebrannt',
|
||||
'riveted' => 'Angenietet',
|
||||
'nailed' => 'Genagelt',
|
||||
'hallmarked' => 'Gepunzt',
|
||||
'punched' => 'Gestanzt',
|
||||
'scarified' => 'Geritzt',
|
||||
'cast' => 'Guss',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_check_types_set' =>
|
||||
array (
|
||||
'condition_check' => 'Zustands-Check',
|
||||
'completeness_check' => 'Vollständigkeits-Check',
|
||||
'data_correctness_check' => 'Überprüfung der Korrektheit der erfassten Daten',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_damage_status_set' =>
|
||||
array (
|
||||
'identified' => 'Schaden identifiziert',
|
||||
'repair_possible' => 'Instandsetzung möglich',
|
||||
'repair_scheduled' => 'Instandsetzung geplant',
|
||||
'repaired' => 'Repariert',
|
||||
'irreparable' => 'Nicht reparierbar',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_damage_types_set' =>
|
||||
array (
|
||||
'water_damage' => 'Wasserschaden',
|
||||
'breakage' => 'Bruchschaden',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_form_set' =>
|
||||
array (
|
||||
'cube' => 'Würfel',
|
||||
'cuboid' => 'Quader',
|
||||
'sphere' => 'Kugel',
|
||||
'cone' => 'Kegel',
|
||||
'cylinder' => 'Zylinder',
|
||||
),
|
||||
)
|
|
@ -1,13 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_publication_background' =>
|
||||
array (
|
||||
0 => 'Abbildung veröffentlicht',
|
||||
1 => 'Transkript veröffentlicht',
|
||||
2 => 'besprochen',
|
||||
3 => 'rezensiert',
|
||||
4 => 'referenziert',
|
||||
5 => 'beworben',
|
||||
),
|
||||
)
|
|
@ -1,14 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_status' =>
|
||||
array (
|
||||
'owned' => 'Eigentum des Museums',
|
||||
'permanent_loan' => 'Dauerleihe',
|
||||
'borrowed' => 'Geliehen',
|
||||
'to_check_for_gift' => 'Zur Prüfung im Museum (Schenkung)',
|
||||
'to_check' => 'Zur Prüfung im Museum',
|
||||
'deaccessed' => 'Deakzessiert',
|
||||
'third_party_property' => 'Fremdeigentum',
|
||||
),
|
||||
)
|
|
@ -1,13 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'phone_types' =>
|
||||
array (
|
||||
'work' => 'Arbeit',
|
||||
'home' => 'Daheim',
|
||||
'mobile' => 'Mobil',
|
||||
'work mobile' => 'Mobil: Arbeit',
|
||||
'fax' => 'Fax',
|
||||
'fax work' => 'Fax: Arbeit',
|
||||
),
|
||||
)
|
|
@ -1,16 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'tlPlacetypes' =>
|
||||
array (
|
||||
0 => 'Administrativ',
|
||||
1 => 'Historisch',
|
||||
2 => 'Region',
|
||||
3 => 'Straße',
|
||||
4 => 'Gebäude',
|
||||
5 => 'Berg - Gebirge',
|
||||
6 => 'Wald',
|
||||
7 => 'Gewässer',
|
||||
8 => 'Insel',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'podcast_contributor_roles' =>
|
||||
array (
|
||||
'onair' => 'Sprecher',
|
||||
'recording' => 'Aufnahme',
|
||||
'technical_support' => 'Technik',
|
||||
'organization' => 'Organisation',
|
||||
),
|
||||
)
|
|
@ -1,19 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'position_set' =>
|
||||
array (
|
||||
'left' => 'Links',
|
||||
'top_left' => 'Oben links',
|
||||
'top' => 'Oben',
|
||||
'top_right' => 'Oben rechts',
|
||||
'right' => 'Rechts',
|
||||
'bottom_right' => 'Unten rechts',
|
||||
'bottom' => 'Unten',
|
||||
'bottom_left' => 'Unten links',
|
||||
'center' => 'Mittig',
|
||||
'rear_side' => 'Rückseite',
|
||||
'edge' => 'Rand',
|
||||
'other' => 'Weiteres',
|
||||
),
|
||||
)
|
|
@ -1,21 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'process_types' =>
|
||||
array (
|
||||
'project' => 'Projekt',
|
||||
'grant_application' => 'Förderantrag',
|
||||
'exhibition' => 'Ausstellung',
|
||||
'appointment' => 'Veranstaltung',
|
||||
'loan_incoming' => 'Leihverkehr (eingehend)',
|
||||
'loan_outgoing' => 'Leihverkehr (ausgehend)',
|
||||
'employment_ad' => 'Stellenausschreibung',
|
||||
'purchase' => 'Ankauf',
|
||||
'deaccession' => 'Deakzession',
|
||||
'construction' => 'Baumaßnahme',
|
||||
'pest_control_campaign' => 'Schädlingsbekämpfungs-Kampagne',
|
||||
'pr_campaign' => 'PR-Kampagne',
|
||||
'relocation' => 'Umzug',
|
||||
'discussion' => 'Diskussion / Abstimmung',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'recording_types_set' =>
|
||||
array (
|
||||
'audio' => 'Audio',
|
||||
'video' => 'Video',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'research_status' =>
|
||||
array (
|
||||
'bad' => 'Nicht gut erforscht',
|
||||
'medium' => 'Teilweise erforscht',
|
||||
'good' => 'Gut erforscht',
|
||||
),
|
||||
)
|
|
@ -1,15 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'source_type_set' =>
|
||||
array (
|
||||
'article' => 'Artikel',
|
||||
'inbook' => 'Artikel in Sammelband',
|
||||
'book' => 'Buch',
|
||||
'phdthesis' => 'Doktorarbeit',
|
||||
'electronical' => 'Elektronische Resource',
|
||||
'misc' => 'Weiteres',
|
||||
'patent' => 'Patentschrift',
|
||||
'unpublished' => 'Unveröffentlicht',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'space_access_status' =>
|
||||
array (
|
||||
'enter' => 'Eintreten',
|
||||
'leave' => 'Verlassen',
|
||||
),
|
||||
)
|
|
@ -1,18 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'space_types' =>
|
||||
array (
|
||||
'building' => 'Gebäude',
|
||||
'depot' => 'Depotraum',
|
||||
'utility_room' => 'Allzweckraum',
|
||||
'exhibition_room' => 'Ausstellungsraum',
|
||||
'display_cabinet' => 'Vitrine',
|
||||
'shelf' => 'Regal',
|
||||
'box' => 'Kiste',
|
||||
'folder' => 'Mappe',
|
||||
'office' => 'Büro',
|
||||
'floor' => 'Stockwerk',
|
||||
'hallway' => 'Flur',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'syndication_repos' =>
|
||||
array (
|
||||
'ddb' => 'Deutsche Digitale Bibliothek (DDB)',
|
||||
'europeana' => 'Europeana',
|
||||
'smb-digital' => 'SMB-digital',
|
||||
'kalliope-verbund' => 'Kalliope Verbund',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'timing_intervals_set' =>
|
||||
array (
|
||||
'weekly' => 'Wöchentlich',
|
||||
'monthly' => 'Monatlich',
|
||||
'annual' => 'Jährlich',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'title_types_set' =>
|
||||
array (
|
||||
'' => ' ',
|
||||
'Science' => 'Wissenschaft',
|
||||
'Everyday speech' => 'Alltagssprache',
|
||||
'Colloquial speech' => 'Umgangssprache',
|
||||
'Dialect' => 'Dialekt',
|
||||
),
|
||||
)
|
|
@ -1,12 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'todo_status' =>
|
||||
array (
|
||||
'suggested' => 'Vorgeschlagen',
|
||||
'planned' => 'Geplant',
|
||||
'in_progress' => 'In Arbeit',
|
||||
'done' => 'Getan',
|
||||
'cancelled' => 'Abgebrochen',
|
||||
),
|
||||
)
|
|
@ -1,13 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'units_length_set' =>
|
||||
array (
|
||||
'm' => 'm',
|
||||
'dm' => 'dm',
|
||||
'cm' => 'cm',
|
||||
'mm' => 'mm',
|
||||
'ft' => 'Fuß',
|
||||
'in' => 'Zoll',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'units_weight_set' =>
|
||||
array (
|
||||
't' => 't',
|
||||
'kg' => 'kg',
|
||||
'g' => 'g',
|
||||
),
|
||||
)
|
|
@ -1,16 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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)',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_attendance_modes' =>
|
||||
array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'mixed' => 'Offline and online',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_cancellation_status_set' =>
|
||||
array (
|
||||
'scheduled_done' => 'Scheduled or done as planned',
|
||||
'cancelled' => 'Cancelled',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_contributor_roles' =>
|
||||
array (
|
||||
'organizer' => 'Organizer',
|
||||
'presenter' => 'Presenter',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_status' =>
|
||||
array (
|
||||
'scheduled' => 'Scheduled',
|
||||
'cancelled' => 'Cancelled',
|
||||
'moved_online' => 'Moved online',
|
||||
'postponed' => 'Postponed',
|
||||
),
|
||||
)
|
|
@ -1,9 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'attendance_status_set' =>
|
||||
array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'closer_location_types_set' =>
|
||||
array (
|
||||
0 => '',
|
||||
1 => 'Place of recording',
|
||||
2 => 'Place of discovery',
|
||||
3 => 'Former place',
|
||||
),
|
||||
)
|
|
@ -1,23 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,13 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'conservation_report_type_set' =>
|
||||
array (
|
||||
'damage' => 'Damage',
|
||||
'conservation' => 'Conservation',
|
||||
'condition' => 'Condition',
|
||||
'restoration' => 'Restoration',
|
||||
'other_report' => 'Other report',
|
||||
'other' => 'Other report',
|
||||
),
|
||||
)
|
|
@ -1,30 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
'license_full_names' =>
|
||||
array (
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
),
|
||||
)
|
|
@ -1,11 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'custom_report_targets_set' =>
|
||||
array (
|
||||
'object_single' => 'Single object',
|
||||
'object_list' => 'Multiple objects',
|
||||
'loan' => 'Loan',
|
||||
'exhibition' => 'Exhibition',
|
||||
),
|
||||
)
|
|
@ -1,10 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'disposal_method_set' =>
|
||||
array (
|
||||
'sold' => 'Sold',
|
||||
'destroyed' => 'Destroyed',
|
||||
'garbage' => 'Thrown away / garbage collection',
|
||||
),
|
||||
)
|
|
@ -1,25 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'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',
|
||||
),
|
||||
)
|
|
@ -1,55 +1,2 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'eventname' =>
|
||||
array (
|
||||
1 => 'Hergestellt',
|
||||
2 => 'Gefunden',
|
||||
3 => 'Veröffentlicht',
|
||||
4 => 'Vorlagenerstellung',
|
||||
5 => 'Wurde abgebildet (Akteur)',
|
||||
6 => 'Wurde genutzt',
|
||||
7 => 'Verfasst',
|
||||
8 => 'Gesammelt',
|
||||
9 => 'Gemalt',
|
||||
10 => 'Aufgenommen',
|
||||
11 => 'Empfangen',
|
||||
12 => 'Druckplatte hergestellt',
|
||||
13 => 'Abgeschickt',
|
||||
14 => 'Ausgefertigt',
|
||||
15 => 'Unterzeichnet',
|
||||
16 => 'Erstbeschreibung',
|
||||
19 => 'Gezeichnet',
|
||||
20 => 'Abgeschrieben',
|
||||
21 => 'Hat gelebt',
|
||||
22 => '[Geographischer Bezug]',
|
||||
23 => '[Person-Körperschaft-Bezug]',
|
||||
24 => '[Zeitbezug]',
|
||||
25 => 'Beauftragt',
|
||||
26 => 'Gedruckt',
|
||||
27 => 'Gesprochen',
|
||||
28 => 'Gesungen',
|
||||
29 => 'Dekor entworfen',
|
||||
30 => 'Form entworfen',
|
||||
31 => 'Modelliert',
|
||||
32 => 'Signiert',
|
||||
33 => 'Wurde erwähnt',
|
||||
34 => 'Vergraben',
|
||||
35 => 'Geistige Schöpfung',
|
||||
36 => 'Wurde abgebildet (Ort)',
|
||||
37 => 'Bemalt',
|
||||
38 => 'Illustriert',
|
||||
39 => 'Assembled',
|
||||
40 => 'Auctioned',
|
||||
41 => 'Bought',
|
||||
42 => 'Owned',
|
||||
43 => 'Sold',
|
||||
44 => 'Restorated',
|
||||
45 => 'Damaged',
|
||||
46 => 'Destroyed',
|
||||
47 => 'Lost',
|
||||
48 => 'Edited',
|
||||
49 => 'Donated / present',
|
||||
50 => 'Inherited',
|
||||
),
|
||||
)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user