diff --git a/ar/actor_variant_types_set.php b/ar/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/ar/actor_variant_types_set.php +++ b/ar/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/ar/appointment_attendance_modes.php b/ar/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/ar/appointment_attendance_modes.php +++ b/ar/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/ar/appointment_cancellation_status_set.php b/ar/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/ar/appointment_cancellation_status_set.php +++ b/ar/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/ar/appointment_contributor_roles.php b/ar/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/ar/appointment_contributor_roles.php +++ b/ar/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/ar/appointment_status.php b/ar/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/ar/appointment_status.php +++ b/ar/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/ar/attendance_status_set.php b/ar/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/ar/attendance_status_set.php +++ b/ar/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/ar/closer_location_types_set.php b/ar/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/ar/closer_location_types_set.php +++ b/ar/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/ar/colors_set.php b/ar/colors_set.php index 36ff777..29fd180 100644 --- a/ar/colors_set.php +++ b/ar/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/conservation_report_type_set.php b/ar/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/ar/conservation_report_type_set.php +++ b/ar/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/ar/currencies_set.php b/ar/currencies_set.php index 1288fda..7857173 100644 --- a/ar/currencies_set.php +++ b/ar/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/custom_report_targets_set.php b/ar/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/ar/custom_report_targets_set.php +++ b/ar/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/ar/disposal_method_set.php b/ar/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/ar/disposal_method_set.php +++ b/ar/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/ar/entry_types.php b/ar/entry_types.php index 98516ae..ad250ac 100644 --- a/ar/entry_types.php +++ b/ar/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/eventtype_name.php b/ar/eventtype_name.php index 344bf96..3a3803c 100644 --- a/ar/eventtype_name.php +++ b/ar/eventtype_name.php @@ -1,49 +1,55 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/exhibition_contributor_roles.php b/ar/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/ar/exhibition_contributor_roles.php +++ b/ar/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/ar/gender_set.php b/ar/gender_set.php index be54d91..ca71a9d 100644 --- a/ar/gender_set.php +++ b/ar/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/ar/license_explica.php b/ar/license_explica.php index 4a00276..1bfa77b 100644 --- a/ar/license_explica.php +++ b/ar/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/ar/license_full_names.php b/ar/license_full_names.php index b01c6e0..59761d4 100644 --- a/ar/license_full_names.php +++ b/ar/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/license_url.php b/ar/license_url.php index 6358421..4d0f886 100644 --- a/ar/license_url.php +++ b/ar/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/ar/loan_types.php b/ar/loan_types.php index ba16e2a..c1f58d7 100644 --- a/ar/loan_types.php +++ b/ar/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/ar/marking_types.php b/ar/marking_types.php index dbe8217..2d12847 100644 --- a/ar/marking_types.php +++ b/ar/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/object_check_types_set.php b/ar/object_check_types_set.php index 6af1972..a35f413 100644 --- a/ar/object_check_types_set.php +++ b/ar/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/ar/object_damage_status_set.php b/ar/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/ar/object_damage_status_set.php +++ b/ar/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/ar/object_damage_types_set.php b/ar/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/ar/object_damage_types_set.php +++ b/ar/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/ar/object_form_set.php b/ar/object_form_set.php index e9654ab..68154a2 100644 --- a/ar/object_form_set.php +++ b/ar/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/ar/object_publication_background.php b/ar/object_publication_background.php index 4eea821..7665c20 100644 --- a/ar/object_publication_background.php +++ b/ar/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/ar/object_status.php b/ar/object_status.php index eacca3b..d73bc5d 100644 --- a/ar/object_status.php +++ b/ar/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/phone_types.php b/ar/phone_types.php index 5a7b70f..ad5a575 100644 --- a/ar/phone_types.php +++ b/ar/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/ar/placetypes.php b/ar/placetypes.php index f748b53..abff49c 100644 --- a/ar/placetypes.php +++ b/ar/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrative', + 1 => 'Historical', + 2 => 'Region', + 3 => 'Street', + 4 => 'Building', + 5 => 'Mountains', + 6 => 'Forrest', + 7 => 'Body of water', + 8 => 'Island', + ), +) \ No newline at end of file diff --git a/ar/podcast_contributor_roles.php b/ar/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/ar/podcast_contributor_roles.php +++ b/ar/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/ar/position_set.php b/ar/position_set.php index 23b2652..ecea438 100644 --- a/ar/position_set.php +++ b/ar/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/process_types.php b/ar/process_types.php index 580383c..5683c0c 100644 --- a/ar/process_types.php +++ b/ar/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/recording_types_set.php b/ar/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/ar/recording_types_set.php +++ b/ar/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/ar/research_status.php b/ar/research_status.php index d2b453b..14bf8a8 100644 --- a/ar/research_status.php +++ b/ar/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/ar/source_type_set.php b/ar/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/ar/source_type_set.php +++ b/ar/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/ar/space_access_status.php b/ar/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/ar/space_access_status.php +++ b/ar/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/ar/space_types.php b/ar/space_types.php index bfc9a9e..1a09db8 100644 --- a/ar/space_types.php +++ b/ar/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/ar/syndication_repos.php b/ar/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/ar/syndication_repos.php +++ b/ar/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/ar/timing_intervals_set.php b/ar/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/ar/timing_intervals_set.php +++ b/ar/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/ar/title_types_set.php b/ar/title_types_set.php index d41ad98..1977875 100644 --- a/ar/title_types_set.php +++ b/ar/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/ar/todo_status.php b/ar/todo_status.php index 4509864..3b6981f 100644 --- a/ar/todo_status.php +++ b/ar/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/ar/units_length_set.php b/ar/units_length_set.php index eb817b5..d82b71b 100644 --- a/ar/units_length_set.php +++ b/ar/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/ar/units_weight_set.php b/ar/units_weight_set.php index 67ad5eb..281515c 100644 --- a/ar/units_weight_set.php +++ b/ar/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/de/actor_variant_types_set.php b/de/actor_variant_types_set.php index 5b66336..3cd1131 100644 --- a/de/actor_variant_types_set.php +++ b/de/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/appointment_attendance_modes.php b/de/appointment_attendance_modes.php index 136d5dd..05bb430 100644 --- a/de/appointment_attendance_modes.php +++ b/de/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline und online', + ), +) \ No newline at end of file diff --git a/de/appointment_cancellation_status_set.php b/de/appointment_cancellation_status_set.php index 76c55d9..1b2b1ac 100644 --- a/de/appointment_cancellation_status_set.php +++ b/de/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Geplant oder wie geplant abgeschlossen', + 'cancelled' => 'Abgesagt', + ), +) \ No newline at end of file diff --git a/de/appointment_contributor_roles.php b/de/appointment_contributor_roles.php index eff6b70..3247c3a 100644 --- a/de/appointment_contributor_roles.php +++ b/de/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organisation', + 'presenter' => 'Vortragender', + ), +) \ No newline at end of file diff --git a/de/appointment_status.php b/de/appointment_status.php index 3e5c8db..2eec480 100644 --- a/de/appointment_status.php +++ b/de/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Geplant', + 'cancelled' => 'Abgesagt', + 'moved_online' => 'In Online-Veranstaltung umgewandelt', + 'postponed' => 'Verschoben', + ), +) \ No newline at end of file diff --git a/de/attendance_status_set.php b/de/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/de/attendance_status_set.php +++ b/de/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/de/closer_location_types_set.php b/de/closer_location_types_set.php index e78e70a..1fc43d9 100644 --- a/de/closer_location_types_set.php +++ b/de/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Aufnahmeort', + 2 => 'Fundort', + 3 => 'Früherer Ort', + ), +) \ No newline at end of file diff --git a/de/colors_set.php b/de/colors_set.php index 11041fb..6225709 100644 --- a/de/colors_set.php +++ b/de/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/conservation_report_type_set.php b/de/conservation_report_type_set.php index 5c87231..3ebc3c8 100644 --- a/de/conservation_report_type_set.php +++ b/de/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Schaden', + 'conservation' => 'Konservierung', + 'condition' => 'Zustand', + 'restoration' => 'Restaurierung', + 'other_report' => 'Anderer Bericht', + 'other' => 'Anderer Bericht', + ), +) \ No newline at end of file diff --git a/de/currencies_set.php b/de/currencies_set.php index f263890..20ad02b 100644 --- a/de/currencies_set.php +++ b/de/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/custom_report_targets_set.php b/de/custom_report_targets_set.php index 22142c4..beb3749 100644 --- a/de/custom_report_targets_set.php +++ b/de/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Einzelnes Objekt', + 'object_list' => 'Mehrere Objekte', + 'loan' => 'Leihvorgang', + 'exhibition' => 'Ausstellung', + ), +) \ No newline at end of file diff --git a/de/disposal_method_set.php b/de/disposal_method_set.php index 0bd5772..e8d02e4 100644 --- a/de/disposal_method_set.php +++ b/de/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Verkauft', + 'destroyed' => 'Zerstört', + 'garbage' => 'Weggeworfen / Müllsammlung', + ), +) \ No newline at end of file diff --git a/de/entry_types.php b/de/entry_types.php index 9aa6653..82971d8 100644 --- a/de/entry_types.php +++ b/de/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/eventtype_name.php b/de/eventtype_name.php index b2a2de4..ff12089 100644 --- a/de/eventtype_name.php +++ b/de/eventtype_name.php @@ -1,49 +1,55 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/exhibition_contributor_roles.php b/de/exhibition_contributor_roles.php index e0dce44..e03b60c 100644 --- a/de/exhibition_contributor_roles.php +++ b/de/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Konzept', + 'curator' => 'Kurator', + 'design' => 'Design', + 'coordinator' => 'Koordination', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/de/gender_set.php b/de/gender_set.php index 5f2ce18..e57ccb4 100644 --- a/de/gender_set.php +++ b/de/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Weiblich', + 'male' => 'Männlich', + 'other' => 'Weiteres', + ), +) \ No newline at end of file diff --git a/de/license_explica.php b/de/license_explica.php index a9d0691..aa81712 100644 --- a/de/license_explica.php +++ b/de/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/de/license_full_names.php b/de/license_full_names.php index f591d40..bdc2db1 100644 --- a/de/license_full_names.php +++ b/de/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/license_url.php b/de/license_url.php index 6358421..4d0f886 100644 --- a/de/license_url.php +++ b/de/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/de/loan_types.php b/de/loan_types.php index 2cec727..3718c2e 100644 --- a/de/loan_types.php +++ b/de/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Ausgehend', + 'incoming' => 'Eingehend', + ), +) \ No newline at end of file diff --git a/de/marking_types.php b/de/marking_types.php index fd5da35..5781b1c 100644 --- a/de/marking_types.php +++ b/de/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/object_check_types_set.php b/de/object_check_types_set.php index aba3c0b..e6e7744 100644 --- a/de/object_check_types_set.php +++ b/de/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Zustands-Check', + 'completeness_check' => 'Vollständigkeits-Check', + 'data_correctness_check' => 'Überprüfung der Korrektheit der erfassten Daten', + ), +) \ No newline at end of file diff --git a/de/object_damage_status_set.php b/de/object_damage_status_set.php index 5e5ed0f..ababd38 100644 --- a/de/object_damage_status_set.php +++ b/de/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Schaden identifiziert', + 'repair_possible' => 'Instandsetzung möglich', + 'repair_scheduled' => 'Instandsetzung geplant', + 'repaired' => 'Repariert', + 'irreparable' => 'Nicht reparierbar', + ), +) \ No newline at end of file diff --git a/de/object_damage_types_set.php b/de/object_damage_types_set.php index 51bd3ac..33bfc64 100644 --- a/de/object_damage_types_set.php +++ b/de/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Wasserschaden', + 'breakage' => 'Bruchschaden', + ), +) \ No newline at end of file diff --git a/de/object_form_set.php b/de/object_form_set.php index 1f707d0..cc9ddf8 100644 --- a/de/object_form_set.php +++ b/de/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Würfel', + 'cuboid' => 'Quader', + 'sphere' => 'Kugel', + 'cone' => 'Kegel', + 'cylinder' => 'Zylinder', + ), +) \ No newline at end of file diff --git a/de/object_publication_background.php b/de/object_publication_background.php index 95dd8e9..7934aa1 100644 --- a/de/object_publication_background.php +++ b/de/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Abbildung veröffentlicht', + 1 => 'Transkript veröffentlicht', + 2 => 'besprochen', + 3 => 'rezensiert', + 4 => 'referenziert', + 5 => 'beworben', + ), +) \ No newline at end of file diff --git a/de/object_status.php b/de/object_status.php index f5cb78e..1c17471 100644 --- a/de/object_status.php +++ b/de/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/phone_types.php b/de/phone_types.php index b8a4638..d550bf8 100644 --- a/de/phone_types.php +++ b/de/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Arbeit', + 'home' => 'Daheim', + 'mobile' => 'Mobil', + 'work mobile' => 'Mobil: Arbeit', + 'fax' => 'Fax', + 'fax work' => 'Fax: Arbeit', + ), +) \ No newline at end of file diff --git a/de/placetypes.php b/de/placetypes.php index dd3bcbc..bc3138d 100644 --- a/de/placetypes.php +++ b/de/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrativ', + 1 => 'Historisch', + 2 => 'Region', + 3 => 'Straße', + 4 => 'Gebäude', + 5 => 'Berg - Gebirge', + 6 => 'Wald', + 7 => 'Gewässer', + 8 => 'Insel', + ), +) \ No newline at end of file diff --git a/de/podcast_contributor_roles.php b/de/podcast_contributor_roles.php index 17bcb2b..36d2d33 100644 --- a/de/podcast_contributor_roles.php +++ b/de/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'Sprecher', + 'recording' => 'Aufnahme', + 'technical_support' => 'Technik', + 'organization' => 'Organisation', + ), +) \ No newline at end of file diff --git a/de/position_set.php b/de/position_set.php index f879fe5..4de0e63 100644 --- a/de/position_set.php +++ b/de/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/process_types.php b/de/process_types.php index 7fffd63..00e2110 100644 --- a/de/process_types.php +++ b/de/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/recording_types_set.php b/de/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/de/recording_types_set.php +++ b/de/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/de/research_status.php b/de/research_status.php index 61f5a0f..6147d90 100644 --- a/de/research_status.php +++ b/de/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Nicht gut erforscht', + 'medium' => 'Teilweise erforscht', + 'good' => 'Gut erforscht', + ), +) \ No newline at end of file diff --git a/de/source_type_set.php b/de/source_type_set.php index 91476a5..d1d5729 100644 --- a/de/source_type_set.php +++ b/de/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Artikel', + 'inbook' => 'Artikel in Sammelband', + 'book' => 'Buch', + 'phdthesis' => 'Doktorarbeit', + 'electronical' => 'Elektronische Resource', + 'misc' => 'Weiteres', + 'patent' => 'Patentschrift', + 'unpublished' => 'Unveröffentlicht', + ), +) \ No newline at end of file diff --git a/de/space_access_status.php b/de/space_access_status.php index b02b51c..a651c60 100644 --- a/de/space_access_status.php +++ b/de/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Eintreten', + 'leave' => 'Verlassen', + ), +) \ No newline at end of file diff --git a/de/space_types.php b/de/space_types.php index c28d34f..5e63564 100644 --- a/de/space_types.php +++ b/de/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/de/syndication_repos.php b/de/syndication_repos.php index ac54706..82c4fef 100644 --- a/de/syndication_repos.php +++ b/de/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'Deutsche Digitale Bibliothek (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/de/timing_intervals_set.php b/de/timing_intervals_set.php index 0de62b0..ffcaf95 100644 --- a/de/timing_intervals_set.php +++ b/de/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Wöchentlich', + 'monthly' => 'Monatlich', + 'annual' => 'Jährlich', + ), +) \ No newline at end of file diff --git a/de/title_types_set.php b/de/title_types_set.php index c81f339..5d6a7c3 100644 --- a/de/title_types_set.php +++ b/de/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Wissenschaft', + 'Everyday speech' => 'Alltagssprache', + 'Colloquial speech' => 'Umgangssprache', + 'Dialect' => 'Dialekt', + ), +) \ No newline at end of file diff --git a/de/todo_status.php b/de/todo_status.php index 65a0017..1263cbc 100644 --- a/de/todo_status.php +++ b/de/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Vorgeschlagen', + 'planned' => 'Geplant', + 'in_progress' => 'In Arbeit', + 'done' => 'Getan', + 'cancelled' => 'Abgebrochen', + ), +) \ No newline at end of file diff --git a/de/units_length_set.php b/de/units_length_set.php index edc4ea9..b53b967 100644 --- a/de/units_length_set.php +++ b/de/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'Fuß', + 'in' => 'Zoll', + ), +) \ No newline at end of file diff --git a/de/units_weight_set.php b/de/units_weight_set.php index 67ad5eb..281515c 100644 --- a/de/units_weight_set.php +++ b/de/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/dsb/actor_variant_types_set.php b/dsb/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/dsb/actor_variant_types_set.php +++ b/dsb/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/dsb/appointment_attendance_modes.php b/dsb/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/dsb/appointment_attendance_modes.php +++ b/dsb/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/dsb/appointment_cancellation_status_set.php b/dsb/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/dsb/appointment_cancellation_status_set.php +++ b/dsb/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/dsb/appointment_contributor_roles.php b/dsb/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/dsb/appointment_contributor_roles.php +++ b/dsb/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/dsb/appointment_status.php b/dsb/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/dsb/appointment_status.php +++ b/dsb/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/dsb/attendance_status_set.php b/dsb/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/dsb/attendance_status_set.php +++ b/dsb/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/dsb/closer_location_types_set.php b/dsb/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/dsb/closer_location_types_set.php +++ b/dsb/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/dsb/colors_set.php b/dsb/colors_set.php index 36ff777..29fd180 100644 --- a/dsb/colors_set.php +++ b/dsb/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/conservation_report_type_set.php b/dsb/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/dsb/conservation_report_type_set.php +++ b/dsb/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/dsb/currencies_set.php b/dsb/currencies_set.php index 1288fda..7857173 100644 --- a/dsb/currencies_set.php +++ b/dsb/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/custom_report_targets_set.php b/dsb/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/dsb/custom_report_targets_set.php +++ b/dsb/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/dsb/disposal_method_set.php b/dsb/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/dsb/disposal_method_set.php +++ b/dsb/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/dsb/entry_types.php b/dsb/entry_types.php index 98516ae..ad250ac 100644 --- a/dsb/entry_types.php +++ b/dsb/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/eventtype_name.php b/dsb/eventtype_name.php index 45eb309..0a37bcb 100644 --- a/dsb/eventtype_name.php +++ b/dsb/eventtype_name.php @@ -1,49 +1,55 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/exhibition_contributor_roles.php b/dsb/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/dsb/exhibition_contributor_roles.php +++ b/dsb/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/dsb/gender_set.php b/dsb/gender_set.php index be54d91..ca71a9d 100644 --- a/dsb/gender_set.php +++ b/dsb/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/dsb/license_explica.php b/dsb/license_explica.php index 4a00276..1bfa77b 100644 --- a/dsb/license_explica.php +++ b/dsb/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/dsb/license_full_names.php b/dsb/license_full_names.php index b01c6e0..59761d4 100644 --- a/dsb/license_full_names.php +++ b/dsb/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/license_url.php b/dsb/license_url.php index 6358421..4d0f886 100644 --- a/dsb/license_url.php +++ b/dsb/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/dsb/loan_types.php b/dsb/loan_types.php index ba16e2a..c1f58d7 100644 --- a/dsb/loan_types.php +++ b/dsb/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/dsb/marking_types.php b/dsb/marking_types.php index dbe8217..2d12847 100644 --- a/dsb/marking_types.php +++ b/dsb/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/object_check_types_set.php b/dsb/object_check_types_set.php index 6af1972..a35f413 100644 --- a/dsb/object_check_types_set.php +++ b/dsb/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/dsb/object_damage_status_set.php b/dsb/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/dsb/object_damage_status_set.php +++ b/dsb/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/dsb/object_damage_types_set.php b/dsb/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/dsb/object_damage_types_set.php +++ b/dsb/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/dsb/object_form_set.php b/dsb/object_form_set.php index e9654ab..68154a2 100644 --- a/dsb/object_form_set.php +++ b/dsb/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/dsb/object_publication_background.php b/dsb/object_publication_background.php index 4eea821..7665c20 100644 --- a/dsb/object_publication_background.php +++ b/dsb/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/dsb/object_status.php b/dsb/object_status.php index eacca3b..d73bc5d 100644 --- a/dsb/object_status.php +++ b/dsb/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/phone_types.php b/dsb/phone_types.php index 5a7b70f..ad5a575 100644 --- a/dsb/phone_types.php +++ b/dsb/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/dsb/placetypes.php b/dsb/placetypes.php index dd3bcbc..bc3138d 100644 --- a/dsb/placetypes.php +++ b/dsb/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrativ', + 1 => 'Historisch', + 2 => 'Region', + 3 => 'Straße', + 4 => 'Gebäude', + 5 => 'Berg - Gebirge', + 6 => 'Wald', + 7 => 'Gewässer', + 8 => 'Insel', + ), +) \ No newline at end of file diff --git a/dsb/podcast_contributor_roles.php b/dsb/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/dsb/podcast_contributor_roles.php +++ b/dsb/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/dsb/position_set.php b/dsb/position_set.php index 23b2652..ecea438 100644 --- a/dsb/position_set.php +++ b/dsb/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/process_types.php b/dsb/process_types.php index 580383c..5683c0c 100644 --- a/dsb/process_types.php +++ b/dsb/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/recording_types_set.php b/dsb/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/dsb/recording_types_set.php +++ b/dsb/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/dsb/research_status.php b/dsb/research_status.php index d2b453b..14bf8a8 100644 --- a/dsb/research_status.php +++ b/dsb/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/dsb/source_type_set.php b/dsb/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/dsb/source_type_set.php +++ b/dsb/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/dsb/space_access_status.php b/dsb/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/dsb/space_access_status.php +++ b/dsb/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/dsb/space_types.php b/dsb/space_types.php index bfc9a9e..1a09db8 100644 --- a/dsb/space_types.php +++ b/dsb/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/dsb/syndication_repos.php b/dsb/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/dsb/syndication_repos.php +++ b/dsb/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/dsb/timing_intervals_set.php b/dsb/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/dsb/timing_intervals_set.php +++ b/dsb/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/dsb/title_types_set.php b/dsb/title_types_set.php index d41ad98..1977875 100644 --- a/dsb/title_types_set.php +++ b/dsb/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/dsb/todo_status.php b/dsb/todo_status.php index 4509864..3b6981f 100644 --- a/dsb/todo_status.php +++ b/dsb/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/dsb/units_length_set.php b/dsb/units_length_set.php index eb817b5..d82b71b 100644 --- a/dsb/units_length_set.php +++ b/dsb/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/dsb/units_weight_set.php b/dsb/units_weight_set.php index 67ad5eb..281515c 100644 --- a/dsb/units_weight_set.php +++ b/dsb/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/en/actor_variant_types_set.php b/en/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/en/actor_variant_types_set.php +++ b/en/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/en/appointment_attendance_modes.php b/en/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/en/appointment_attendance_modes.php +++ b/en/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/en/appointment_cancellation_status_set.php b/en/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/en/appointment_cancellation_status_set.php +++ b/en/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/en/appointment_contributor_roles.php b/en/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/en/appointment_contributor_roles.php +++ b/en/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/en/appointment_status.php b/en/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/en/appointment_status.php +++ b/en/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/en/attendance_status_set.php b/en/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/en/attendance_status_set.php +++ b/en/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/en/closer_location_types_set.php b/en/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/en/closer_location_types_set.php +++ b/en/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/en/colors_set.php b/en/colors_set.php index 36ff777..29fd180 100644 --- a/en/colors_set.php +++ b/en/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/en/conservation_report_type_set.php b/en/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/en/conservation_report_type_set.php +++ b/en/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/en/currencies_set.php b/en/currencies_set.php index 1288fda..7857173 100644 --- a/en/currencies_set.php +++ b/en/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/en/custom_report_targets_set.php b/en/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/en/custom_report_targets_set.php +++ b/en/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/en/disposal_method_set.php b/en/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/en/disposal_method_set.php +++ b/en/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/en/entry_types.php b/en/entry_types.php index 98516ae..ad250ac 100644 --- a/en/entry_types.php +++ b/en/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/en/eventtype_name.php b/en/eventtype_name.php index a565ace..868c28c 100644 --- a/en/eventtype_name.php +++ b/en/eventtype_name.php @@ -1,49 +1,55 @@ + 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 => 'Restorated', + 45 => 'Damaged', + 46 => 'Destroyed', + 47 => 'Lost', + 48 => 'Edited', + 49 => 'Donated / present', + 50 => 'Inherited', + ), +) \ No newline at end of file diff --git a/en/exhibition_contributor_roles.php b/en/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/en/exhibition_contributor_roles.php +++ b/en/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/en/gender_set.php b/en/gender_set.php index be54d91..ca71a9d 100644 --- a/en/gender_set.php +++ b/en/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/en/license_explica.php b/en/license_explica.php index 4a00276..1bfa77b 100644 --- a/en/license_explica.php +++ b/en/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/en/license_full_names.php b/en/license_full_names.php index b01c6e0..59761d4 100644 --- a/en/license_full_names.php +++ b/en/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/en/license_url.php b/en/license_url.php index 6358421..4d0f886 100644 --- a/en/license_url.php +++ b/en/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/en/loan_types.php b/en/loan_types.php index ba16e2a..c1f58d7 100644 --- a/en/loan_types.php +++ b/en/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/en/marking_types.php b/en/marking_types.php index dbe8217..2d12847 100644 --- a/en/marking_types.php +++ b/en/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/en/object_check_types_set.php b/en/object_check_types_set.php index 6af1972..a35f413 100644 --- a/en/object_check_types_set.php +++ b/en/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/en/object_damage_status_set.php b/en/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/en/object_damage_status_set.php +++ b/en/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/en/object_damage_types_set.php b/en/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/en/object_damage_types_set.php +++ b/en/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/en/object_form_set.php b/en/object_form_set.php index e9654ab..68154a2 100644 --- a/en/object_form_set.php +++ b/en/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/en/object_publication_background.php b/en/object_publication_background.php index 4eea821..7665c20 100644 --- a/en/object_publication_background.php +++ b/en/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/en/object_status.php b/en/object_status.php index eacca3b..d73bc5d 100644 --- a/en/object_status.php +++ b/en/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/en/phone_types.php b/en/phone_types.php index 5a7b70f..ad5a575 100644 --- a/en/phone_types.php +++ b/en/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/en/placetypes.php b/en/placetypes.php index 64404d9..8af3791 100644 --- a/en/placetypes.php +++ b/en/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrative', + 1 => 'Historical', + 2 => 'Region', + 3 => 'Street', + 4 => 'Building', + 5 => 'Mountains', + 6 => 'Forest', + 7 => 'Body of water', + 8 => 'Island', + ), +) \ No newline at end of file diff --git a/en/podcast_contributor_roles.php b/en/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/en/podcast_contributor_roles.php +++ b/en/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/en/position_set.php b/en/position_set.php index 23b2652..ecea438 100644 --- a/en/position_set.php +++ b/en/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/en/process_types.php b/en/process_types.php index 580383c..5683c0c 100644 --- a/en/process_types.php +++ b/en/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/en/recording_types_set.php b/en/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/en/recording_types_set.php +++ b/en/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/en/research_status.php b/en/research_status.php index d2b453b..14bf8a8 100644 --- a/en/research_status.php +++ b/en/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/en/source_type_set.php b/en/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/en/source_type_set.php +++ b/en/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/en/space_access_status.php b/en/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/en/space_access_status.php +++ b/en/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/en/space_types.php b/en/space_types.php index bfc9a9e..1a09db8 100644 --- a/en/space_types.php +++ b/en/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/en/syndication_repos.php b/en/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/en/syndication_repos.php +++ b/en/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/en/timing_intervals_set.php b/en/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/en/timing_intervals_set.php +++ b/en/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/en/title_types_set.php b/en/title_types_set.php index d41ad98..1977875 100644 --- a/en/title_types_set.php +++ b/en/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/en/todo_status.php b/en/todo_status.php index 4509864..3b6981f 100644 --- a/en/todo_status.php +++ b/en/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/en/units_length_set.php b/en/units_length_set.php index eb817b5..d82b71b 100644 --- a/en/units_length_set.php +++ b/en/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/en/units_weight_set.php b/en/units_weight_set.php index 67ad5eb..281515c 100644 --- a/en/units_weight_set.php +++ b/en/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/es/actor_variant_types_set.php b/es/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/es/actor_variant_types_set.php +++ b/es/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/es/appointment_attendance_modes.php b/es/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/es/appointment_attendance_modes.php +++ b/es/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/es/appointment_cancellation_status_set.php b/es/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/es/appointment_cancellation_status_set.php +++ b/es/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/es/appointment_contributor_roles.php b/es/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/es/appointment_contributor_roles.php +++ b/es/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/es/appointment_status.php b/es/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/es/appointment_status.php +++ b/es/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/es/attendance_status_set.php b/es/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/es/attendance_status_set.php +++ b/es/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/es/closer_location_types_set.php b/es/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/es/closer_location_types_set.php +++ b/es/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/es/colors_set.php b/es/colors_set.php index 36ff777..29fd180 100644 --- a/es/colors_set.php +++ b/es/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/es/conservation_report_type_set.php b/es/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/es/conservation_report_type_set.php +++ b/es/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/es/currencies_set.php b/es/currencies_set.php index 1288fda..7857173 100644 --- a/es/currencies_set.php +++ b/es/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/es/custom_report_targets_set.php b/es/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/es/custom_report_targets_set.php +++ b/es/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/es/disposal_method_set.php b/es/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/es/disposal_method_set.php +++ b/es/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/es/entry_types.php b/es/entry_types.php index 98516ae..ad250ac 100644 --- a/es/entry_types.php +++ b/es/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/es/eventtype_name.php b/es/eventtype_name.php index 7ceffd5..9b09e67 100644 --- a/es/eventtype_name.php +++ b/es/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'Created', + 2 => 'Found', + 3 => 'Published', + 4 => 'Creation of reference', + 5 => 'Was imaged', + 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 => 'Type description', + 19 => 'Drawn', + 20 => 'Copied (by hand)', + 21 => 'Has 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', + 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 => 'Restorated', + 45 => 'Damaged', + 46 => 'Destroyed', + 47 => 'Lost', + 48 => 'Edited', + 49 => 'Donated / present', + 50 => 'Inherited', + ), +) \ No newline at end of file diff --git a/es/exhibition_contributor_roles.php b/es/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/es/exhibition_contributor_roles.php +++ b/es/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/es/gender_set.php b/es/gender_set.php index be54d91..ca71a9d 100644 --- a/es/gender_set.php +++ b/es/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/es/license_explica.php b/es/license_explica.php index 4a00276..1bfa77b 100644 --- a/es/license_explica.php +++ b/es/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/es/license_full_names.php b/es/license_full_names.php index b01c6e0..59761d4 100644 --- a/es/license_full_names.php +++ b/es/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/es/license_url.php b/es/license_url.php index 6358421..4d0f886 100644 --- a/es/license_url.php +++ b/es/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/es/loan_types.php b/es/loan_types.php index ba16e2a..c1f58d7 100644 --- a/es/loan_types.php +++ b/es/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/es/marking_types.php b/es/marking_types.php index dbe8217..2d12847 100644 --- a/es/marking_types.php +++ b/es/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/es/object_check_types_set.php b/es/object_check_types_set.php index 6af1972..a35f413 100644 --- a/es/object_check_types_set.php +++ b/es/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/es/object_damage_status_set.php b/es/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/es/object_damage_status_set.php +++ b/es/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/es/object_damage_types_set.php b/es/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/es/object_damage_types_set.php +++ b/es/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/es/object_form_set.php b/es/object_form_set.php index e9654ab..68154a2 100644 --- a/es/object_form_set.php +++ b/es/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/es/object_publication_background.php b/es/object_publication_background.php index 4eea821..7665c20 100644 --- a/es/object_publication_background.php +++ b/es/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/es/object_status.php b/es/object_status.php index eacca3b..d73bc5d 100644 --- a/es/object_status.php +++ b/es/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/es/phone_types.php b/es/phone_types.php index 5a7b70f..ad5a575 100644 --- a/es/phone_types.php +++ b/es/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/es/placetypes.php b/es/placetypes.php index f748b53..abff49c 100644 --- a/es/placetypes.php +++ b/es/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrative', + 1 => 'Historical', + 2 => 'Region', + 3 => 'Street', + 4 => 'Building', + 5 => 'Mountains', + 6 => 'Forrest', + 7 => 'Body of water', + 8 => 'Island', + ), +) \ No newline at end of file diff --git a/es/podcast_contributor_roles.php b/es/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/es/podcast_contributor_roles.php +++ b/es/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/es/position_set.php b/es/position_set.php index 23b2652..ecea438 100644 --- a/es/position_set.php +++ b/es/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/es/process_types.php b/es/process_types.php index 580383c..5683c0c 100644 --- a/es/process_types.php +++ b/es/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/es/recording_types_set.php b/es/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/es/recording_types_set.php +++ b/es/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/es/research_status.php b/es/research_status.php index d2b453b..14bf8a8 100644 --- a/es/research_status.php +++ b/es/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/es/source_type_set.php b/es/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/es/source_type_set.php +++ b/es/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/es/space_access_status.php b/es/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/es/space_access_status.php +++ b/es/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/es/space_types.php b/es/space_types.php index bfc9a9e..1a09db8 100644 --- a/es/space_types.php +++ b/es/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/es/syndication_repos.php b/es/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/es/syndication_repos.php +++ b/es/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/es/timing_intervals_set.php b/es/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/es/timing_intervals_set.php +++ b/es/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/es/title_types_set.php b/es/title_types_set.php index d41ad98..1977875 100644 --- a/es/title_types_set.php +++ b/es/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/es/todo_status.php b/es/todo_status.php index 4509864..3b6981f 100644 --- a/es/todo_status.php +++ b/es/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/es/units_length_set.php b/es/units_length_set.php index eb817b5..d82b71b 100644 --- a/es/units_length_set.php +++ b/es/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/es/units_weight_set.php b/es/units_weight_set.php index 67ad5eb..281515c 100644 --- a/es/units_weight_set.php +++ b/es/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/fr/actor_variant_types_set.php b/fr/actor_variant_types_set.php index 99b8011..8ace69f 100644 --- a/fr/actor_variant_types_set.php +++ b/fr/actor_variant_types_set.php @@ -1,10 +1,16 @@ + array ( + 'birth_name' => 'Nom de naissance', + 'married_name' => 'Nom d\'épouse', + 'monastic_name' => 'Nom d’emprunt', + 'pseudonym' => 'Pseudonyme', + 'regnal_name' => 'Nom légal', + 'nickname' => 'Surnom', + 'artist_name' => 'Nom d\'artiste', + 'civil_name' => 'Nom civil', + 'generic_other_name' => 'Orthographe alternative', + ), +) \ No newline at end of file diff --git a/fr/appointment_attendance_modes.php b/fr/appointment_attendance_modes.php index 7011f01..d7f7583 100644 --- a/fr/appointment_attendance_modes.php +++ b/fr/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Hors ligne', + 'online' => 'En ligne', + 'mixed' => 'Hors ligne et en ligne', + ), +) \ No newline at end of file diff --git a/fr/appointment_cancellation_status_set.php b/fr/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/fr/appointment_cancellation_status_set.php +++ b/fr/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/fr/appointment_contributor_roles.php b/fr/appointment_contributor_roles.php index cd6b7c4..ed44a62 100644 --- a/fr/appointment_contributor_roles.php +++ b/fr/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organisation', + 'presenter' => 'Intervenant', + ), +) \ No newline at end of file diff --git a/fr/appointment_status.php b/fr/appointment_status.php index b4f780b..19205dc 100644 --- a/fr/appointment_status.php +++ b/fr/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Planifié', + 'cancelled' => 'Annulé', + 'moved_online' => 'Transformé en événement en ligne', + 'postponed' => 'Reporté', + ), +) \ No newline at end of file diff --git a/fr/attendance_status_set.php b/fr/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/fr/attendance_status_set.php +++ b/fr/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/fr/closer_location_types_set.php b/fr/closer_location_types_set.php index a8bc12c..b712440 100644 --- a/fr/closer_location_types_set.php +++ b/fr/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Lieu d’enregistrement', + 2 => 'Lieu de la découverte', + 3 => 'Localisation précédente', + ), +) \ No newline at end of file diff --git a/fr/colors_set.php b/fr/colors_set.php index 36ff777..29fd180 100644 --- a/fr/colors_set.php +++ b/fr/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/fr/conservation_report_type_set.php b/fr/conservation_report_type_set.php index 4c842c5..0f4bd04 100644 --- a/fr/conservation_report_type_set.php +++ b/fr/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Dommages', + 'conservation' => 'Conservation', + 'condition' => 'État', + 'restoration' => 'Restauration', + 'other_report' => 'Autre rapport', + 'other' => 'Autre rapport', + ), +) \ No newline at end of file diff --git a/fr/currencies_set.php b/fr/currencies_set.php index a7bcf57..2dc4a3d 100644 --- a/fr/currencies_set.php +++ b/fr/currencies_set.php @@ -1,21 +1,30 @@ + array ( + 'eu-EUR' => 'Euro', + 'de-DM' => 'Deutsche Mark', + 'de-RM' => 'Reichsmark (Empire allemand)', + 'es-Real' => 'Real (Espagne)', + 'hu-Ft' => 'Forint', + 'hu-Lari' => 'Lari', + 'hu-Pengő' => 'Pengő', + 'id-IDR' => 'Roupie indonésienne', + 'pl-Złoty' => 'Złoty', + 'us-USD' => 'Dollar américain', + 'ddr-Mark' => 'Mark (RDA)', + 'ddr-MDN' => 'MDN (RDA)', + 'hu-Korona' => 'Couronne austro-hongroise', + '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 - pas de dérivés', + ), +) \ No newline at end of file diff --git a/fr/custom_report_targets_set.php b/fr/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/fr/custom_report_targets_set.php +++ b/fr/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/fr/disposal_method_set.php b/fr/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/fr/disposal_method_set.php +++ b/fr/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/fr/entry_types.php b/fr/entry_types.php index c506f73..5017f51 100644 --- a/fr/entry_types.php +++ b/fr/entry_types.php @@ -1,19 +1,25 @@ + array ( + 0 => '', + 1 => 'Don', + 2 => 'Achat', + 3 => 'Fouille', + 4 => 'Secours d’urgence', + 5 => 'Succession', + 6 => 'Fondation', + 7 => 'Expropriation', + 8 => 'Stock d’origine', + 9 => 'Prêt', + 10 => 'Échange', + 11 => 'Production propre', + 12 => 'Déformation du matériau (Törzsanyag)', + 14 => 'Abandon', + 15 => 'Découverte', + 98 => 'Inconnu', + 99 => 'Autre accès légitime', + 16 => 'Prêt longue durée', + ), +) \ No newline at end of file diff --git a/fr/eventtype_name.php b/fr/eventtype_name.php index 62adeb7..ec20f63 100644 --- a/fr/eventtype_name.php +++ b/fr/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'Fabriqué', + 2 => 'Trouvé', + 3 => 'Publié', + 4 => 'Présentation', + 5 => 'A été illustré (acteur)', + 6 => 'A été utilisé', + 7 => 'Élaboré', + 8 => 'Collecté', + 9 => 'Peint', + 10 => 'Enregistré', + 11 => 'Reçu', + 12 => 'Produit par plaque d’impression', + 13 => 'Envoyé', + 14 => 'Fabriqué', + 15 => 'Signé', + 16 => 'Première description', + 19 => 'Dessiné', + 20 => 'Rédigé', + 21 => 'A vécu', + 22 => '[Référence géographique]', + 23 => '[Référence personne-organisme]', + 24 => '[Référence temporelle]', + 25 => 'Demandé', + 26 => 'Imprimé', + 27 => 'Parlé', + 28 => 'Chanté', + 29 => 'Décoré', + 30 => 'Forme élaborée', + 31 => 'Modélisé', + 32 => 'Signé', + 33 => 'A été mentionné', + 34 => 'Enfoui', + 35 => 'Création intellectuelle', + 36 => 'A été illustré (lieu)', + 37 => 'Peint', + 38 => 'Illustré', + 39 => 'Regroupé', + 40 => 'Augmenté', + 41 => 'Acheté', + 42 => 'Détenu', + 43 => 'Vendu', + 44 => 'Restauré', + 45 => 'Endommagé', + 46 => 'Détruit', + 47 => 'Perdu', + 48 => 'Édité', + 49 => 'Donated / present', + 50 => 'Inherited', + ), +) \ No newline at end of file diff --git a/fr/exhibition_contributor_roles.php b/fr/exhibition_contributor_roles.php index 75244cd..8524500 100644 --- a/fr/exhibition_contributor_roles.php +++ b/fr/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Conservateur', + 'design' => 'Conception', + 'coordinator' => 'Coordination', + 'protagonist' => 'Protagoniste', + ), +) \ No newline at end of file diff --git a/fr/gender_set.php b/fr/gender_set.php index be54d91..ca71a9d 100644 --- a/fr/gender_set.php +++ b/fr/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/fr/license_explica.php b/fr/license_explica.php index a650b7a..bfea1e0 100644 --- a/fr/license_explica.php +++ b/fr/license_explica.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'Le matériel peut être utilisé librement (même modifié) à des fins non commerciales avec attribution. En cas de transmission, le statut des droits doit être conservé.', + 'CC BY-NC-ND' => 'Le matériel peut être utilisé librement à des fins non commerciales avec attribution. Il ne doit pas être modifié.', + 'CC BY-NC' => 'Le matériel peut être utilisé librement à des fins non commerciales avec attribution.', + 'CC BY-ND' => 'Le matériau peut être utilisé librement en cas d’attribution. Il ne doit pas être modifié.', + 'CC BY-SA' => ' Le matériau peut être utilisé librement (même modifié) en cas d’attribution. En cas de transmission, le statut des droits doit être conservé.', + 'CC BY' => 'Le matériau peut être utilisé librement en cas d’attribution.', + 'CC0' => 'Renonciation à tous les droits. Ne doit être sélectionné que s’il existe un droit de renonciation.', + 'RR-F' => 'Accès libre - pas de réutilisation.', + 'RR-P' => 'Accès uniquement après paiement - pas de réutilisation. Les aperçus peuvent être librement accessibles.', + 'RR-R' => 'Accès restreint. Tous droits réservés.', + 'Orphan Work' => 'Le titulaire des droits ne peut plus être identifié même après un examen approfondi.', + 'Public Domain Mark' => 'Le matériel est dans le domaine public.', + ), +) \ No newline at end of file diff --git a/fr/license_full_names.php b/fr/license_full_names.php index 836bc90..37f046d 100644 --- a/fr/license_full_names.php +++ b/fr/license_full_names.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'Attribution - non commercial - transmission dans les mêmes conditions', + 'CC BY-NC' => 'Attribution - non commercial', + 'CC BY-ND' => 'Attribution - pas de traitement', + 'CC BY-SA' => 'Attribution - transmission dans les mêmes conditions', + 'CC BY' => 'Attribution', + 'CC0' => 'Domaine public (renonciation aux droits)', + 'RR-F' => 'Accès libre - pas de réutilisation', + 'RR-P' => 'Accès payant - pas de réutilisation', + 'RR-R' => 'Accès restreint - tous droits réservés', + 'Orphan Work' => 'Œuvres orphelines', + 'Public Domain Mark' => 'Domaine public', + 'CC BY-NC-ND' => 'Attribution - non commercial - pas de traitements', + ), +) \ No newline at end of file diff --git a/fr/license_url.php b/fr/license_url.php index 6358421..4d0f886 100644 --- a/fr/license_url.php +++ b/fr/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/fr/loan_types.php b/fr/loan_types.php index ba16e2a..c1f58d7 100644 --- a/fr/loan_types.php +++ b/fr/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/fr/marking_types.php b/fr/marking_types.php index 4558099..0cb18d7 100644 --- a/fr/marking_types.php +++ b/fr/marking_types.php @@ -1,20 +1,26 @@ + array ( + 'signature' => 'Signature', + 'watermark' => 'Filigrane', + 'engraving' => 'Gravure', + 'scratch' => 'Griffé', + 'stamp' => 'Tamponné', + 'overprint' => 'Imprimé', + 'embossing' => 'Marqué', + 'handwritten' => 'Manuel', + 'glued' => 'Collé', + 'embroidered' => 'Brodé', + 'sewn' => 'Cousu', + 'screwed' => 'Vissé', + 'burnt_in' => 'Gravé', + 'riveted' => 'Riveté', + 'nailed' => 'Cloué', + 'hallmarked' => 'Poinçonné', + 'punched' => 'Estampé', + 'scarified' => 'Taillé', + 'cast' => 'Fonte', + ), +) \ No newline at end of file diff --git a/fr/object_check_types_set.php b/fr/object_check_types_set.php index 6af1972..a35f413 100644 --- a/fr/object_check_types_set.php +++ b/fr/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/fr/object_damage_status_set.php b/fr/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/fr/object_damage_status_set.php +++ b/fr/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/fr/object_damage_types_set.php b/fr/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/fr/object_damage_types_set.php +++ b/fr/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/fr/object_form_set.php b/fr/object_form_set.php index e9654ab..68154a2 100644 --- a/fr/object_form_set.php +++ b/fr/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/fr/object_publication_background.php b/fr/object_publication_background.php index 32bfa6e..01cd5f2 100644 --- a/fr/object_publication_background.php +++ b/fr/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Illustration publiée', + 1 => 'Transcription publiée', + 2 => 'discuté', + 3 => 'recensé', + 4 => 'référencé', + 5 => 'annoncé', + ), +) \ No newline at end of file diff --git a/fr/object_status.php b/fr/object_status.php index eacca3b..d73bc5d 100644 --- a/fr/object_status.php +++ b/fr/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/fr/phone_types.php b/fr/phone_types.php index 76ce1df..f26c0d7 100644 --- a/fr/phone_types.php +++ b/fr/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Travail', + 'home' => 'Domicile', + 'mobile' => 'Mobile ', + 'work mobile' => 'Mobile : travail', + 'fax' => 'Fax', + 'fax work' => 'Fax : travail', + ), +) \ No newline at end of file diff --git a/fr/placetypes.php b/fr/placetypes.php index baea607..27a3d42 100644 --- a/fr/placetypes.php +++ b/fr/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administratif', + 1 => 'Historique', + 2 => 'Région', + 3 => 'Rue', + 4 => 'Bâtiment', + 5 => 'Montagne', + 6 => 'Forêt', + 7 => 'Milieu aquatique', + 8 => 'Île', + ), +) \ No newline at end of file diff --git a/fr/podcast_contributor_roles.php b/fr/podcast_contributor_roles.php index dbac703..1294603 100644 --- a/fr/podcast_contributor_roles.php +++ b/fr/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'Orateur', + 'recording' => 'Enregistrement', + 'technical_support' => 'Technique', + 'organization' => 'Organisation', + ), +) \ No newline at end of file diff --git a/fr/position_set.php b/fr/position_set.php index bed5162..cd1008b 100644 --- a/fr/position_set.php +++ b/fr/position_set.php @@ -1,13 +1,19 @@ + array ( + 'left' => 'Gauche', + 'top_left' => 'En haut à gauche', + 'top' => 'Haut', + 'top_right' => 'En haut à droite', + 'right' => 'Droite', + 'bottom_right' => 'En bas à droite', + 'bottom' => 'Bas', + 'bottom_left' => 'En bas à gauche', + 'center' => 'Au centre', + 'rear_side' => 'Arrière', + 'edge' => 'Bord', + 'other' => 'Autre', + ), +) \ No newline at end of file diff --git a/fr/process_types.php b/fr/process_types.php index 580383c..5683c0c 100644 --- a/fr/process_types.php +++ b/fr/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/fr/recording_types_set.php b/fr/recording_types_set.php index 30df8a0..5454119 100644 --- a/fr/recording_types_set.php +++ b/fr/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Vidéo', + ), +) \ No newline at end of file diff --git a/fr/research_status.php b/fr/research_status.php index 160d753..0af9c23 100644 --- a/fr/research_status.php +++ b/fr/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Mal étudié', + 'medium' => 'Partiellement étudié', + 'good' => 'Bien étudié', + ), +) \ No newline at end of file diff --git a/fr/source_type_set.php b/fr/source_type_set.php index 308eae5..f79ef92 100644 --- a/fr/source_type_set.php +++ b/fr/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article dans un recueil', + 'book' => 'Livre', + 'phdthesis' => 'Travail de doctorat', + 'electronical' => 'Ressource électronique', + 'misc' => 'Autre', + 'patent' => 'Fascicule de brevet', + 'unpublished' => 'Non publié', + ), +) \ No newline at end of file diff --git a/fr/space_access_status.php b/fr/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/fr/space_access_status.php +++ b/fr/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/fr/space_types.php b/fr/space_types.php index bfc9a9e..1a09db8 100644 --- a/fr/space_types.php +++ b/fr/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/fr/syndication_repos.php b/fr/syndication_repos.php index ab270a1..881f337 100644 --- a/fr/syndication_repos.php +++ b/fr/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'Bibliothèque numérique allemande (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Association Kalliope', + ), +) \ No newline at end of file diff --git a/fr/timing_intervals_set.php b/fr/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/fr/timing_intervals_set.php +++ b/fr/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/fr/title_types_set.php b/fr/title_types_set.php index 7dbd13b..cf2a357 100644 --- a/fr/title_types_set.php +++ b/fr/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Langage courant', + 'Colloquial speech' => 'Argot', + 'Dialect' => 'Dialecte', + ), +) \ No newline at end of file diff --git a/fr/todo_status.php b/fr/todo_status.php index 4509864..3b6981f 100644 --- a/fr/todo_status.php +++ b/fr/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/fr/units_length_set.php b/fr/units_length_set.php index 6c3d732..e7ccfe7 100644 --- a/fr/units_length_set.php +++ b/fr/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'pieds', + 'in' => 'pouces', + ), +) \ No newline at end of file diff --git a/fr/units_weight_set.php b/fr/units_weight_set.php index 67ad5eb..281515c 100644 --- a/fr/units_weight_set.php +++ b/fr/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/hsb/actor_variant_types_set.php b/hsb/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/hsb/actor_variant_types_set.php +++ b/hsb/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/hsb/appointment_attendance_modes.php b/hsb/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/hsb/appointment_attendance_modes.php +++ b/hsb/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/hsb/appointment_cancellation_status_set.php b/hsb/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/hsb/appointment_cancellation_status_set.php +++ b/hsb/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/hsb/appointment_contributor_roles.php b/hsb/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/hsb/appointment_contributor_roles.php +++ b/hsb/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/hsb/appointment_status.php b/hsb/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/hsb/appointment_status.php +++ b/hsb/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/hsb/attendance_status_set.php b/hsb/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/hsb/attendance_status_set.php +++ b/hsb/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/hsb/closer_location_types_set.php b/hsb/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/hsb/closer_location_types_set.php +++ b/hsb/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/hsb/colors_set.php b/hsb/colors_set.php index 36ff777..29fd180 100644 --- a/hsb/colors_set.php +++ b/hsb/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/conservation_report_type_set.php b/hsb/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/hsb/conservation_report_type_set.php +++ b/hsb/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/hsb/currencies_set.php b/hsb/currencies_set.php index 1288fda..7857173 100644 --- a/hsb/currencies_set.php +++ b/hsb/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/custom_report_targets_set.php b/hsb/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/hsb/custom_report_targets_set.php +++ b/hsb/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/hsb/disposal_method_set.php b/hsb/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/hsb/disposal_method_set.php +++ b/hsb/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/hsb/entry_types.php b/hsb/entry_types.php index 98516ae..ad250ac 100644 --- a/hsb/entry_types.php +++ b/hsb/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/eventtype_name.php b/hsb/eventtype_name.php index 45eb309..0a37bcb 100644 --- a/hsb/eventtype_name.php +++ b/hsb/eventtype_name.php @@ -1,49 +1,55 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/exhibition_contributor_roles.php b/hsb/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/hsb/exhibition_contributor_roles.php +++ b/hsb/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/hsb/gender_set.php b/hsb/gender_set.php index be54d91..ca71a9d 100644 --- a/hsb/gender_set.php +++ b/hsb/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/hsb/license_explica.php b/hsb/license_explica.php index 4a00276..1bfa77b 100644 --- a/hsb/license_explica.php +++ b/hsb/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/hsb/license_full_names.php b/hsb/license_full_names.php index b01c6e0..59761d4 100644 --- a/hsb/license_full_names.php +++ b/hsb/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/license_url.php b/hsb/license_url.php index 6358421..4d0f886 100644 --- a/hsb/license_url.php +++ b/hsb/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/hsb/loan_types.php b/hsb/loan_types.php index ba16e2a..c1f58d7 100644 --- a/hsb/loan_types.php +++ b/hsb/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/hsb/marking_types.php b/hsb/marking_types.php index dbe8217..2d12847 100644 --- a/hsb/marking_types.php +++ b/hsb/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/object_check_types_set.php b/hsb/object_check_types_set.php index 6af1972..a35f413 100644 --- a/hsb/object_check_types_set.php +++ b/hsb/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/hsb/object_damage_status_set.php b/hsb/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/hsb/object_damage_status_set.php +++ b/hsb/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/hsb/object_damage_types_set.php b/hsb/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/hsb/object_damage_types_set.php +++ b/hsb/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/hsb/object_form_set.php b/hsb/object_form_set.php index e9654ab..68154a2 100644 --- a/hsb/object_form_set.php +++ b/hsb/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/hsb/object_publication_background.php b/hsb/object_publication_background.php index 4eea821..7665c20 100644 --- a/hsb/object_publication_background.php +++ b/hsb/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/hsb/object_status.php b/hsb/object_status.php index eacca3b..d73bc5d 100644 --- a/hsb/object_status.php +++ b/hsb/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/phone_types.php b/hsb/phone_types.php index 5a7b70f..ad5a575 100644 --- a/hsb/phone_types.php +++ b/hsb/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/hsb/placetypes.php b/hsb/placetypes.php index dd3bcbc..bc3138d 100644 --- a/hsb/placetypes.php +++ b/hsb/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrativ', + 1 => 'Historisch', + 2 => 'Region', + 3 => 'Straße', + 4 => 'Gebäude', + 5 => 'Berg - Gebirge', + 6 => 'Wald', + 7 => 'Gewässer', + 8 => 'Insel', + ), +) \ No newline at end of file diff --git a/hsb/podcast_contributor_roles.php b/hsb/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/hsb/podcast_contributor_roles.php +++ b/hsb/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/hsb/position_set.php b/hsb/position_set.php index 23b2652..ecea438 100644 --- a/hsb/position_set.php +++ b/hsb/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/process_types.php b/hsb/process_types.php index 580383c..5683c0c 100644 --- a/hsb/process_types.php +++ b/hsb/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/recording_types_set.php b/hsb/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/hsb/recording_types_set.php +++ b/hsb/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/hsb/research_status.php b/hsb/research_status.php index d2b453b..14bf8a8 100644 --- a/hsb/research_status.php +++ b/hsb/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/hsb/source_type_set.php b/hsb/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/hsb/source_type_set.php +++ b/hsb/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/hsb/space_access_status.php b/hsb/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/hsb/space_access_status.php +++ b/hsb/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/hsb/space_types.php b/hsb/space_types.php index bfc9a9e..1a09db8 100644 --- a/hsb/space_types.php +++ b/hsb/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/hsb/syndication_repos.php b/hsb/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/hsb/syndication_repos.php +++ b/hsb/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/hsb/timing_intervals_set.php b/hsb/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/hsb/timing_intervals_set.php +++ b/hsb/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/hsb/title_types_set.php b/hsb/title_types_set.php index d41ad98..1977875 100644 --- a/hsb/title_types_set.php +++ b/hsb/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/hsb/todo_status.php b/hsb/todo_status.php index 4509864..3b6981f 100644 --- a/hsb/todo_status.php +++ b/hsb/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/hsb/units_length_set.php b/hsb/units_length_set.php index eb817b5..d82b71b 100644 --- a/hsb/units_length_set.php +++ b/hsb/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/hsb/units_weight_set.php b/hsb/units_weight_set.php index 67ad5eb..281515c 100644 --- a/hsb/units_weight_set.php +++ b/hsb/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/hu/actor_variant_types_set.php b/hu/actor_variant_types_set.php index 295f985..4679912 100644 --- a/hu/actor_variant_types_set.php +++ b/hu/actor_variant_types_set.php @@ -1,10 +1,16 @@ + array ( + 'birth_name' => 'Születési név', + 'married_name' => 'Házassági név', + 'monastic_name' => 'Szerzetesi név', + 'pseudonym' => 'Álnév', + 'regnal_name' => 'Regnális név', + 'nickname' => 'Becenév', + 'artist_name' => 'Művésznév', + 'civil_name' => 'Polgári név', + 'generic_other_name' => 'Alternatív név (általános)', + ), +) \ No newline at end of file diff --git a/hu/appointment_attendance_modes.php b/hu/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/hu/appointment_attendance_modes.php +++ b/hu/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/hu/appointment_cancellation_status_set.php b/hu/appointment_cancellation_status_set.php index b1948ce..6bc1b02 100644 --- a/hu/appointment_cancellation_status_set.php +++ b/hu/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Tervek szerint', + 'cancelled' => 'Lemondva', + ), +) \ No newline at end of file diff --git a/hu/appointment_contributor_roles.php b/hu/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/hu/appointment_contributor_roles.php +++ b/hu/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/hu/appointment_status.php b/hu/appointment_status.php index c0c3e6c..93b21e2 100644 --- a/hu/appointment_status.php +++ b/hu/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Ütemezve', + 'cancelled' => 'Lemondva', + 'moved_online' => 'Áthelyezve online', + 'postponed' => 'Elhalasztva', + ), +) \ No newline at end of file diff --git a/hu/attendance_status_set.php b/hu/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/hu/attendance_status_set.php +++ b/hu/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/hu/closer_location_types_set.php b/hu/closer_location_types_set.php index 2b46c9d..796054e 100644 --- a/hu/closer_location_types_set.php +++ b/hu/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Felvétel késztésének helye', + 2 => 'Lelőhely', + 3 => 'Történelmi elnevezés', + ), +) \ No newline at end of file diff --git a/hu/colors_set.php b/hu/colors_set.php index 6c2bdca..48fcfee 100644 --- a/hu/colors_set.php +++ b/hu/colors_set.php @@ -1,17 +1,23 @@ + array ( + 'black' => 'fekete', + 'green' => 'zöld', + 'silver' => 'ezüst', + 'lime' => 'lime-zöld', + 'gray' => 'szürke', + 'olive' => 'oliva zöld', + 'white' => 'fehér', + 'yellow' => 'sárga', + 'maroon' => 'gesztenyebarna', + 'navy' => 'matrózkék', + 'red' => 'piros', + 'blue' => 'kék', + 'purple' => 'lila', + 'teal' => 'récezöld', + 'fuchsia' => 'fukszia', + 'aqua' => 'vízkék', + ), +) \ No newline at end of file diff --git a/hu/conservation_report_type_set.php b/hu/conservation_report_type_set.php index 476e5d1..c233e45 100644 --- a/hu/conservation_report_type_set.php +++ b/hu/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Sérülés', + 'conservation' => 'Megőrzés', + 'condition' => 'Állapot', + 'restoration' => 'Restaurálás', + 'other_report' => 'Egyéb beszámoló', + 'other' => 'Egyéb beszámoló', + ), +) \ No newline at end of file diff --git a/hu/currencies_set.php b/hu/currencies_set.php index b2a2ed6..e92c691 100644 --- a/hu/currencies_set.php +++ b/hu/currencies_set.php @@ -1,21 +1,30 @@ + array ( + 'eu-EUR' => 'Euró', + 'de-DM' => 'Német márka', + 'de-RM' => 'Német birodalmi márka', + 'es-Real' => 'Spanish Real', + 'hu-Ft' => 'Forint', + 'hu-Lari' => 'Lari', + 'hu-Pengő' => 'Pengő', + 'id-IDR' => 'Indonéz rúpia', + 'pl-Złoty' => 'Złoty', + 'us-USD' => 'Dollár (US)', + 'ddr-Mark' => 'Mark (GDR)', + 'ddr-MDN' => 'MDN (GDR)', + 'hu-Korona' => 'Korona (osztrák-magyar)', + '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' => 'Nevezd meg! - Ne add el! - Ne változtasd!', + ), +) \ No newline at end of file diff --git a/hu/custom_report_targets_set.php b/hu/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/hu/custom_report_targets_set.php +++ b/hu/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/hu/disposal_method_set.php b/hu/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/hu/disposal_method_set.php +++ b/hu/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/hu/entry_types.php b/hu/entry_types.php index 52be08b..3acd60d 100644 --- a/hu/entry_types.php +++ b/hu/entry_types.php @@ -1,19 +1,25 @@ + array ( + 0 => '', + 1 => 'Ajándékozás', + 2 => 'Vétel', + 3 => 'Feltárás', + 4 => 'Sürgősségi értékmentés', + 5 => 'Hagyaték', + 6 => 'Hivatalos átadás', + 7 => 'Kisajátítás', + 8 => 'Gyűjtés', + 9 => 'Letét', + 10 => 'Csere', + 11 => 'Saját előállítás', + 12 => 'Törzsanyag', + 14 => 'Átadás', + 15 => 'Lelet', + 98 => 'Kutatást igényel', + 99 => 'Egyéb hivatalos megszerzés', + 16 => 'Tartós leltét', + ), +) \ No newline at end of file diff --git a/hu/eventtype_name.php b/hu/eventtype_name.php index 11f04ac..c7df4ca 100644 --- a/hu/eventtype_name.php +++ b/hu/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'Készítés', + 2 => 'Feltárás', + 3 => 'Kiadás', + 4 => 'Vázlat készítése', + 5 => 'Ábrázolás', + 6 => 'Felhasználás', + 7 => 'Írott/szerzett mű alkotása', + 8 => 'Gyűjtés', + 9 => 'Festmény készítése', + 10 => 'Felvétel készítése', + 11 => 'Kézhezvétel', + 12 => 'Sokszorósító nyomólemez készítése', + 13 => 'Postázás', + 14 => 'Kibocsátás', + 15 => 'Aláírás', + 16 => 'Meghatározás', + 19 => 'Rajz készítése', + 20 => 'Másolás', + 21 => 'Földtörténeti korok', + 22 => '[Földrajzi vonatkozás]', + 23 => '[Kapcsolódó személyek/ intézmények]', + 24 => '[Időbeli vonatkozás]', + 25 => 'Megrendelés', + 26 => 'Nyomtatás', + 27 => 'Hangfelvétel készítése', + 28 => 'Éneklés', + 29 => 'Dekoráció tervezése', + 30 => 'Formatervezés', + 31 => 'Mintázás', + 32 => 'Szignálás', + 33 => 'Említés', + 34 => 'Eltemetés', + 35 => 'Koncepció megalkotása', + 36 => 'Ábrázolt hely', + 37 => 'Díszités készítése', + 38 => 'Illusztráció készítése', + 39 => 'Összeszerelés', + 40 => 'Árverezés', + 41 => 'Vásárlás', + 42 => 'Tulajdonlás', + 43 => 'Eladás', + 44 => 'Restaurálás', + 45 => 'Sérülés', + 46 => 'Megsemmisülés', + 47 => 'Eltűnés', + 48 => 'Szerkesztés', + 49 => 'Donated / present', + 50 => 'Inherited', + ), +) \ No newline at end of file diff --git a/hu/exhibition_contributor_roles.php b/hu/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/hu/exhibition_contributor_roles.php +++ b/hu/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/hu/gender_set.php b/hu/gender_set.php index 66078a1..ac1c465 100644 --- a/hu/gender_set.php +++ b/hu/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'nő', + 'male' => 'férfi', + 'other' => 'egyéb', + ), +) \ No newline at end of file diff --git a/hu/license_explica.php b/hu/license_explica.php index 4a00276..1bfa77b 100644 --- a/hu/license_explica.php +++ b/hu/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/hu/license_full_names.php b/hu/license_full_names.php index e0b7aab..86d4579 100644 --- a/hu/license_full_names.php +++ b/hu/license_full_names.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'Nevezd meg!-Ne add el!-Így add tovább!', + 'CC BY-NC' => 'Nevezd meg!-Ne add el!', + 'CC BY-ND' => 'Nevezd meg!-Ne változtasd!', + 'CC BY-SA' => 'Nevezd meg!-Így add tovább!', + 'CC BY' => 'Nevezd meg!', + 'CC0' => 'Jogmentes', + 'RR-F' => 'Jog fenntartva - Szabad hozzáférés', + 'RR-P' => 'Jog fenntartva- Fizetett hozzáférés', + 'RR-R' => 'Jog fenntartva- Korlátozott hozzáférés', + 'Orphan Work' => 'Árva mű', + 'Public Domain Mark' => 'Közkincs megjelölés', + 'CC BY-NC-ND' => 'Nevezd meg! - Ne add el! - Ne változtasd!', + ), +) \ No newline at end of file diff --git a/hu/license_url.php b/hu/license_url.php index 0c24823..240cdc4 100644 --- a/hu/license_url.php +++ b/hu/license_url.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/deed.hu', + 'CC BY-NC-ND' => 'https://creativecommons.org/licenses/by-nc-nd/4.0/deed.hu', + 'CC BY-NC' => 'https://creativecommons.org/licenses/by-nc/4.0/deed.hu', + 'CC BY-ND' => 'https://creativecommons.org/licenses/by-nd/4.0/deed.hu', + 'CC BY-SA' => 'https://creativecommons.org/licenses/by-sa/4.0/deed.hu', + 'CC BY' => 'https://creativecommons.org/licenses/by/4.0/deed.hu', + 'CC0' => 'https://creativecommons.org/publicdomain/zero/1.0/deed.hu', + 'RR-F' => 'http://www.europeana.eu/rights/rr-f/deed.hu', + 'RR-P' => 'http://www.europeana.eu/rights/rr-p/deed.hu', + 'RR-R' => 'http://www.europeana.eu/rights/rr-r/deed.hu', + 'Orphan Work' => 'http://www.europeana.eu/rights/orphan-work-eu/deed.hu', + 'Public Domain Mark' => 'https://creativecommons.org/publicdomain/mark/1.0/deed.hu', + ), +) \ No newline at end of file diff --git a/hu/loan_types.php b/hu/loan_types.php index ba16e2a..c1f58d7 100644 --- a/hu/loan_types.php +++ b/hu/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/hu/marking_types.php b/hu/marking_types.php index dfcbe2d..23c5b68 100644 --- a/hu/marking_types.php +++ b/hu/marking_types.php @@ -1,20 +1,26 @@ + array ( + 'signature' => 'Aláírás', + 'watermark' => 'Vízjel', + 'engraving' => 'Metszés', + 'scratch' => 'Karc', + 'stamp' => 'Bélyeg', + 'overprint' => 'Felülnyomás', + 'embossing' => 'Dombornyomás', + 'handwritten' => 'Kézzel írt', + 'glued' => 'Ragasztott', + 'embroidered' => 'Embroidered', + 'sewn' => 'Sewn', + 'screwed' => 'Screwed', + 'burnt_in' => 'Burnt in', + 'riveted' => 'Riveted', + 'nailed' => 'Nailed', + 'hallmarked' => 'Hallmarked', + 'punched' => 'Punched', + 'scarified' => 'Scarified', + 'cast' => 'Cast', + ), +) \ No newline at end of file diff --git a/hu/object_check_types_set.php b/hu/object_check_types_set.php index 6af1972..a35f413 100644 --- a/hu/object_check_types_set.php +++ b/hu/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/hu/object_damage_status_set.php b/hu/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/hu/object_damage_status_set.php +++ b/hu/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/hu/object_damage_types_set.php b/hu/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/hu/object_damage_types_set.php +++ b/hu/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/hu/object_form_set.php b/hu/object_form_set.php index 02cd1c1..9cbfa39 100644 --- a/hu/object_form_set.php +++ b/hu/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'kocka', + 'cuboid' => 'téglatest', + 'sphere' => 'gömb', + 'cone' => 'kúp', + 'cylinder' => 'henger', + ), +) \ No newline at end of file diff --git a/hu/object_publication_background.php b/hu/object_publication_background.php index 5d56ece..71a35e4 100644 --- a/hu/object_publication_background.php +++ b/hu/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Kép közzététele', + 1 => 'Kivonat közzététele', + 2 => 'Megvitatott', + 3 => 'Véleményezett', + 4 => 'Hivatkozott', + 5 => 'Közzétett', + ), +) \ No newline at end of file diff --git a/hu/object_status.php b/hu/object_status.php index 4596848..fb2685e 100644 --- a/hu/object_status.php +++ b/hu/object_status.php @@ -1,8 +1,14 @@ + array ( + 'owned' => 'Saját tulajdon', + 'permanent_loan' => 'Tartós kölcsön', + 'borrowed' => 'Kölcsönzött', + 'to_check_for_gift' => 'Műtárgybirálat (adomány)', + 'to_check' => 'Műtárgybirálat (szolgáltatás)', + 'deaccessed' => 'Gyűjteményből kivezetve', + 'third_party_property' => 'Third party property', + ), +) \ No newline at end of file diff --git a/hu/phone_types.php b/hu/phone_types.php index 283ca89..5a971e9 100644 --- a/hu/phone_types.php +++ b/hu/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Munkahelyi', + 'home' => 'Otthoni', + 'mobile' => 'Mobil', + 'work mobile' => 'Munkahelyi mobil', + 'fax' => 'Fax', + 'fax work' => 'Fax (munkahelyi)', + ), +) \ No newline at end of file diff --git a/hu/placetypes.php b/hu/placetypes.php index b0f9c4a..36cb802 100644 --- a/hu/placetypes.php +++ b/hu/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'közigazgatási', + 1 => 'történelmi', + 2 => 'régió', + 3 => 'utca', + 4 => 'építmény', + 5 => 'hegyek', + 6 => 'erdő', + 7 => 'folyók/tavak/tengerek', + 8 => 'szigetek', + ), +) \ No newline at end of file diff --git a/hu/podcast_contributor_roles.php b/hu/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/hu/podcast_contributor_roles.php +++ b/hu/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/hu/position_set.php b/hu/position_set.php index 52f3a9e..e7ba58a 100644 --- a/hu/position_set.php +++ b/hu/position_set.php @@ -1,13 +1,19 @@ + array ( + 'left' => 'Bal', + 'top_left' => 'Bal felső', + 'top' => 'Felső', + 'top_right' => 'Jobb felső', + 'right' => 'Jobb', + 'bottom_right' => 'Jobb alsó', + 'bottom' => 'Alsó', + 'bottom_left' => 'Bal alsó', + 'center' => 'Közép', + 'rear_side' => 'Hátoldal', + 'edge' => 'Szegély', + 'other' => 'Egyéb', + ), +) \ No newline at end of file diff --git a/hu/process_types.php b/hu/process_types.php index 580383c..5683c0c 100644 --- a/hu/process_types.php +++ b/hu/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/hu/recording_types_set.php b/hu/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/hu/recording_types_set.php +++ b/hu/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/hu/research_status.php b/hu/research_status.php index d2b453b..14bf8a8 100644 --- a/hu/research_status.php +++ b/hu/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/hu/source_type_set.php b/hu/source_type_set.php index 3257c5f..be0f6e2 100644 --- a/hu/source_type_set.php +++ b/hu/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Tanulmány', + 'inbook' => 'Tanulmánykötet', + 'book' => 'Könyv', + 'phdthesis' => 'Disszertáció', + 'electronical' => 'Elektronikus publikáció', + 'misc' => 'Különböző', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/hu/space_access_status.php b/hu/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/hu/space_access_status.php +++ b/hu/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/hu/space_types.php b/hu/space_types.php index bfc9a9e..1a09db8 100644 --- a/hu/space_types.php +++ b/hu/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/hu/syndication_repos.php b/hu/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/hu/syndication_repos.php +++ b/hu/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/hu/timing_intervals_set.php b/hu/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/hu/timing_intervals_set.php +++ b/hu/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/hu/title_types_set.php b/hu/title_types_set.php index da09bda..17c7057 100644 --- a/hu/title_types_set.php +++ b/hu/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Tudományos', + 'Everyday speech' => 'Köznyelvi', + 'Colloquial speech' => 'Nyelvjárás', + 'Dialect' => 'Dialektus', + ), +) \ No newline at end of file diff --git a/hu/todo_status.php b/hu/todo_status.php index 042eb7e..d8ac17d 100644 --- a/hu/todo_status.php +++ b/hu/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Lemondva', + ), +) \ No newline at end of file diff --git a/hu/units_length_set.php b/hu/units_length_set.php index eb817b5..d82b71b 100644 --- a/hu/units_length_set.php +++ b/hu/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/hu/units_weight_set.php b/hu/units_weight_set.php index 67ad5eb..281515c 100644 --- a/hu/units_weight_set.php +++ b/hu/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/id/actor_variant_types_set.php b/id/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/id/actor_variant_types_set.php +++ b/id/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/id/appointment_attendance_modes.php b/id/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/id/appointment_attendance_modes.php +++ b/id/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/id/appointment_cancellation_status_set.php b/id/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/id/appointment_cancellation_status_set.php +++ b/id/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/id/appointment_contributor_roles.php b/id/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/id/appointment_contributor_roles.php +++ b/id/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/id/appointment_status.php b/id/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/id/appointment_status.php +++ b/id/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/id/attendance_status_set.php b/id/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/id/attendance_status_set.php +++ b/id/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/id/closer_location_types_set.php b/id/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/id/closer_location_types_set.php +++ b/id/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/id/colors_set.php b/id/colors_set.php index 36ff777..29fd180 100644 --- a/id/colors_set.php +++ b/id/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/id/conservation_report_type_set.php b/id/conservation_report_type_set.php index a3db1d1..4acb2de 100644 --- a/id/conservation_report_type_set.php +++ b/id/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Kerusakan', + 'conservation' => 'Konservasi', + 'condition' => 'Kondisi', + 'restoration' => 'Restorasi', + 'other_report' => 'Laporan lain', + 'other' => 'Laporan lain', + ), +) \ No newline at end of file diff --git a/id/currencies_set.php b/id/currencies_set.php index 56dcefa..639e61c 100644 --- a/id/currencies_set.php +++ b/id/currencies_set.php @@ -1,21 +1,30 @@ + array ( + 'eu-EUR' => 'Euro', + 'de-DM' => 'Deutsche Mark', + 'de-RM' => 'Reichsmark (Jerman)', + 'es-Real' => 'Spanish Real', + 'hu-Ft' => 'Forint', + 'hu-Lari' => 'Lari', + 'hu-Pengő' => 'Pengő', + 'id-IDR' => 'IDR', + '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', + ), +) \ No newline at end of file diff --git a/id/custom_report_targets_set.php b/id/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/id/custom_report_targets_set.php +++ b/id/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/id/disposal_method_set.php b/id/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/id/disposal_method_set.php +++ b/id/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/id/entry_types.php b/id/entry_types.php index 0bb0fba..f527dad 100644 --- a/id/entry_types.php +++ b/id/entry_types.php @@ -1,19 +1,25 @@ + array ( + 0 => '', + 1 => 'Donasi', + 2 => 'Pembelian', + 3 => 'Penggalian', + 4 => 'Pelepasan', + 5 => 'Warisan', + 6 => 'Sumbangan', + 7 => 'Perampasan', + 8 => 'Stok lama', + 9 => 'Pinjaman', + 10 => 'Tukaran', + 11 => 'Produksi sendiri', + 12 => 'Material Strain (Törzsanyag)', + 14 => 'Vorlass', + 15 => 'Temukan', + 98 => 'Harus dicek', + 99 => 'Akuisisi sah yang lain', + 16 => 'Pinjaman permanen', + ), +) \ No newline at end of file diff --git a/id/eventtype_name.php b/id/eventtype_name.php index 4f7eba4..0b534d2 100644 --- a/id/eventtype_name.php +++ b/id/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'Dibuat', + 2 => 'Ditemukan', + 3 => 'Diterbitkan', + 4 => 'Contoh dibuat', + 5 => 'Ditunjukkan (orang)', + 6 => 'Digunakan', + 7 => 'Ditulis', + 8 => 'Dikumpulkan', + 9 => 'Dilukis', + 10 => 'Diambil', + 11 => 'Diterima', + 12 => 'Pelat cetak dibuat', + 13 => 'Dikirim', + 14 => 'Dibahas', + 15 => 'Ditandatangani', + 16 => 'Dideskripsi pada pertama kali', + 19 => 'Digambar', + 20 => 'Dicopy', + 21 => 'Hidup', + 22 => '[Kaitan geografis]', + 23 => '[Kaitan orang/lembaga]', + 24 => '[Kaitan waktu]', + 25 => 'Dipesan', + 26 => 'Dicetak', + 27 => 'Dicerita', + 28 => 'Dinyanyi', + 29 => 'Dekorasi diciptakan', + 30 => 'Rupa diciptakan', + 31 => 'Dirupakan', + 32 => 'Ditandai', + 33 => 'Disebut', + 34 => 'Dikuburkan', + 35 => 'Penciptaan', + 36 => 'Ditunjukkan (tempat)', + 37 => 'Terlukis', + 38 => 'Gambaran (buku)', + 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', + ), +) \ No newline at end of file diff --git a/id/exhibition_contributor_roles.php b/id/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/id/exhibition_contributor_roles.php +++ b/id/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/id/gender_set.php b/id/gender_set.php index be54d91..ca71a9d 100644 --- a/id/gender_set.php +++ b/id/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/id/license_explica.php b/id/license_explica.php index 4a00276..1bfa77b 100644 --- a/id/license_explica.php +++ b/id/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/id/license_full_names.php b/id/license_full_names.php index a5ad478..7a07a00 100644 --- a/id/license_full_names.php +++ b/id/license_full_names.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'Atribusi-NonKomersial-BerbagiSerupa', + 'CC BY-NC' => 'Atribusi-NonKomersial', + 'CC BY-ND' => 'Atribusi-TanpaTurunan', + 'CC BY-SA' => 'Atribusi-BerbagiSerupa', + 'CC BY' => 'Atribusi', + 'CC0' => ' Dedikasi Domain Publik ', + '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' => ' Domain Publik ', + 'CC BY-NC-ND' => 'Atribusi-NonKomersial-TanpaTurunan', + ), +) \ No newline at end of file diff --git a/id/license_url.php b/id/license_url.php index 6358421..4d0f886 100644 --- a/id/license_url.php +++ b/id/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/id/loan_types.php b/id/loan_types.php index ba16e2a..c1f58d7 100644 --- a/id/loan_types.php +++ b/id/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/id/marking_types.php b/id/marking_types.php index 5783f28..ed04747 100644 --- a/id/marking_types.php +++ b/id/marking_types.php @@ -1,20 +1,26 @@ + array ( + 'signature' => 'Tanda tangan', + 'watermark' => 'Tanda air', + 'engraving' => 'Ukiran', + 'scratch' => 'Goresan', + 'stamp' => 'Cap', + 'overprint' => 'Cetak berlebih', + 'embossing' => 'Ditatah', + 'handwritten' => 'Tulisan tangan', + 'glued' => 'Glued', + 'embroidered' => 'Embroidered', + 'sewn' => 'Sewn', + 'screwed' => 'Screwed', + 'burnt_in' => 'Burnt in', + 'riveted' => 'Riveted', + 'nailed' => 'Nailed', + 'hallmarked' => 'Hallmarked', + 'punched' => 'Punched', + 'scarified' => 'Scarified', + 'cast' => 'Cast', + ), +) \ No newline at end of file diff --git a/id/object_check_types_set.php b/id/object_check_types_set.php index 6af1972..a35f413 100644 --- a/id/object_check_types_set.php +++ b/id/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/id/object_damage_status_set.php b/id/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/id/object_damage_status_set.php +++ b/id/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/id/object_damage_types_set.php b/id/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/id/object_damage_types_set.php +++ b/id/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/id/object_form_set.php b/id/object_form_set.php index e9654ab..68154a2 100644 --- a/id/object_form_set.php +++ b/id/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/id/object_publication_background.php b/id/object_publication_background.php index fbe9837..c612eb6 100644 --- a/id/object_publication_background.php +++ b/id/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Gambaran diterbitkan', + 1 => 'Transkrip diterbitkan', + 2 => 'Terdiskusi', + 3 => 'Ditinjau', + 4 => 'Direferensikan', + 5 => 'Diiklankan', + ), +) \ No newline at end of file diff --git a/id/object_status.php b/id/object_status.php index eacca3b..d73bc5d 100644 --- a/id/object_status.php +++ b/id/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/id/phone_types.php b/id/phone_types.php index 5a7b70f..ad5a575 100644 --- a/id/phone_types.php +++ b/id/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/id/placetypes.php b/id/placetypes.php index d58e718..363c2eb 100644 --- a/id/placetypes.php +++ b/id/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Resmi', + 1 => 'Sejarah', + 2 => 'Wilayah', + 3 => 'Jalan', + 4 => 'Gedung', + 5 => 'Gunung', + 6 => 'Hutan', + 7 => 'Badan air', + 8 => 'Pulau', + ), +) \ No newline at end of file diff --git a/id/podcast_contributor_roles.php b/id/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/id/podcast_contributor_roles.php +++ b/id/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/id/position_set.php b/id/position_set.php index a0bf7a5..51a7ac4 100644 --- a/id/position_set.php +++ b/id/position_set.php @@ -1,13 +1,19 @@ + array ( + 'left' => 'Kiri', + 'top_left' => 'Kiri atas', + 'top' => 'Atas', + 'top_right' => 'Kanan atas', + 'right' => 'Kanan', + 'bottom_right' => 'Bawah kanan', + 'bottom' => 'Bawah', + 'bottom_left' => 'Bawah kiri', + 'center' => 'Pusat', + 'rear_side' => 'Belakang', + 'edge' => 'Pinggir', + 'other' => 'Lain', + ), +) \ No newline at end of file diff --git a/id/process_types.php b/id/process_types.php index 580383c..5683c0c 100644 --- a/id/process_types.php +++ b/id/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/id/recording_types_set.php b/id/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/id/recording_types_set.php +++ b/id/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/id/research_status.php b/id/research_status.php index d2b453b..14bf8a8 100644 --- a/id/research_status.php +++ b/id/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/id/source_type_set.php b/id/source_type_set.php index d3748aa..8189bb7 100644 --- a/id/source_type_set.php +++ b/id/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Artikel', + 'inbook' => 'Artikel dalam kumpulan', + 'book' => 'Buku', + 'phdthesis' => 'Skripsi S3', + 'electronical' => 'Sumber waringan', + 'misc' => 'Lain-lain', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/id/space_access_status.php b/id/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/id/space_access_status.php +++ b/id/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/id/space_types.php b/id/space_types.php index bfc9a9e..1a09db8 100644 --- a/id/space_types.php +++ b/id/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/id/syndication_repos.php b/id/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/id/syndication_repos.php +++ b/id/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/id/timing_intervals_set.php b/id/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/id/timing_intervals_set.php +++ b/id/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/id/title_types_set.php b/id/title_types_set.php index 5a9ca79..1a2edcd 100644 --- a/id/title_types_set.php +++ b/id/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Ilmu', + 'Everyday speech' => 'Bahasa sehari-hari', + 'Colloquial speech' => 'Bahasa gaul', + 'Dialect' => 'Dialek', + ), +) \ No newline at end of file diff --git a/id/todo_status.php b/id/todo_status.php index 4509864..3b6981f 100644 --- a/id/todo_status.php +++ b/id/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/id/units_length_set.php b/id/units_length_set.php index eb817b5..d82b71b 100644 --- a/id/units_length_set.php +++ b/id/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/id/units_weight_set.php b/id/units_weight_set.php index 67ad5eb..281515c 100644 --- a/id/units_weight_set.php +++ b/id/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/it/actor_variant_types_set.php b/it/actor_variant_types_set.php index b6c7e5b..33b1451 100644 --- a/it/actor_variant_types_set.php +++ b/it/actor_variant_types_set.php @@ -1,10 +1,16 @@ + array ( + 'birth_name' => 'nome di nascita', + 'married_name' => 'nome da sposata', + 'monastic_name' => 'nome monastico', + 'pseudonym' => 'pseudonimo', + 'regnal_name' => 'nome del governo', + 'nickname' => 'soprannome', + 'artist_name' => 'nome d’arte ', + 'civil_name' => 'nome civile', + 'generic_other_name' => 'ortografia alternativa (generica)', + ), +) \ No newline at end of file diff --git a/it/appointment_attendance_modes.php b/it/appointment_attendance_modes.php index d8d99a9..59ac91f 100644 --- a/it/appointment_attendance_modes.php +++ b/it/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'offline / disconnessa/o', + 'online' => 'online / in linea', + 'mixed' => 'offline e online', + ), +) \ No newline at end of file diff --git a/it/appointment_cancellation_status_set.php b/it/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/it/appointment_cancellation_status_set.php +++ b/it/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/it/appointment_contributor_roles.php b/it/appointment_contributor_roles.php index 4bef938..0f14a6b 100644 --- a/it/appointment_contributor_roles.php +++ b/it/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'organizzazione', + 'presenter' => 'docente o presentatrice/ore', + ), +) \ No newline at end of file diff --git a/it/appointment_status.php b/it/appointment_status.php index 8bc91c0..66fec8d 100644 --- a/it/appointment_status.php +++ b/it/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'pianificato', + 'cancelled' => 'annullato', + 'moved_online' => 'Convertito in evento online', + 'postponed' => 'rinviato', + ), +) \ No newline at end of file diff --git a/it/attendance_status_set.php b/it/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/it/attendance_status_set.php +++ b/it/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/it/closer_location_types_set.php b/it/closer_location_types_set.php index 0fa0b2f..8db928e 100644 --- a/it/closer_location_types_set.php +++ b/it/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Luogo di registrazione', + 2 => ' luogo del ritrovamento ', + 3 => 'ex luogo', + ), +) \ No newline at end of file diff --git a/it/colors_set.php b/it/colors_set.php index 3eecedf..547d6a8 100644 --- a/it/colors_set.php +++ b/it/colors_set.php @@ -1,17 +1,23 @@ + array ( + 'black' => 'nero', + 'green' => 'verde', + 'silver' => 'argento', + 'lime' => 'verde chiaro', + 'gray' => 'grigo', + 'olive' => 'olive', + 'white' => 'bianco', + 'yellow' => 'giallo', + 'maroon' => 'marrone', + 'navy' => 'blu scuro', + 'red' => 'rosso', + 'blue' => 'blu', + 'purple' => 'lilla', + 'teal' => ' verd(e)azzurro ', + 'fuchsia' => 'fucsia', + 'aqua' => 'turchese', + ), +) \ No newline at end of file diff --git a/it/conservation_report_type_set.php b/it/conservation_report_type_set.php index 60c4141..32a28f3 100644 --- a/it/conservation_report_type_set.php +++ b/it/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'danno', + 'conservation' => 'conservazione', + 'condition' => 'condizione', + 'restoration' => 'restauro', + 'other_report' => 'rapporto diverso', + 'other' => 'rapporto diverso', + ), +) \ No newline at end of file diff --git a/it/currencies_set.php b/it/currencies_set.php index e079291..df0729d 100644 --- a/it/currencies_set.php +++ b/it/currencies_set.php @@ -1,21 +1,30 @@ + array ( + 'eu-EUR' => 'euro', + 'de-DM' => 'il marco tedesco ', + 'de-RM' => 'marco tedesco (nel 1924-1948) (Germania)', + 'es-Real' => 'reale (Spagna)', + 'hu-Ft' => 'fiorino (ungherese) ', + 'hu-Lari' => 'Lari (Georgia)', + 'hu-Pengő' => 'Pengő (Ungheria) ', + 'id-IDR' => 'rupia (indonesiana) ', + 'pl-Złoty' => 'Złoty (Polonia)', + 'us-USD' => 'dollaro USA ', + 'ddr-Mark' => 'Mark (GDR)', + 'ddr-MDN' => 'MDN (GDR)', + 'hu-Korona' => 'Corona austro-ungarica', + 'fr-FF' => 'franco francese', + 'uk-GBP' => 'lira sterlina ', + 'by-BYN' => 'rublo bielorusso', + 'ru-RUB' => 'rublo russo', + 'su-SUR' => 'rublo sovietico', + 'ua-UAH' => 'Hryvnia (Ucraina)', + ), + 'license_full_names' => + array ( + 'CC BY-NC-ND' => 'Attribuzione - Non Commerciale - No Derivati', + ), +) \ No newline at end of file diff --git a/it/custom_report_targets_set.php b/it/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/it/custom_report_targets_set.php +++ b/it/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/it/disposal_method_set.php b/it/disposal_method_set.php index ec1b468..7c44af3 100644 --- a/it/disposal_method_set.php +++ b/it/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'venduto', + 'destroyed' => 'distrutto', + 'garbage' => 'spazzatura', + ), +) \ No newline at end of file diff --git a/it/entry_types.php b/it/entry_types.php index 47e6c70..d0eab68 100644 --- a/it/entry_types.php +++ b/it/entry_types.php @@ -1,19 +1,25 @@ + array ( + 0 => '', + 1 => 'donazione ', + 2 => 'acquisto', + 3 => 'scavo', + 4 => 'salvataggio', + 5 => 'eredità / lascito', + 6 => 'fondazione', + 7 => 'espropriazione', + 8 => 'magazzino originale', + 9 => 'prestito', + 10 => 'scambio', + 11 => 'produzione propria ', + 12 => 'ceppo materiale (Törzsanyag)', + 14 => 'far passare', + 15 => 'reperto', + 98 => 'non chiarito', + 99 => 'Altro accesso legale', + 16 => 'prestito a tempo indeterminato', + ), +) \ No newline at end of file diff --git a/it/eventtype_name.php b/it/eventtype_name.php index ad90915..40e7b81 100644 --- a/it/eventtype_name.php +++ b/it/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'creato', + 2 => 'trovato', + 3 => 'pubblicato', + 4 => 'Creazione del modello', + 5 => 'È ritratto', + 6 => 'È stato usato', + 7 => 'scritto', + 8 => 'raccolto', + 9 => 'dipinto', + 10 => 'Scattato, inciso o ripreso', + 11 => 'ricevuto', + 12 => 'Incisione della lastra', + 13 => 'inviato', + 14 => 'emesso', + 15 => 'sottoscritto', + 16 => 'Tipo nomenclaturale definito', + 19 => 'disegnato', + 20 => 'copiato (a mano)', + 21 => 'vissuto', + 22 => '[relazione con un luogo]', + 23 => '[relazione con una persona o istituzione]', + 24 => '[relazione a una data o periodo di tempo]', + 25 => 'commissionato', + 26 => 'stampato', + 27 => 'inciso', + 28 => 'cantato', + 29 => 'Decorazione ideata', + 30 => 'Forma ideata', + 31 => 'modellato', + 32 => 'firmato', + 33 => 'citato', + 34 => 'interro', + 35 => 'invento', + 36 => 'È stato mappato (posizione)', + 37 => 'dipinto', + 38 => 'illustrato', + 39 => 'mettere insieme', + 40 => 'messo all\'asta', + 41 => 'comprato', + 42 => 'posseduto', + 43 => 'venduto', + 44 => 'restaurato', + 45 => 'danneggiato', + 46 => 'distrutto', + 47 => 'disperso', + 48 => 'pubblicato', + 49 => 'donato / regalato', + 50 => 'ereditato', + ), +) \ No newline at end of file diff --git a/it/exhibition_contributor_roles.php b/it/exhibition_contributor_roles.php index 99511b3..89990ee 100644 --- a/it/exhibition_contributor_roles.php +++ b/it/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'concetto', + 'curator' => 'curatore', + 'design' => 'design', + 'coordinator' => 'coordinazione', + 'protagonist' => 'protagonista', + ), +) \ No newline at end of file diff --git a/it/gender_set.php b/it/gender_set.php index 7ce8409..0e07ad6 100644 --- a/it/gender_set.php +++ b/it/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'femmina ', + 'male' => 'maschio', + 'other' => 'diverso', + ), +) \ No newline at end of file diff --git a/it/license_explica.php b/it/license_explica.php index 9fe8649..f0c5706 100644 --- a/it/license_explica.php +++ b/it/license_explica.php @@ -1,18 +1,24 @@ + array ( + 'CC BY-NC-SA' => 'Per scopi non commerciali, il materiale può essere utilizzato (anche modificato) liberamente previa attribuzione. In caso di trasferimento, lo stato dei diritti deve essere mantenuto. -'; -$license_explica['CC BY-NC-ND'] = 'Il materiale può essere utilizzato liberamente per scopi non commerciali a condizione che venga citato l\'autore. Non deve essere cambiato.'; -$license_explica['CC BY-NC'] = 'l materiale può essere utilizzato liberamente per scopi non commerciali a condizione che venga nominato l\'autore.'; -$license_explica['CC BY-ND'] = 'TIl materiale può essere utilizzato liberamente a condizione che ne venga indicato il nome. Non deve essere cambiato.'; -$license_explica['CC BY-SA'] = 'Il materiale può essere liberamente utilizzato (anche modificato) purché ne venga citata la fonte. In caso di trasferimento, lo stato dei diritti deve essere mantenuto. +', + 'CC BY-NC-ND' => 'Il materiale può essere utilizzato liberamente per scopi non commerciali a condizione che venga citato l\'autore. Non deve essere cambiato.', + 'CC BY-NC' => 'l materiale può essere utilizzato liberamente per scopi non commerciali a condizione che venga nominato l\'autore.', + 'CC BY-ND' => 'TIl materiale può essere utilizzato liberamente a condizione che ne venga indicato il nome. Non deve essere cambiato.', + 'CC BY-SA' => 'Il materiale può essere liberamente utilizzato (anche modificato) purché ne venga citata la fonte. In caso di trasferimento, lo stato dei diritti deve essere mantenuto. -'; -$license_explica['CC BY'] = 'Il materiale può essere utilizzato liberamente a condizione che ne venga indicato il nome.'; -$license_explica['CC0'] = 'Rinunci a tutti i diritti. Dovrebbe essere scelto solo se esiste un diritto di rinuncia.'; -$license_explica['RR-F'] = 'Accesso gratuito - nessun ulteriore utilizzo.'; -$license_explica['RR-P'] = 'Accesso solo dopo il pagamento - nessun ulteriore utilizzo. Le anteprime possono essere liberamente accessibili.'; -$license_explica['RR-R'] = 'Accesso limitato. Diritti riservati.'; -$license_explica['Orphan Work'] = 'Anche dopo un esame approfondito, il titolare dei diritti non può più essere determinato.'; -$license_explica['Public Domain Mark'] = 'Quest\'opera è stata identificata come esente da restrizioni note ai sensi della legge sul copyright, inclusi tutti i diritti correlati e correlati.'; +', + 'CC BY' => 'Il materiale può essere utilizzato liberamente a condizione che ne venga indicato il nome.', + 'CC0' => 'Rinunci a tutti i diritti. Dovrebbe essere scelto solo se esiste un diritto di rinuncia.', + 'RR-F' => 'Accesso gratuito - nessun ulteriore utilizzo.', + 'RR-P' => 'Accesso solo dopo il pagamento - nessun ulteriore utilizzo. Le anteprime possono essere liberamente accessibili.', + 'RR-R' => 'Accesso limitato. Diritti riservati.', + 'Orphan Work' => 'Anche dopo un esame approfondito, il titolare dei diritti non può più essere determinato.', + 'Public Domain Mark' => 'Quest\'opera è stata identificata come esente da restrizioni note ai sensi della legge sul copyright, inclusi tutti i diritti correlati e correlati.', + ), +) \ No newline at end of file diff --git a/it/license_full_names.php b/it/license_full_names.php index f59c305..e629c1f 100644 --- a/it/license_full_names.php +++ b/it/license_full_names.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'Attribuzione - Non commerciale - Condividi allo stesso modo', + 'CC BY-NC' => 'Attribuzione - Non commerciale', + 'CC BY-ND' => 'Attribuzione - Nessun derivato', + 'CC BY-SA' => 'Attribuzione - Condividi allo stesso modo', + 'CC BY' => 'Attribuzione', + 'CC0' => 'Nessun diritto riservato', + 'RR-F' => 'Diritti riservati - Accesso gratuito', + 'RR-P' => 'Diritti riservati - Accesso a pagamento', + 'RR-R' => 'Diritti riservati - Accesso limitato', + 'Orphan Work' => 'Lavoro orfano', + 'Public Domain Mark' => 'opera di pubblico dominio', + 'CC BY-NC-ND' => 'Attribuzione - Non Commerciale - No Derivati', + ), +) \ No newline at end of file diff --git a/it/license_url.php b/it/license_url.php index 6358421..4d0f886 100644 --- a/it/license_url.php +++ b/it/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/it/loan_types.php b/it/loan_types.php index 476b00b..c43948d 100644 --- a/it/loan_types.php +++ b/it/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'in uscita', + 'incoming' => 'in arrivo', + ), +) \ No newline at end of file diff --git a/it/marking_types.php b/it/marking_types.php index c0161c1..a8252f1 100644 --- a/it/marking_types.php +++ b/it/marking_types.php @@ -1,20 +1,26 @@ + array ( + 'signature' => 'segnatura', + 'watermark' => 'filigrana ', + 'engraving' => 'incisione', + 'scratch' => 'graffiare', + 'stamp' => 'timbrata/o', + 'overprint' => 'sovrastampa', + 'embossing' => 'goffratura', + 'handwritten' => 'manoscritto ', + 'glued' => 'incollato', + 'embroidered' => 'ricamata/o', + 'sewn' => 'cucito', + 'screwed' => 'avvitata/o', + 'burnt_in' => 'bruciato', + 'riveted' => 'rivettata/o', + 'nailed' => 'inchiodato', + 'hallmarked' => 'marchiata/o', + 'punched' => 'punzonata/o', + 'scarified' => 'scarificato', + 'cast' => 'colata', + ), +) \ No newline at end of file diff --git a/it/object_check_types_set.php b/it/object_check_types_set.php index ac10dc9..890a603 100644 --- a/it/object_check_types_set.php +++ b/it/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Controllo delle condizioni', + 'completeness_check' => 'Controllo di completezza', + 'data_correctness_check' => 'Verifica della correttezza dei dati', + ), +) \ No newline at end of file diff --git a/it/object_damage_status_set.php b/it/object_damage_status_set.php index 34cd51d..0b7ab31 100644 --- a/it/object_damage_status_set.php +++ b/it/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'danni individuati', + 'repair_possible' => 'riparazione possibile', + 'repair_scheduled' => 'Riparazione programmata', + 'repaired' => 'riparato', + 'irreparable' => 'irreparabile', + ), +) \ No newline at end of file diff --git a/it/object_damage_types_set.php b/it/object_damage_types_set.php index 758b64a..af4947b 100644 --- a/it/object_damage_types_set.php +++ b/it/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'danno causato dall’acqua ', + 'breakage' => 'danno da rottura', + ), +) \ No newline at end of file diff --git a/it/object_form_set.php b/it/object_form_set.php index 48692e4..cb0be1c 100644 --- a/it/object_form_set.php +++ b/it/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'cubo', + 'cuboid' => 'parallelepipedo (a base rettangolare) ', + 'sphere' => 'sfera', + 'cone' => 'cono', + 'cylinder' => 'cilindro', + ), +) \ No newline at end of file diff --git a/it/object_publication_background.php b/it/object_publication_background.php index 6365379..4d53ae4 100644 --- a/it/object_publication_background.php +++ b/it/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'immagine pubblicata', + 1 => 'trascrizione pubblicata', + 2 => 'discussa/o', + 3 => 'discutere qualcosa in modo critico', + 4 => 'referenziata/o', + 5 => 'candidato', + ), +) \ No newline at end of file diff --git a/it/object_status.php b/it/object_status.php index c983321..b78fdf0 100644 --- a/it/object_status.php +++ b/it/object_status.php @@ -1,8 +1,14 @@ + array ( + 'owned' => 'proprietà del museo', + 'permanent_loan' => 'prestito a tempo indeterminato', + 'borrowed' => 'preso in prestito', + 'to_check_for_gift' => 'Per esame nel museo (donazione)', + 'to_check' => 'Per esame nel museo', + 'deaccessed' => 'riduzione', + 'third_party_property' => 'proprietà di terzi', + ), +) \ No newline at end of file diff --git a/it/phone_types.php b/it/phone_types.php index 1df9dd6..d56af9b 100644 --- a/it/phone_types.php +++ b/it/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'lavoro', + 'home' => '(a) casa', + 'mobile' => 'mobile', + 'work mobile' => 'mobile: lavoro', + 'fax' => 'fax', + 'fax work' => 'fax (lavoro)', + ), +) \ No newline at end of file diff --git a/it/placetypes.php b/it/placetypes.php index 4633246..771f4e2 100644 --- a/it/placetypes.php +++ b/it/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'amministrativo', + 1 => 'storico ', + 2 => 'regione', + 3 => 'strada', + 4 => 'edificio', + 5 => 'montagna', + 6 => 'bosco', + 7 => 'acque', + 8 => 'isola', + ), +) \ No newline at end of file diff --git a/it/podcast_contributor_roles.php b/it/podcast_contributor_roles.php index 0ff7a18..c3f1850 100644 --- a/it/podcast_contributor_roles.php +++ b/it/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'in onda', + 'recording' => 'registrazione', + 'technical_support' => 'supporto tecnico', + 'organization' => 'organizzazione', + ), +) \ No newline at end of file diff --git a/it/position_set.php b/it/position_set.php index a2aa8e4..c376ee8 100644 --- a/it/position_set.php +++ b/it/position_set.php @@ -1,13 +1,19 @@ + array ( + 'left' => 'sinistra', + 'top_left' => 'in alto a sinistra', + 'top' => 'sopra', + 'top_right' => 'in alto a destra', + 'right' => 'destra', + 'bottom_right' => 'in basso a destra', + 'bottom' => 'sotto / in basso', + 'bottom_left' => 'in basso a sinistra', + 'center' => 'centrale', + 'rear_side' => ' parte posteriore ', + 'edge' => 'bordo', + 'other' => 'altra/o', + ), +) \ No newline at end of file diff --git a/it/process_types.php b/it/process_types.php index 0b0ceb9..5cd5ac8 100644 --- a/it/process_types.php +++ b/it/process_types.php @@ -1,15 +1,21 @@ + array ( + 'project' => 'progetto', + 'grant_application' => 'Domanda di concessione', + 'exhibition' => 'esposizione', + 'appointment' => 'evento', + 'loan_incoming' => 'prestito interbiblioteca (in entrata)', + 'loan_outgoing' => 'prestito interbiblioteca (in uscita)', + 'employment_ad' => 'Annuncio di lavoro', + 'purchase' => 'acquisto', + 'deaccession' => 'disadesione', + 'construction' => 'misura di costruzione', + 'pest_control_campaign' => 'Campagna di controllo dei parassiti', + 'pr_campaign' => 'campagna di pubbliche relazioni', + 'relocation' => 'trasloco', + 'discussion' => 'discussione / votazione', + ), +) \ No newline at end of file diff --git a/it/recording_types_set.php b/it/recording_types_set.php index 55b0b4b..dbbbae8 100644 --- a/it/recording_types_set.php +++ b/it/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'audio', + 'video' => 'video', + ), +) \ No newline at end of file diff --git a/it/research_status.php b/it/research_status.php index 9b140b0..de16499 100644 --- a/it/research_status.php +++ b/it/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Non ben studiato ', + 'medium' => 'Parzialmente esplorato', + 'good' => 'Ben studiato', + ), +) \ No newline at end of file diff --git a/it/source_type_set.php b/it/source_type_set.php index 988d8b0..fc3da7d 100644 --- a/it/source_type_set.php +++ b/it/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'articolo', + 'inbook' => 'articolo in un volume', + 'book' => 'libro', + 'phdthesis' => 'tesi di dottorato', + 'electronical' => 'Risorsa elettronica', + 'misc' => 'altra/o', + 'patent' => 'brevetto (concesso) ', + 'unpublished' => 'inedito', + ), +) \ No newline at end of file diff --git a/it/space_access_status.php b/it/space_access_status.php index b216925..0cd1ad0 100644 --- a/it/space_access_status.php +++ b/it/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'entrare', + 'leave' => 'uscire', + ), +) \ No newline at end of file diff --git a/it/space_types.php b/it/space_types.php index cbc4358..87a28ac 100644 --- a/it/space_types.php +++ b/it/space_types.php @@ -1,12 +1,18 @@ + array ( + 'building' => 'edificio', + 'depot' => 'deposito', + 'utility_room' => 'stanza utile', + 'exhibition_room' => 'spazio espositivo ', + 'display_cabinet' => 'vetrina', + 'shelf' => 'scaffale', + 'box' => 'scatola', + 'folder' => 'cartella', + 'office' => 'ufficio', + 'floor' => 'piano', + 'hallway' => 'corridoio', + ), +) \ No newline at end of file diff --git a/it/syndication_repos.php b/it/syndication_repos.php index 2894d57..0434a34 100644 --- a/it/syndication_repos.php +++ b/it/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'Biblioteca digitale tedesca (DDB)', + 'europeana' => 'europeana', + 'smb-digital' => 'SMB-digitale', + 'kalliope-verbund' => 'unione di Calliope', + ), +) \ No newline at end of file diff --git a/it/timing_intervals_set.php b/it/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/it/timing_intervals_set.php +++ b/it/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/it/title_types_set.php b/it/title_types_set.php index eccb77c..79431e5 100644 --- a/it/title_types_set.php +++ b/it/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'scienza', + 'Everyday speech' => 'linguaggio quotidiano', + 'Colloquial speech' => 'lingua parlata ', + 'Dialect' => 'dialetto', + ), +) \ No newline at end of file diff --git a/it/todo_status.php b/it/todo_status.php index 65d11e5..4d43ba3 100644 --- a/it/todo_status.php +++ b/it/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'suggerito', + 'planned' => 'pianificata/o', + 'in_progress' => 'in corso', + 'done' => 'fatto', + 'cancelled' => 'annullata/o', + ), +) \ No newline at end of file diff --git a/it/units_length_set.php b/it/units_length_set.php index 9978725..4d5fe25 100644 --- a/it/units_length_set.php +++ b/it/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'mt', + 'dm' => 'd', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'pollice', + ), +) \ No newline at end of file diff --git a/it/units_weight_set.php b/it/units_weight_set.php index 67ad5eb..281515c 100644 --- a/it/units_weight_set.php +++ b/it/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/iw/actor_variant_types_set.php b/iw/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/iw/actor_variant_types_set.php +++ b/iw/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/iw/appointment_attendance_modes.php b/iw/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/iw/appointment_attendance_modes.php +++ b/iw/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/iw/appointment_cancellation_status_set.php b/iw/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/iw/appointment_cancellation_status_set.php +++ b/iw/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/iw/appointment_contributor_roles.php b/iw/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/iw/appointment_contributor_roles.php +++ b/iw/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/iw/appointment_status.php b/iw/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/iw/appointment_status.php +++ b/iw/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/iw/attendance_status_set.php b/iw/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/iw/attendance_status_set.php +++ b/iw/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/iw/closer_location_types_set.php b/iw/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/iw/closer_location_types_set.php +++ b/iw/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/iw/colors_set.php b/iw/colors_set.php index 36ff777..29fd180 100644 --- a/iw/colors_set.php +++ b/iw/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/iw/conservation_report_type_set.php b/iw/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/iw/conservation_report_type_set.php +++ b/iw/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/iw/currencies_set.php b/iw/currencies_set.php index 1288fda..7857173 100644 --- a/iw/currencies_set.php +++ b/iw/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/iw/custom_report_targets_set.php b/iw/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/iw/custom_report_targets_set.php +++ b/iw/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/iw/disposal_method_set.php b/iw/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/iw/disposal_method_set.php +++ b/iw/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/iw/entry_types.php b/iw/entry_types.php index 98516ae..ad250ac 100644 --- a/iw/entry_types.php +++ b/iw/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/iw/eventtype_name.php b/iw/eventtype_name.php index 7ceffd5..9b09e67 100644 --- a/iw/eventtype_name.php +++ b/iw/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'Created', + 2 => 'Found', + 3 => 'Published', + 4 => 'Creation of reference', + 5 => 'Was imaged', + 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 => 'Type description', + 19 => 'Drawn', + 20 => 'Copied (by hand)', + 21 => 'Has 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', + 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 => 'Restorated', + 45 => 'Damaged', + 46 => 'Destroyed', + 47 => 'Lost', + 48 => 'Edited', + 49 => 'Donated / present', + 50 => 'Inherited', + ), +) \ No newline at end of file diff --git a/iw/exhibition_contributor_roles.php b/iw/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/iw/exhibition_contributor_roles.php +++ b/iw/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/iw/gender_set.php b/iw/gender_set.php index be54d91..ca71a9d 100644 --- a/iw/gender_set.php +++ b/iw/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/iw/license_explica.php b/iw/license_explica.php index 4a00276..1bfa77b 100644 --- a/iw/license_explica.php +++ b/iw/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/iw/license_full_names.php b/iw/license_full_names.php index b01c6e0..59761d4 100644 --- a/iw/license_full_names.php +++ b/iw/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/iw/license_url.php b/iw/license_url.php index 6358421..4d0f886 100644 --- a/iw/license_url.php +++ b/iw/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/iw/loan_types.php b/iw/loan_types.php index ba16e2a..c1f58d7 100644 --- a/iw/loan_types.php +++ b/iw/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/iw/marking_types.php b/iw/marking_types.php index dbe8217..2d12847 100644 --- a/iw/marking_types.php +++ b/iw/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/iw/object_check_types_set.php b/iw/object_check_types_set.php index 6af1972..a35f413 100644 --- a/iw/object_check_types_set.php +++ b/iw/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/iw/object_damage_status_set.php b/iw/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/iw/object_damage_status_set.php +++ b/iw/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/iw/object_damage_types_set.php b/iw/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/iw/object_damage_types_set.php +++ b/iw/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/iw/object_form_set.php b/iw/object_form_set.php index e9654ab..68154a2 100644 --- a/iw/object_form_set.php +++ b/iw/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/iw/object_publication_background.php b/iw/object_publication_background.php index 4eea821..7665c20 100644 --- a/iw/object_publication_background.php +++ b/iw/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/iw/object_status.php b/iw/object_status.php index eacca3b..d73bc5d 100644 --- a/iw/object_status.php +++ b/iw/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/iw/phone_types.php b/iw/phone_types.php index 5a7b70f..ad5a575 100644 --- a/iw/phone_types.php +++ b/iw/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/iw/placetypes.php b/iw/placetypes.php index f748b53..abff49c 100644 --- a/iw/placetypes.php +++ b/iw/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrative', + 1 => 'Historical', + 2 => 'Region', + 3 => 'Street', + 4 => 'Building', + 5 => 'Mountains', + 6 => 'Forrest', + 7 => 'Body of water', + 8 => 'Island', + ), +) \ No newline at end of file diff --git a/iw/podcast_contributor_roles.php b/iw/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/iw/podcast_contributor_roles.php +++ b/iw/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/iw/position_set.php b/iw/position_set.php index 23b2652..ecea438 100644 --- a/iw/position_set.php +++ b/iw/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/iw/process_types.php b/iw/process_types.php index 580383c..5683c0c 100644 --- a/iw/process_types.php +++ b/iw/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/iw/recording_types_set.php b/iw/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/iw/recording_types_set.php +++ b/iw/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/iw/research_status.php b/iw/research_status.php index d2b453b..14bf8a8 100644 --- a/iw/research_status.php +++ b/iw/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/iw/source_type_set.php b/iw/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/iw/source_type_set.php +++ b/iw/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/iw/space_access_status.php b/iw/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/iw/space_access_status.php +++ b/iw/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/iw/space_types.php b/iw/space_types.php index bfc9a9e..1a09db8 100644 --- a/iw/space_types.php +++ b/iw/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/iw/syndication_repos.php b/iw/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/iw/syndication_repos.php +++ b/iw/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/iw/timing_intervals_set.php b/iw/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/iw/timing_intervals_set.php +++ b/iw/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/iw/title_types_set.php b/iw/title_types_set.php index d41ad98..1977875 100644 --- a/iw/title_types_set.php +++ b/iw/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/iw/todo_status.php b/iw/todo_status.php index 4509864..3b6981f 100644 --- a/iw/todo_status.php +++ b/iw/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/iw/units_length_set.php b/iw/units_length_set.php index eb817b5..d82b71b 100644 --- a/iw/units_length_set.php +++ b/iw/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/iw/units_weight_set.php b/iw/units_weight_set.php index 67ad5eb..281515c 100644 --- a/iw/units_weight_set.php +++ b/iw/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/nl/actor_variant_types_set.php b/nl/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/nl/actor_variant_types_set.php +++ b/nl/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/nl/appointment_attendance_modes.php b/nl/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/nl/appointment_attendance_modes.php +++ b/nl/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/nl/appointment_cancellation_status_set.php b/nl/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/nl/appointment_cancellation_status_set.php +++ b/nl/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/nl/appointment_contributor_roles.php b/nl/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/nl/appointment_contributor_roles.php +++ b/nl/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/nl/appointment_status.php b/nl/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/nl/appointment_status.php +++ b/nl/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/nl/attendance_status_set.php b/nl/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/nl/attendance_status_set.php +++ b/nl/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/nl/closer_location_types_set.php b/nl/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/nl/closer_location_types_set.php +++ b/nl/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/nl/colors_set.php b/nl/colors_set.php index 36ff777..29fd180 100644 --- a/nl/colors_set.php +++ b/nl/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/nl/conservation_report_type_set.php b/nl/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/nl/conservation_report_type_set.php +++ b/nl/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/nl/currencies_set.php b/nl/currencies_set.php index 1288fda..7857173 100644 --- a/nl/currencies_set.php +++ b/nl/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/nl/custom_report_targets_set.php b/nl/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/nl/custom_report_targets_set.php +++ b/nl/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/nl/disposal_method_set.php b/nl/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/nl/disposal_method_set.php +++ b/nl/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/nl/entry_types.php b/nl/entry_types.php index 98516ae..ad250ac 100644 --- a/nl/entry_types.php +++ b/nl/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/nl/eventtype_name.php b/nl/eventtype_name.php index ee49859..9bbf7f4 100644 --- a/nl/eventtype_name.php +++ b/nl/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'Hergestellt', + 2 => 'Gefunden', + 3 => 'Veröffentlicht', + 4 => 'Vorlagenerstellung', + 5 => 'Wurde abgebildet', + 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 => 'Was depicted', + 37 => 'Painted on', + 38 => 'Illustrated', + 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', + ), +) \ No newline at end of file diff --git a/nl/exhibition_contributor_roles.php b/nl/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/nl/exhibition_contributor_roles.php +++ b/nl/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/nl/gender_set.php b/nl/gender_set.php index be54d91..ca71a9d 100644 --- a/nl/gender_set.php +++ b/nl/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/nl/license_explica.php b/nl/license_explica.php index 4a00276..1bfa77b 100644 --- a/nl/license_explica.php +++ b/nl/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/nl/license_full_names.php b/nl/license_full_names.php index b01c6e0..59761d4 100644 --- a/nl/license_full_names.php +++ b/nl/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/nl/license_url.php b/nl/license_url.php index 6358421..4d0f886 100644 --- a/nl/license_url.php +++ b/nl/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/nl/loan_types.php b/nl/loan_types.php index ba16e2a..c1f58d7 100644 --- a/nl/loan_types.php +++ b/nl/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/nl/marking_types.php b/nl/marking_types.php index dbe8217..2d12847 100644 --- a/nl/marking_types.php +++ b/nl/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/nl/object_check_types_set.php b/nl/object_check_types_set.php index 6af1972..a35f413 100644 --- a/nl/object_check_types_set.php +++ b/nl/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/nl/object_damage_status_set.php b/nl/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/nl/object_damage_status_set.php +++ b/nl/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/nl/object_damage_types_set.php b/nl/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/nl/object_damage_types_set.php +++ b/nl/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/nl/object_form_set.php b/nl/object_form_set.php index e9654ab..68154a2 100644 --- a/nl/object_form_set.php +++ b/nl/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/nl/object_publication_background.php b/nl/object_publication_background.php index 4eea821..7665c20 100644 --- a/nl/object_publication_background.php +++ b/nl/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/nl/object_status.php b/nl/object_status.php index eacca3b..d73bc5d 100644 --- a/nl/object_status.php +++ b/nl/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/nl/phone_types.php b/nl/phone_types.php index 5a7b70f..ad5a575 100644 --- a/nl/phone_types.php +++ b/nl/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/nl/placetypes.php b/nl/placetypes.php index f748b53..abff49c 100644 --- a/nl/placetypes.php +++ b/nl/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrative', + 1 => 'Historical', + 2 => 'Region', + 3 => 'Street', + 4 => 'Building', + 5 => 'Mountains', + 6 => 'Forrest', + 7 => 'Body of water', + 8 => 'Island', + ), +) \ No newline at end of file diff --git a/nl/podcast_contributor_roles.php b/nl/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/nl/podcast_contributor_roles.php +++ b/nl/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/nl/position_set.php b/nl/position_set.php index 23b2652..ecea438 100644 --- a/nl/position_set.php +++ b/nl/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/nl/process_types.php b/nl/process_types.php index 580383c..5683c0c 100644 --- a/nl/process_types.php +++ b/nl/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/nl/recording_types_set.php b/nl/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/nl/recording_types_set.php +++ b/nl/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/nl/research_status.php b/nl/research_status.php index d2b453b..14bf8a8 100644 --- a/nl/research_status.php +++ b/nl/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/nl/source_type_set.php b/nl/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/nl/source_type_set.php +++ b/nl/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/nl/space_access_status.php b/nl/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/nl/space_access_status.php +++ b/nl/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/nl/space_types.php b/nl/space_types.php index bfc9a9e..1a09db8 100644 --- a/nl/space_types.php +++ b/nl/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/nl/syndication_repos.php b/nl/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/nl/syndication_repos.php +++ b/nl/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/nl/timing_intervals_set.php b/nl/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/nl/timing_intervals_set.php +++ b/nl/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/nl/title_types_set.php b/nl/title_types_set.php index d41ad98..1977875 100644 --- a/nl/title_types_set.php +++ b/nl/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/nl/todo_status.php b/nl/todo_status.php index 4509864..3b6981f 100644 --- a/nl/todo_status.php +++ b/nl/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/nl/units_length_set.php b/nl/units_length_set.php index eb817b5..d82b71b 100644 --- a/nl/units_length_set.php +++ b/nl/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/nl/units_weight_set.php b/nl/units_weight_set.php index 67ad5eb..281515c 100644 --- a/nl/units_weight_set.php +++ b/nl/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/pl/actor_variant_types_set.php b/pl/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/pl/actor_variant_types_set.php +++ b/pl/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/pl/appointment_attendance_modes.php b/pl/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/pl/appointment_attendance_modes.php +++ b/pl/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/pl/appointment_cancellation_status_set.php b/pl/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/pl/appointment_cancellation_status_set.php +++ b/pl/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/pl/appointment_contributor_roles.php b/pl/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/pl/appointment_contributor_roles.php +++ b/pl/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/pl/appointment_status.php b/pl/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/pl/appointment_status.php +++ b/pl/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/pl/attendance_status_set.php b/pl/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/pl/attendance_status_set.php +++ b/pl/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/pl/closer_location_types_set.php b/pl/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/pl/closer_location_types_set.php +++ b/pl/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/pl/colors_set.php b/pl/colors_set.php index 36ff777..29fd180 100644 --- a/pl/colors_set.php +++ b/pl/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/pl/conservation_report_type_set.php b/pl/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/pl/conservation_report_type_set.php +++ b/pl/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/pl/currencies_set.php b/pl/currencies_set.php index 1288fda..7857173 100644 --- a/pl/currencies_set.php +++ b/pl/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/pl/custom_report_targets_set.php b/pl/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/pl/custom_report_targets_set.php +++ b/pl/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/pl/disposal_method_set.php b/pl/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/pl/disposal_method_set.php +++ b/pl/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/pl/entry_types.php b/pl/entry_types.php index 98516ae..ad250ac 100644 --- a/pl/entry_types.php +++ b/pl/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/pl/eventtype_name.php b/pl/eventtype_name.php index cb31a09..638f57e 100644 --- a/pl/eventtype_name.php +++ b/pl/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'Utworzenie', + 2 => 'Znalezienie', + 3 => 'Opublikowanie', + 4 => 'Utworzenie odniesienia', + 5 => 'Zobrazowanie', + 6 => 'Użycie', + 7 => 'Napisanie', + 8 => 'Zebranie', + 9 => 'Namalowanie', + 10 => 'Sfotografowanie', + 11 => 'Otrzymanie', + 12 => 'Wyprodukowanie matrycy', + 13 => 'Wysłanie', + 14 => 'Wydanie', + 15 => 'Podpisanie', + 16 => 'Opis typu', + 19 => 'Narysowanie', + 20 => 'Skopiowanie (ręcznie)', + 21 => 'Czas życia', + 22 => '[Związek z miejscem]', + 23 => '[Związek z osobą lub instytucją]', + 24 => '[Związek z okresem czasu]', + 25 => 'Zamówienie', + 26 => 'Wydrukowanie', + 27 => 'Nagranie', + 28 => 'Wykonanie', + 29 => 'Zaprojektowanie dekoracji', + 30 => 'Zaprojektowanie formy', + 31 => 'Wykonanie modelu', + 32 => 'Podpisanie', + 33 => 'Wzmiankowanie', + 34 => 'Pochowanie', + 35 => 'Stworzenie', + 36 => 'Was depicted', + 37 => 'Painted on', + 38 => 'Illustrated', + 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', + ), +) \ No newline at end of file diff --git a/pl/exhibition_contributor_roles.php b/pl/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/pl/exhibition_contributor_roles.php +++ b/pl/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/pl/gender_set.php b/pl/gender_set.php index be54d91..ca71a9d 100644 --- a/pl/gender_set.php +++ b/pl/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/pl/license_explica.php b/pl/license_explica.php index 4a00276..1bfa77b 100644 --- a/pl/license_explica.php +++ b/pl/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/pl/license_full_names.php b/pl/license_full_names.php index b01c6e0..59761d4 100644 --- a/pl/license_full_names.php +++ b/pl/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/pl/license_url.php b/pl/license_url.php index 6358421..4d0f886 100644 --- a/pl/license_url.php +++ b/pl/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/pl/loan_types.php b/pl/loan_types.php index ba16e2a..c1f58d7 100644 --- a/pl/loan_types.php +++ b/pl/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/pl/marking_types.php b/pl/marking_types.php index dbe8217..2d12847 100644 --- a/pl/marking_types.php +++ b/pl/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/pl/object_check_types_set.php b/pl/object_check_types_set.php index 6af1972..a35f413 100644 --- a/pl/object_check_types_set.php +++ b/pl/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/pl/object_damage_status_set.php b/pl/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/pl/object_damage_status_set.php +++ b/pl/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/pl/object_damage_types_set.php b/pl/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/pl/object_damage_types_set.php +++ b/pl/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/pl/object_form_set.php b/pl/object_form_set.php index e9654ab..68154a2 100644 --- a/pl/object_form_set.php +++ b/pl/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/pl/object_publication_background.php b/pl/object_publication_background.php index 4eea821..7665c20 100644 --- a/pl/object_publication_background.php +++ b/pl/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/pl/object_status.php b/pl/object_status.php index eacca3b..d73bc5d 100644 --- a/pl/object_status.php +++ b/pl/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/pl/phone_types.php b/pl/phone_types.php index 5a7b70f..ad5a575 100644 --- a/pl/phone_types.php +++ b/pl/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/pl/placetypes.php b/pl/placetypes.php index f748b53..abff49c 100644 --- a/pl/placetypes.php +++ b/pl/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrative', + 1 => 'Historical', + 2 => 'Region', + 3 => 'Street', + 4 => 'Building', + 5 => 'Mountains', + 6 => 'Forrest', + 7 => 'Body of water', + 8 => 'Island', + ), +) \ No newline at end of file diff --git a/pl/podcast_contributor_roles.php b/pl/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/pl/podcast_contributor_roles.php +++ b/pl/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/pl/position_set.php b/pl/position_set.php index 23b2652..ecea438 100644 --- a/pl/position_set.php +++ b/pl/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/pl/process_types.php b/pl/process_types.php index 580383c..5683c0c 100644 --- a/pl/process_types.php +++ b/pl/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/pl/recording_types_set.php b/pl/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/pl/recording_types_set.php +++ b/pl/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/pl/research_status.php b/pl/research_status.php index d2b453b..14bf8a8 100644 --- a/pl/research_status.php +++ b/pl/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/pl/source_type_set.php b/pl/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/pl/source_type_set.php +++ b/pl/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/pl/space_access_status.php b/pl/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/pl/space_access_status.php +++ b/pl/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/pl/space_types.php b/pl/space_types.php index bfc9a9e..1a09db8 100644 --- a/pl/space_types.php +++ b/pl/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/pl/syndication_repos.php b/pl/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/pl/syndication_repos.php +++ b/pl/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/pl/timing_intervals_set.php b/pl/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/pl/timing_intervals_set.php +++ b/pl/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/pl/title_types_set.php b/pl/title_types_set.php index d41ad98..1977875 100644 --- a/pl/title_types_set.php +++ b/pl/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/pl/todo_status.php b/pl/todo_status.php index 4509864..3b6981f 100644 --- a/pl/todo_status.php +++ b/pl/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/pl/units_length_set.php b/pl/units_length_set.php index eb817b5..d82b71b 100644 --- a/pl/units_length_set.php +++ b/pl/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/pl/units_weight_set.php b/pl/units_weight_set.php index 67ad5eb..281515c 100644 --- a/pl/units_weight_set.php +++ b/pl/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/pt/actor_variant_types_set.php b/pt/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/pt/actor_variant_types_set.php +++ b/pt/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/pt/appointment_attendance_modes.php b/pt/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/pt/appointment_attendance_modes.php +++ b/pt/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/pt/appointment_cancellation_status_set.php b/pt/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/pt/appointment_cancellation_status_set.php +++ b/pt/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/pt/appointment_contributor_roles.php b/pt/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/pt/appointment_contributor_roles.php +++ b/pt/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/pt/appointment_status.php b/pt/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/pt/appointment_status.php +++ b/pt/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/pt/attendance_status_set.php b/pt/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/pt/attendance_status_set.php +++ b/pt/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/pt/closer_location_types_set.php b/pt/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/pt/closer_location_types_set.php +++ b/pt/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/pt/colors_set.php b/pt/colors_set.php index 36ff777..29fd180 100644 --- a/pt/colors_set.php +++ b/pt/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/pt/conservation_report_type_set.php b/pt/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/pt/conservation_report_type_set.php +++ b/pt/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/pt/currencies_set.php b/pt/currencies_set.php index 1288fda..7857173 100644 --- a/pt/currencies_set.php +++ b/pt/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/pt/custom_report_targets_set.php b/pt/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/pt/custom_report_targets_set.php +++ b/pt/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/pt/disposal_method_set.php b/pt/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/pt/disposal_method_set.php +++ b/pt/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/pt/entry_types.php b/pt/entry_types.php index 98516ae..ad250ac 100644 --- a/pt/entry_types.php +++ b/pt/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/pt/eventtype_name.php b/pt/eventtype_name.php index 1748915..cfb22c2 100644 --- a/pt/eventtype_name.php +++ b/pt/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'Criado em', + 2 => 'Encontrado em', + 3 => 'Publicado em', + 4 => 'Referência criada', + 5 => 'Foi retratado', + 6 => 'Foi utilizado', + 7 => 'Escrito em', + 8 => 'Coletado em', + 9 => 'Pintado em', + 10 => 'Foi fotografado', + 11 => 'Recebido em', + 12 => 'Placa de impressão produzida em', + 13 => 'Enviado', + 14 => 'Emitido', + 15 => 'Assinado', + 16 => 'Descrição inicial', + 19 => 'Desenhado em', + 20 => 'Copiado (à mão)', + 21 => 'Viveu em', + 22 => '[Referência geográfica]', + 23 => '[Relação com uma pessoa física ou uma instituição]', + 24 => '[Relação ao tempo]', + 25 => 'Comissionado por', + 26 => 'Impresso', + 27 => 'Registrado', + 28 => 'Cantado', + 29 => 'Concepção do design', + 30 => 'Concepção da forma', + 31 => 'Modelado', + 32 => 'Autografado', + 33 => 'Foi mencionado', + 34 => 'Foi finalizado em', + 35 => 'Criação intelectual', + 36 => 'Was depicted', + 37 => 'Painted on', + 38 => 'Illustrated', + 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', + ), +) \ No newline at end of file diff --git a/pt/exhibition_contributor_roles.php b/pt/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/pt/exhibition_contributor_roles.php +++ b/pt/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/pt/gender_set.php b/pt/gender_set.php index be54d91..ca71a9d 100644 --- a/pt/gender_set.php +++ b/pt/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/pt/license_explica.php b/pt/license_explica.php index 4a00276..1bfa77b 100644 --- a/pt/license_explica.php +++ b/pt/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/pt/license_full_names.php b/pt/license_full_names.php index b01c6e0..59761d4 100644 --- a/pt/license_full_names.php +++ b/pt/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/pt/license_url.php b/pt/license_url.php index 6358421..4d0f886 100644 --- a/pt/license_url.php +++ b/pt/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/pt/loan_types.php b/pt/loan_types.php index ba16e2a..c1f58d7 100644 --- a/pt/loan_types.php +++ b/pt/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/pt/marking_types.php b/pt/marking_types.php index dbe8217..2d12847 100644 --- a/pt/marking_types.php +++ b/pt/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/pt/object_check_types_set.php b/pt/object_check_types_set.php index 6af1972..a35f413 100644 --- a/pt/object_check_types_set.php +++ b/pt/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/pt/object_damage_status_set.php b/pt/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/pt/object_damage_status_set.php +++ b/pt/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/pt/object_damage_types_set.php b/pt/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/pt/object_damage_types_set.php +++ b/pt/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/pt/object_form_set.php b/pt/object_form_set.php index e9654ab..68154a2 100644 --- a/pt/object_form_set.php +++ b/pt/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/pt/object_publication_background.php b/pt/object_publication_background.php index 4eea821..7665c20 100644 --- a/pt/object_publication_background.php +++ b/pt/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/pt/object_status.php b/pt/object_status.php index eacca3b..d73bc5d 100644 --- a/pt/object_status.php +++ b/pt/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/pt/phone_types.php b/pt/phone_types.php index 5a7b70f..ad5a575 100644 --- a/pt/phone_types.php +++ b/pt/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/pt/placetypes.php b/pt/placetypes.php index f748b53..abff49c 100644 --- a/pt/placetypes.php +++ b/pt/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrative', + 1 => 'Historical', + 2 => 'Region', + 3 => 'Street', + 4 => 'Building', + 5 => 'Mountains', + 6 => 'Forrest', + 7 => 'Body of water', + 8 => 'Island', + ), +) \ No newline at end of file diff --git a/pt/podcast_contributor_roles.php b/pt/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/pt/podcast_contributor_roles.php +++ b/pt/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/pt/position_set.php b/pt/position_set.php index 23b2652..ecea438 100644 --- a/pt/position_set.php +++ b/pt/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/pt/process_types.php b/pt/process_types.php index 580383c..5683c0c 100644 --- a/pt/process_types.php +++ b/pt/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/pt/recording_types_set.php b/pt/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/pt/recording_types_set.php +++ b/pt/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/pt/research_status.php b/pt/research_status.php index d2b453b..14bf8a8 100644 --- a/pt/research_status.php +++ b/pt/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/pt/source_type_set.php b/pt/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/pt/source_type_set.php +++ b/pt/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/pt/space_access_status.php b/pt/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/pt/space_access_status.php +++ b/pt/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/pt/space_types.php b/pt/space_types.php index bfc9a9e..1a09db8 100644 --- a/pt/space_types.php +++ b/pt/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/pt/syndication_repos.php b/pt/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/pt/syndication_repos.php +++ b/pt/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/pt/timing_intervals_set.php b/pt/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/pt/timing_intervals_set.php +++ b/pt/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/pt/title_types_set.php b/pt/title_types_set.php index d41ad98..1977875 100644 --- a/pt/title_types_set.php +++ b/pt/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/pt/todo_status.php b/pt/todo_status.php index 4509864..3b6981f 100644 --- a/pt/todo_status.php +++ b/pt/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/pt/units_length_set.php b/pt/units_length_set.php index eb817b5..d82b71b 100644 --- a/pt/units_length_set.php +++ b/pt/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/pt/units_weight_set.php b/pt/units_weight_set.php index 67ad5eb..281515c 100644 --- a/pt/units_weight_set.php +++ b/pt/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/qu/actor_variant_types_set.php b/qu/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/qu/actor_variant_types_set.php +++ b/qu/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/qu/appointment_attendance_modes.php b/qu/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/qu/appointment_attendance_modes.php +++ b/qu/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/qu/appointment_cancellation_status_set.php b/qu/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/qu/appointment_cancellation_status_set.php +++ b/qu/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/qu/appointment_contributor_roles.php b/qu/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/qu/appointment_contributor_roles.php +++ b/qu/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/qu/appointment_status.php b/qu/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/qu/appointment_status.php +++ b/qu/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/qu/attendance_status_set.php b/qu/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/qu/attendance_status_set.php +++ b/qu/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/qu/closer_location_types_set.php b/qu/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/qu/closer_location_types_set.php +++ b/qu/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/qu/colors_set.php b/qu/colors_set.php index 36ff777..29fd180 100644 --- a/qu/colors_set.php +++ b/qu/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/qu/conservation_report_type_set.php b/qu/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/qu/conservation_report_type_set.php +++ b/qu/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/qu/currencies_set.php b/qu/currencies_set.php index 1288fda..7857173 100644 --- a/qu/currencies_set.php +++ b/qu/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/qu/custom_report_targets_set.php b/qu/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/qu/custom_report_targets_set.php +++ b/qu/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/qu/disposal_method_set.php b/qu/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/qu/disposal_method_set.php +++ b/qu/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/qu/entry_types.php b/qu/entry_types.php index 98516ae..ad250ac 100644 --- a/qu/entry_types.php +++ b/qu/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/qu/eventtype_name.php b/qu/eventtype_name.php index a565ace..868c28c 100644 --- a/qu/eventtype_name.php +++ b/qu/eventtype_name.php @@ -1,49 +1,55 @@ + 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 => 'Restorated', + 45 => 'Damaged', + 46 => 'Destroyed', + 47 => 'Lost', + 48 => 'Edited', + 49 => 'Donated / present', + 50 => 'Inherited', + ), +) \ No newline at end of file diff --git a/qu/exhibition_contributor_roles.php b/qu/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/qu/exhibition_contributor_roles.php +++ b/qu/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/qu/gender_set.php b/qu/gender_set.php index be54d91..ca71a9d 100644 --- a/qu/gender_set.php +++ b/qu/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/qu/license_explica.php b/qu/license_explica.php index 4a00276..1bfa77b 100644 --- a/qu/license_explica.php +++ b/qu/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/qu/license_full_names.php b/qu/license_full_names.php index b01c6e0..59761d4 100644 --- a/qu/license_full_names.php +++ b/qu/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/qu/license_url.php b/qu/license_url.php index 6358421..4d0f886 100644 --- a/qu/license_url.php +++ b/qu/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/qu/loan_types.php b/qu/loan_types.php index ba16e2a..c1f58d7 100644 --- a/qu/loan_types.php +++ b/qu/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/qu/marking_types.php b/qu/marking_types.php index dbe8217..2d12847 100644 --- a/qu/marking_types.php +++ b/qu/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/qu/object_check_types_set.php b/qu/object_check_types_set.php index 6af1972..a35f413 100644 --- a/qu/object_check_types_set.php +++ b/qu/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/qu/object_damage_status_set.php b/qu/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/qu/object_damage_status_set.php +++ b/qu/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/qu/object_damage_types_set.php b/qu/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/qu/object_damage_types_set.php +++ b/qu/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/qu/object_form_set.php b/qu/object_form_set.php index e9654ab..68154a2 100644 --- a/qu/object_form_set.php +++ b/qu/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/qu/object_publication_background.php b/qu/object_publication_background.php index 4eea821..7665c20 100644 --- a/qu/object_publication_background.php +++ b/qu/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/qu/object_status.php b/qu/object_status.php index eacca3b..d73bc5d 100644 --- a/qu/object_status.php +++ b/qu/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/qu/phone_types.php b/qu/phone_types.php index 5a7b70f..ad5a575 100644 --- a/qu/phone_types.php +++ b/qu/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/qu/placetypes.php b/qu/placetypes.php index f748b53..abff49c 100644 --- a/qu/placetypes.php +++ b/qu/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrative', + 1 => 'Historical', + 2 => 'Region', + 3 => 'Street', + 4 => 'Building', + 5 => 'Mountains', + 6 => 'Forrest', + 7 => 'Body of water', + 8 => 'Island', + ), +) \ No newline at end of file diff --git a/qu/podcast_contributor_roles.php b/qu/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/qu/podcast_contributor_roles.php +++ b/qu/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/qu/position_set.php b/qu/position_set.php index 23b2652..ecea438 100644 --- a/qu/position_set.php +++ b/qu/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/qu/process_types.php b/qu/process_types.php index 580383c..5683c0c 100644 --- a/qu/process_types.php +++ b/qu/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/qu/recording_types_set.php b/qu/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/qu/recording_types_set.php +++ b/qu/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/qu/research_status.php b/qu/research_status.php index d2b453b..14bf8a8 100644 --- a/qu/research_status.php +++ b/qu/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/qu/source_type_set.php b/qu/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/qu/source_type_set.php +++ b/qu/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/qu/space_access_status.php b/qu/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/qu/space_access_status.php +++ b/qu/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/qu/space_types.php b/qu/space_types.php index bfc9a9e..1a09db8 100644 --- a/qu/space_types.php +++ b/qu/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/qu/syndication_repos.php b/qu/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/qu/syndication_repos.php +++ b/qu/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/qu/timing_intervals_set.php b/qu/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/qu/timing_intervals_set.php +++ b/qu/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/qu/title_types_set.php b/qu/title_types_set.php index d41ad98..1977875 100644 --- a/qu/title_types_set.php +++ b/qu/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/qu/todo_status.php b/qu/todo_status.php index 4509864..3b6981f 100644 --- a/qu/todo_status.php +++ b/qu/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/qu/units_length_set.php b/qu/units_length_set.php index eb817b5..d82b71b 100644 --- a/qu/units_length_set.php +++ b/qu/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/qu/units_weight_set.php b/qu/units_weight_set.php index 67ad5eb..281515c 100644 --- a/qu/units_weight_set.php +++ b/qu/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/ru/actor_variant_types_set.php b/ru/actor_variant_types_set.php index 9ed6117..bea4ca8 100644 --- a/ru/actor_variant_types_set.php +++ b/ru/actor_variant_types_set.php @@ -1,10 +1,16 @@ + array ( + 'birth_name' => 'Имя при рождении', + 'married_name' => 'Фамилия в браке', + 'monastic_name' => 'Монашеское имя', + 'pseudonym' => 'Псевдоним', + 'regnal_name' => 'Тронное имя', + 'nickname' => 'Прозвище', + 'artist_name' => 'Имя мастера', + 'civil_name' => 'Гражданское имя', + 'generic_other_name' => 'Альтернативное название (общее)', + ), +) \ No newline at end of file diff --git a/ru/appointment_attendance_modes.php b/ru/appointment_attendance_modes.php index 642790d..fb8b881 100644 --- a/ru/appointment_attendance_modes.php +++ b/ru/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Офлайн', + 'online' => 'Онлайн', + 'mixed' => 'Офлайн и онлайн', + ), +) \ No newline at end of file diff --git a/ru/appointment_cancellation_status_set.php b/ru/appointment_cancellation_status_set.php index c946bfa..92a3a33 100644 --- a/ru/appointment_cancellation_status_set.php +++ b/ru/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Запланировано или выполнено в соответствии с планом', + 'cancelled' => 'Отменено', + ), +) \ No newline at end of file diff --git a/ru/appointment_contributor_roles.php b/ru/appointment_contributor_roles.php index 6ad2217..b7c66b5 100644 --- a/ru/appointment_contributor_roles.php +++ b/ru/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Организатор', + 'presenter' => 'Представляющий', + ), +) \ No newline at end of file diff --git a/ru/appointment_status.php b/ru/appointment_status.php index 76aa89b..f9c1b3d 100644 --- a/ru/appointment_status.php +++ b/ru/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Запланировано', + 'cancelled' => 'Отменено', + 'moved_online' => 'Перемещено в онлайн', + 'postponed' => 'Отложено', + ), +) \ No newline at end of file diff --git a/ru/attendance_status_set.php b/ru/attendance_status_set.php index e5f8cb0..b52a726 100644 --- a/ru/attendance_status_set.php +++ b/ru/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Офлайн', + 'online' => 'Онлайн', + ), +) \ No newline at end of file diff --git a/ru/closer_location_types_set.php b/ru/closer_location_types_set.php index 5fc43a5..ba93dde 100644 --- a/ru/closer_location_types_set.php +++ b/ru/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Место проведения записи', + 2 => 'Место обнаружения', + 3 => 'Прежнее место', + ), +) \ No newline at end of file diff --git a/ru/colors_set.php b/ru/colors_set.php index 29560a6..ac75b4e 100644 --- a/ru/colors_set.php +++ b/ru/colors_set.php @@ -1,17 +1,23 @@ + array ( + 'black' => 'Черный', + 'green' => 'Зеленый', + 'silver' => 'Серебрянный', + 'lime' => 'Лайм', + 'gray' => 'Серый', + 'olive' => 'Оливковый', + 'white' => 'Белый', + 'yellow' => 'Желтый', + 'maroon' => 'Темно-бордовый', + 'navy' => 'Темно-синий', + 'red' => 'Красный', + 'blue' => 'Голубой', + 'purple' => 'Пурпурный', + 'teal' => 'Бирюзовый', + 'fuchsia' => 'Фуксия', + 'aqua' => 'Морская волна', + ), +) \ No newline at end of file diff --git a/ru/conservation_report_type_set.php b/ru/conservation_report_type_set.php index 32c3e04..eab0322 100644 --- a/ru/conservation_report_type_set.php +++ b/ru/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Повреждение', + 'conservation' => 'Консервация', + 'condition' => 'Состояние', + 'restoration' => 'Реставрация', + 'other_report' => 'Другое', + 'other' => 'Другое', + ), +) \ No newline at end of file diff --git a/ru/currencies_set.php b/ru/currencies_set.php index f32b560..c89164d 100644 --- a/ru/currencies_set.php +++ b/ru/currencies_set.php @@ -1,21 +1,30 @@ + array ( + 'eu-EUR' => 'Евро', + 'de-DM' => 'Немецкая марка', + 'de-RM' => 'Рейхсмарка (Германия)', + 'es-Real' => 'Испанский реал', + 'hu-Ft' => 'Форинт', + 'hu-Lari' => 'Лари', + 'hu-Pengő' => 'Пенгё', + 'id-IDR' => 'Индонезийская рупия', + 'pl-Złoty' => 'Злотый', + 'us-USD' => 'Доллар США', + 'ddr-Mark' => 'Марка (ГДР)', + 'ddr-MDN' => 'Марка MDN (ГДР)', + 'hu-Korona' => 'Австро-венгерская крона', + 'fr-FF' => 'Французский франк', + 'uk-GBP' => 'Фунт стерлингов', + 'by-BYN' => 'Беларусский рубль', + 'ru-RUB' => 'Российский рубль', + 'su-SUR' => 'Советский рубль', + 'ua-UAH' => 'Украинская гривна', + ), + 'license_full_names' => + array ( + 'CC BY-NC-ND' => 'Атрибуция - Без коммерции - Без дериватов', + ), +) \ No newline at end of file diff --git a/ru/custom_report_targets_set.php b/ru/custom_report_targets_set.php index 5c6c542..a0732df 100644 --- a/ru/custom_report_targets_set.php +++ b/ru/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Одиночный объект', + 'object_list' => 'Много объектов', + 'loan' => 'Займ', + 'exhibition' => 'Выставка', + ), +) \ No newline at end of file diff --git a/ru/disposal_method_set.php b/ru/disposal_method_set.php index ae545b3..875db8c 100644 --- a/ru/disposal_method_set.php +++ b/ru/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Продано', + 'destroyed' => 'Уничтожено', + 'garbage' => 'Выброшено', + ), +) \ No newline at end of file diff --git a/ru/entry_types.php b/ru/entry_types.php index 7fe3925..f776c15 100644 --- a/ru/entry_types.php +++ b/ru/entry_types.php @@ -1,19 +1,25 @@ + array ( + 0 => '', + 1 => 'Пожертвование', + 2 => 'Покупка', + 3 => 'Раскопки', + 4 => 'Аварийно-спасательные мероприятия', + 5 => 'Наследство', + 6 => 'Дотационный фонд', + 7 => 'Отчуждение собственности', + 8 => 'Первоначальное состояние', + 9 => 'Заём', + 10 => 'Обмен', + 11 => 'Собственное производство', + 12 => 'Деформация материала', + 14 => 'Прецедент', + 15 => 'Находка', + 98 => 'Подлежит проверке', + 99 => 'Иное законное приобретение', + 16 => 'Бессрочный заём', + ), +) \ No newline at end of file diff --git a/ru/eventtype_name.php b/ru/eventtype_name.php index 9689925..8f3de59 100644 --- a/ru/eventtype_name.php +++ b/ru/eventtype_name.php @@ -1,49 +1,55 @@ + 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 => 'Собрано', + 40 => 'Продано с аукциона', + 41 => 'Куплено', + 42 => 'Принадлежало', + 43 => 'Продано', + 44 => 'Отреставрировано', + 45 => 'Повреждено', + 46 => 'Уничтожено', + 47 => 'Утрачено/Потеряно', + 48 => 'Отредактировано', + 49 => 'Пожертвовано / подарено', + 50 => 'Унаследовано', + ), +) \ No newline at end of file diff --git a/ru/exhibition_contributor_roles.php b/ru/exhibition_contributor_roles.php index 62aeb0f..f23479e 100644 --- a/ru/exhibition_contributor_roles.php +++ b/ru/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Концепт', + 'curator' => 'Куратор', + 'design' => 'Дизайн', + 'coordinator' => 'Координатор', + 'protagonist' => 'Протагонист', + ), +) \ No newline at end of file diff --git a/ru/gender_set.php b/ru/gender_set.php index 9f624a4..e4ee7dd 100644 --- a/ru/gender_set.php +++ b/ru/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Женский', + 'male' => 'Мужской', + 'other' => 'Другой', + ), +) \ No newline at end of file diff --git a/ru/license_explica.php b/ru/license_explica.php index 3d3cc52..bf8fe3d 100644 --- a/ru/license_explica.php +++ b/ru/license_explica.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'В некоммерческих целях материал может быть использован (даже изменён) свободно при условии указания авторства. Статус прав должен быть сохранен в том же виде, что и в случае распространения.', + 'CC BY-NC-ND' => 'В некоммерческих целях материал может быть использован свободно при условии указания авторства. Не допускается внесение изменений.', + 'CC BY-NC' => 'В некоммерческих целях материал может быть использован свободно при условии указания авторства.', + 'CC BY-ND' => 'Материал может быть использован свободно при условии указания авторства. Не допускается внесение изменений.', + 'CC BY-SA' => 'Материал может быть использован свободно (и даже изменен), при условии указания авторства. В случае распространения статус прав должен быть сохранен.', + 'CC BY' => 'Материал может быть использован беспрепятственно (и даже изменён) при условии указания авторства.', + 'CC0' => 'Права не защищены. Вы должны использовать CC0 только в том случае, если у вас есть право отказаться от всех прав.', + 'RR-F' => 'Свободный доступ - без повторного использования.', + 'RR-P' => 'Платный доступ - повторное использование запрещено. Предварительные просмотры могут быть в свободном доступе.', + 'RR-R' => 'Ограниченный доступ. Защищенные права.', + 'Orphan Work' => 'Правообладателя установить не удалось. Произведение включено в список произведений с недоступным правообладателем Европейского Союза.', + 'Public Domain Mark' => 'Эта работа была идентифицирована как свободная от известных ограничений в соответствии с законом об авторском праве, включая все сопутствующие и сопредельные права.', + ), +) \ No newline at end of file diff --git a/ru/license_full_names.php b/ru/license_full_names.php index 454d2e1..3aa085d 100644 --- a/ru/license_full_names.php +++ b/ru/license_full_names.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'Атрибуция - Некоммерческое использование - Совместное использование', + 'CC BY-NC' => 'Атрибуция - Некоммерческое использование', + 'CC BY-ND' => 'Атрибуция - Без дериватов/производных', + 'CC BY-SA' => 'Атрибуция - Совместное использование', + 'CC BY' => 'Атрибуция', + 'CC0' => 'Права не защищены', + 'RR-F' => 'Права защищены - Свободный доступ', + 'RR-P' => 'Права защищены - Платный доступ', + 'RR-R' => 'Права защищены - Доступ ограничен', + 'Orphan Work' => 'Произведение с недоступным правообладателем', + 'Public Domain Mark' => 'Знак общественного достояния', + 'CC BY-NC-ND' => 'Атрибуция - Некоммерческое использование - Без дериватов/производных', + ), +) \ No newline at end of file diff --git a/ru/license_url.php b/ru/license_url.php index 31dae66..cff47f8 100644 --- a/ru/license_url.php +++ b/ru/license_url.php @@ -1,13 +1,19 @@ + 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/ ', + ), +) \ No newline at end of file diff --git a/ru/loan_types.php b/ru/loan_types.php index a3aeb90..022bb37 100644 --- a/ru/loan_types.php +++ b/ru/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Исходящий', + 'incoming' => 'Входящий', + ), +) \ No newline at end of file diff --git a/ru/marking_types.php b/ru/marking_types.php index 80ca37f..92f7bd5 100644 --- a/ru/marking_types.php +++ b/ru/marking_types.php @@ -1,20 +1,26 @@ + array ( + 'signature' => 'Подпись', + 'watermark' => 'Водяной знак', + 'engraving' => 'Гравировка', + 'scratch' => 'Нацарапано', + 'stamp' => 'Штамповка', + 'overprint' => 'Надпечатка', + 'embossing' => 'Тиснение', + 'handwritten' => 'Рукописная заметка', + 'glued' => 'Приклеено', + 'embroidered' => 'Нашито', + 'sewn' => 'Пришито/Зашито', + 'screwed' => 'Прикручено', + 'burnt_in' => 'Выжжено', + 'riveted' => 'Наклёпка', + 'nailed' => 'Прибито', + 'hallmarked' => 'Клеймо/Бирка', + 'punched' => 'Наклёпка', + 'scarified' => 'Скарификация', + 'cast' => 'Слеплено', + ), +) \ No newline at end of file diff --git a/ru/object_check_types_set.php b/ru/object_check_types_set.php index 4918961..ab7953d 100644 --- a/ru/object_check_types_set.php +++ b/ru/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Проверка состояния', + 'completeness_check' => 'Проверка полноты', + 'data_correctness_check' => 'Проверка корректности данных', + ), +) \ No newline at end of file diff --git a/ru/object_damage_status_set.php b/ru/object_damage_status_set.php index df98788..47862f6 100644 --- a/ru/object_damage_status_set.php +++ b/ru/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Определено', + 'repair_possible' => 'Проверено; возможна реставрация', + 'repair_scheduled' => 'Запланирована реставрация', + 'repaired' => 'Отреставрировано', + 'irreparable' => 'Не подлежит реставрации', + ), +) \ No newline at end of file diff --git a/ru/object_damage_types_set.php b/ru/object_damage_types_set.php index 8282d84..6b0658e 100644 --- a/ru/object_damage_types_set.php +++ b/ru/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Повреждение водой', + 'breakage' => 'Объект сломан/разбит', + ), +) \ No newline at end of file diff --git a/ru/object_form_set.php b/ru/object_form_set.php index 4aed94b..589d25e 100644 --- a/ru/object_form_set.php +++ b/ru/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Куб', + 'cuboid' => 'Кубовидный', + 'sphere' => 'Сфера', + 'cone' => 'Конус', + 'cylinder' => 'Цилиндр', + ), +) \ No newline at end of file diff --git a/ru/object_publication_background.php b/ru/object_publication_background.php index d0845af..c781965 100644 --- a/ru/object_publication_background.php +++ b/ru/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Опубликованное изображение', + 1 => 'Опубликованный транскрипт', + 2 => 'Обсуждалось', + 3 => 'Рецензировано', + 4 => 'Процитировано', + 5 => 'Рекламировано', + ), +) \ No newline at end of file diff --git a/ru/object_status.php b/ru/object_status.php index 7f99588..9f2b616 100644 --- a/ru/object_status.php +++ b/ru/object_status.php @@ -1,8 +1,14 @@ + array ( + 'owned' => 'Принадлежит', + 'permanent_loan' => 'Постоянный займ', + 'borrowed' => 'Заимствованный', + 'to_check_for_gift' => 'Проверить (на подарок)', + 'to_check' => 'Проверить', + 'deaccessed' => 'Удалено', + 'third_party_property' => 'Собственность третьих лиц', + ), +) \ No newline at end of file diff --git a/ru/phone_types.php b/ru/phone_types.php index 154bb87..6a83aea 100644 --- a/ru/phone_types.php +++ b/ru/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Рабочий', + 'home' => 'Домашний', + 'mobile' => 'Мобильный', + 'work mobile' => 'Мобильный (работа)', + 'fax' => 'Факс', + 'fax work' => 'Факс (работа)', + ), +) \ No newline at end of file diff --git a/ru/placetypes.php b/ru/placetypes.php index 9c5403b..deb75c9 100644 --- a/ru/placetypes.php +++ b/ru/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Административное', + 1 => 'Историческое', + 2 => 'Регион', + 3 => 'Улица', + 4 => 'Здание', + 5 => 'Горы', + 6 => 'Лес', + 7 => 'Водоём', + 8 => 'Остров', + ), +) \ No newline at end of file diff --git a/ru/podcast_contributor_roles.php b/ru/podcast_contributor_roles.php index 1269272..d429b0d 100644 --- a/ru/podcast_contributor_roles.php +++ b/ru/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'В прямом эфире', + 'recording' => 'Запись', + 'technical_support' => 'Техническая поддержка', + 'organization' => 'Организация', + ), +) \ No newline at end of file diff --git a/ru/position_set.php b/ru/position_set.php index e78aa3d..ea6b560 100644 --- a/ru/position_set.php +++ b/ru/position_set.php @@ -1,13 +1,19 @@ + array ( + 'left' => 'Слева', + 'top_left' => 'Вверху слева', + 'top' => 'Наверху', + 'top_right' => 'Вверху справа', + 'right' => 'Справа', + 'bottom_right' => 'Внизу справа', + 'bottom' => 'Внизу', + 'bottom_left' => 'Внизу слева', + 'center' => 'По центру', + 'rear_side' => 'Обратная сторона', + 'edge' => 'Край', + 'other' => 'Другое', + ), +) \ No newline at end of file diff --git a/ru/process_types.php b/ru/process_types.php index 18d82e9..d1bac22 100644 --- a/ru/process_types.php +++ b/ru/process_types.php @@ -1,15 +1,21 @@ + array ( + 'project' => 'Проект', + 'grant_application' => 'Заявка на грант', + 'exhibition' => 'Выставка', + 'appointment' => 'Назначение / событие', + 'loan_incoming' => 'Займ (входящий)', + 'loan_outgoing' => 'Займ (исходящий)', + 'employment_ad' => 'Объявление о приеме на работу', + 'purchase' => 'Покупка', + 'deaccession' => 'Отсоединение', + 'construction' => 'Строительная мера', + 'pest_control_campaign' => 'Кампания борьбы с вредителями', + 'pr_campaign' => 'PR-кампания', + 'relocation' => 'Переезд', + 'discussion' => 'Обсуждение', + ), +) \ No newline at end of file diff --git a/ru/recording_types_set.php b/ru/recording_types_set.php index 590e92d..660bffa 100644 --- a/ru/recording_types_set.php +++ b/ru/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Аудио', + 'video' => 'Видео', + ), +) \ No newline at end of file diff --git a/ru/research_status.php b/ru/research_status.php index 47dd89e..bc67fa6 100644 --- a/ru/research_status.php +++ b/ru/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Мало исследовано', + 'medium' => 'Частично исследовано', + 'good' => 'Хорошо исследовано', + ), +) \ No newline at end of file diff --git a/ru/source_type_set.php b/ru/source_type_set.php index 4f3a41a..56faa0b 100644 --- a/ru/source_type_set.php +++ b/ru/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Статья', + 'inbook' => 'Статья в сборнике', + 'book' => 'Книга', + 'phdthesis' => 'PhD тезис', + 'electronical' => 'Электронный ресурс', + 'misc' => 'Разное', + 'patent' => 'Патент', + 'unpublished' => 'Неопубликованное', + ), +) \ No newline at end of file diff --git a/ru/space_access_status.php b/ru/space_access_status.php index bd08bf2..66b98e3 100644 --- a/ru/space_access_status.php +++ b/ru/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Вход', + 'leave' => 'Выход', + ), +) \ No newline at end of file diff --git a/ru/space_types.php b/ru/space_types.php index bac2bc8..f2331c2 100644 --- a/ru/space_types.php +++ b/ru/space_types.php @@ -1,12 +1,18 @@ + array ( + 'building' => 'Здание', + 'depot' => 'Помещение депо', + 'utility_room' => 'Подсобное помещение', + 'exhibition_room' => 'Выставочный зал', + 'display_cabinet' => 'Витрина', + 'shelf' => 'Полка', + 'box' => 'Коробка', + 'folder' => 'Папка', + 'office' => 'Офис', + 'floor' => 'Офис', + 'hallway' => 'Коридор', + ), +) \ No newline at end of file diff --git a/ru/syndication_repos.php b/ru/syndication_repos.php index 2caa65e..e6a30d6 100644 --- a/ru/syndication_repos.php +++ b/ru/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'Немецкая цифровая библиотека (DDB)', + 'europeana' => 'Европейская', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund ', + ), +) \ No newline at end of file diff --git a/ru/timing_intervals_set.php b/ru/timing_intervals_set.php index bc0699e..daeeeab 100644 --- a/ru/timing_intervals_set.php +++ b/ru/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Еженедельно', + 'monthly' => 'Ежемесячно', + 'annual' => 'Ежегодно', + ), +) \ No newline at end of file diff --git a/ru/title_types_set.php b/ru/title_types_set.php index 6be6a23..341d2ff 100644 --- a/ru/title_types_set.php +++ b/ru/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Научная речь', + 'Everyday speech' => 'Бытовая речь', + 'Colloquial speech' => 'Повседневная речь', + 'Dialect' => 'Диалект', + ), +) \ No newline at end of file diff --git a/ru/todo_status.php b/ru/todo_status.php index ec781a8..1d7fb56 100644 --- a/ru/todo_status.php +++ b/ru/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Предложенный', + 'planned' => 'Планируется', + 'in_progress' => 'В процессе', + 'done' => 'Сделанно', + 'cancelled' => 'Отменено', + ), +) \ No newline at end of file diff --git a/ru/units_length_set.php b/ru/units_length_set.php index cee42f4..548200e 100644 --- a/ru/units_length_set.php +++ b/ru/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'м', + 'dm' => 'дм', + 'cm' => 'см', + 'mm' => 'мм', + 'ft' => 'фут', + 'in' => 'дюйм', + ), +) \ No newline at end of file diff --git a/ru/units_weight_set.php b/ru/units_weight_set.php index 3665ceb..2f97aab 100644 --- a/ru/units_weight_set.php +++ b/ru/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 'тонн', + 'kg' => 'кг', + 'g' => 'гр', + ), +) \ No newline at end of file diff --git a/tl/actor_variant_types_set.php b/tl/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/tl/actor_variant_types_set.php +++ b/tl/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/tl/appointment_attendance_modes.php b/tl/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/tl/appointment_attendance_modes.php +++ b/tl/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/tl/appointment_cancellation_status_set.php b/tl/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/tl/appointment_cancellation_status_set.php +++ b/tl/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/tl/appointment_contributor_roles.php b/tl/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/tl/appointment_contributor_roles.php +++ b/tl/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/tl/appointment_status.php b/tl/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/tl/appointment_status.php +++ b/tl/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/tl/attendance_status_set.php b/tl/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/tl/attendance_status_set.php +++ b/tl/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/tl/closer_location_types_set.php b/tl/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/tl/closer_location_types_set.php +++ b/tl/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/tl/colors_set.php b/tl/colors_set.php index 36ff777..29fd180 100644 --- a/tl/colors_set.php +++ b/tl/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/tl/conservation_report_type_set.php b/tl/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/tl/conservation_report_type_set.php +++ b/tl/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/tl/currencies_set.php b/tl/currencies_set.php index 1288fda..7857173 100644 --- a/tl/currencies_set.php +++ b/tl/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/tl/custom_report_targets_set.php b/tl/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/tl/custom_report_targets_set.php +++ b/tl/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/tl/disposal_method_set.php b/tl/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/tl/disposal_method_set.php +++ b/tl/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/tl/entry_types.php b/tl/entry_types.php index 98516ae..ad250ac 100644 --- a/tl/entry_types.php +++ b/tl/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/tl/eventtype_name.php b/tl/eventtype_name.php index 4704bfa..d1935fd 100644 --- a/tl/eventtype_name.php +++ b/tl/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'Nilikha', + 2 => 'Nakita', + 3 => 'Nalathala', + 4 => 'Paglikha ng template', + 5 => 'Inilarawan (actor)', + 6 => 'Ginamit', + 7 => 'Sinulat', + 8 => 'Kinolekta', + 9 => 'Ipininta', + 10 => 'Nilitratuhan sa', + 11 => 'Tinanggap', + 12 => 'Ginawa ang printing plate', + 13 => 'Pinadala', + 14 => 'Inilabas', + 15 => 'Pinirmahan', + 16 => 'Unang deskripsyon', + 19 => 'Ginuhit', + 20 => 'Kinopya (manu-mano)', + 21 => 'Nabuhay', + 22 => 'Kaugnayan sa lugar', + 23 => 'Kaugnayan sa tao o institusyon', + 24 => 'Kaugnayan sa kapanahunan', + 25 => 'Kinomisyon', + 26 => 'Nilimbag', + 27 => 'Naitala', + 28 => 'Inawit', + 29 => 'Dinisenyo ang palamuti', + 30 => 'Dinisenyo ang anyo', + 31 => 'Minodelo', + 32 => 'Nilagdaan', + 33 => 'Nabanggit', + 34 => 'Nilibing', + 35 => 'Intelektwal na paglikha', + 36 => 'Inilarawan sa', + 37 => 'Ipininta sa', + 38 => 'Inilarawan', + 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', + ), +) \ No newline at end of file diff --git a/tl/exhibition_contributor_roles.php b/tl/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/tl/exhibition_contributor_roles.php +++ b/tl/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/tl/gender_set.php b/tl/gender_set.php index be54d91..ca71a9d 100644 --- a/tl/gender_set.php +++ b/tl/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/tl/license_explica.php b/tl/license_explica.php index 4a00276..1bfa77b 100644 --- a/tl/license_explica.php +++ b/tl/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/tl/license_full_names.php b/tl/license_full_names.php index b01c6e0..59761d4 100644 --- a/tl/license_full_names.php +++ b/tl/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/tl/license_url.php b/tl/license_url.php index 6358421..4d0f886 100644 --- a/tl/license_url.php +++ b/tl/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/tl/loan_types.php b/tl/loan_types.php index ba16e2a..c1f58d7 100644 --- a/tl/loan_types.php +++ b/tl/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/tl/marking_types.php b/tl/marking_types.php index dbe8217..2d12847 100644 --- a/tl/marking_types.php +++ b/tl/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/tl/object_check_types_set.php b/tl/object_check_types_set.php index 6af1972..a35f413 100644 --- a/tl/object_check_types_set.php +++ b/tl/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/tl/object_damage_status_set.php b/tl/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/tl/object_damage_status_set.php +++ b/tl/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/tl/object_damage_types_set.php b/tl/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/tl/object_damage_types_set.php +++ b/tl/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/tl/object_form_set.php b/tl/object_form_set.php index e9654ab..68154a2 100644 --- a/tl/object_form_set.php +++ b/tl/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/tl/object_publication_background.php b/tl/object_publication_background.php index 4eea821..7665c20 100644 --- a/tl/object_publication_background.php +++ b/tl/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/tl/object_status.php b/tl/object_status.php index eacca3b..d73bc5d 100644 --- a/tl/object_status.php +++ b/tl/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/tl/phone_types.php b/tl/phone_types.php index 5a7b70f..ad5a575 100644 --- a/tl/phone_types.php +++ b/tl/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/tl/placetypes.php b/tl/placetypes.php index 7158828..f72b998 100644 --- a/tl/placetypes.php +++ b/tl/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administratibo', + 1 => 'Makasaysayan', + 2 => 'Rehiyon', + 3 => 'Lansangan', + 4 => 'Gusali', + 5 => 'Bundok', + 6 => 'Gubat', + 7 => 'Katawan ng tubig', + 8 => 'Isla', + ), +) \ No newline at end of file diff --git a/tl/podcast_contributor_roles.php b/tl/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/tl/podcast_contributor_roles.php +++ b/tl/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/tl/position_set.php b/tl/position_set.php index 23b2652..ecea438 100644 --- a/tl/position_set.php +++ b/tl/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/tl/process_types.php b/tl/process_types.php index 580383c..5683c0c 100644 --- a/tl/process_types.php +++ b/tl/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/tl/recording_types_set.php b/tl/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/tl/recording_types_set.php +++ b/tl/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/tl/research_status.php b/tl/research_status.php index d2b453b..14bf8a8 100644 --- a/tl/research_status.php +++ b/tl/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/tl/source_type_set.php b/tl/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/tl/source_type_set.php +++ b/tl/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/tl/space_access_status.php b/tl/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/tl/space_access_status.php +++ b/tl/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/tl/space_types.php b/tl/space_types.php index bfc9a9e..1a09db8 100644 --- a/tl/space_types.php +++ b/tl/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/tl/syndication_repos.php b/tl/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/tl/syndication_repos.php +++ b/tl/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/tl/timing_intervals_set.php b/tl/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/tl/timing_intervals_set.php +++ b/tl/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/tl/title_types_set.php b/tl/title_types_set.php index d41ad98..1977875 100644 --- a/tl/title_types_set.php +++ b/tl/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/tl/todo_status.php b/tl/todo_status.php index 4509864..3b6981f 100644 --- a/tl/todo_status.php +++ b/tl/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/tl/units_length_set.php b/tl/units_length_set.php index eb817b5..d82b71b 100644 --- a/tl/units_length_set.php +++ b/tl/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/tl/units_weight_set.php b/tl/units_weight_set.php index 67ad5eb..281515c 100644 --- a/tl/units_weight_set.php +++ b/tl/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/tr/actor_variant_types_set.php b/tr/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/tr/actor_variant_types_set.php +++ b/tr/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/tr/appointment_attendance_modes.php b/tr/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/tr/appointment_attendance_modes.php +++ b/tr/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/tr/appointment_cancellation_status_set.php b/tr/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/tr/appointment_cancellation_status_set.php +++ b/tr/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/tr/appointment_contributor_roles.php b/tr/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/tr/appointment_contributor_roles.php +++ b/tr/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/tr/appointment_status.php b/tr/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/tr/appointment_status.php +++ b/tr/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/tr/attendance_status_set.php b/tr/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/tr/attendance_status_set.php +++ b/tr/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/tr/closer_location_types_set.php b/tr/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/tr/closer_location_types_set.php +++ b/tr/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/tr/colors_set.php b/tr/colors_set.php index 36ff777..29fd180 100644 --- a/tr/colors_set.php +++ b/tr/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/tr/conservation_report_type_set.php b/tr/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/tr/conservation_report_type_set.php +++ b/tr/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/tr/currencies_set.php b/tr/currencies_set.php index 1288fda..7857173 100644 --- a/tr/currencies_set.php +++ b/tr/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/tr/custom_report_targets_set.php b/tr/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/tr/custom_report_targets_set.php +++ b/tr/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/tr/disposal_method_set.php b/tr/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/tr/disposal_method_set.php +++ b/tr/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/tr/entry_types.php b/tr/entry_types.php index 98516ae..ad250ac 100644 --- a/tr/entry_types.php +++ b/tr/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/tr/eventtype_name.php b/tr/eventtype_name.php index e6e67f5..e240273 100644 --- a/tr/eventtype_name.php +++ b/tr/eventtype_name.php @@ -1,49 +1,55 @@ + array ( + 1 => 'düzenlendi', + 2 => 'bulunan', + 3 => 'Yayın', + 4 => 'Şablon oluşturma', + 5 => 'Tasvir edildi (Aktör)', + 6 => 'Ne kullanılmış', + 7 => 'yazılı', + 8 => 'toplanmış', + 9 => 'boyalı', + 10 => 'Çekilen resim', + 11 => 'alınan', + 12 => 'Baskı plakası üretildi', + 13 => 'Gönderilen', + 14 => 'yayınlanan', + 15 => 'imzalı', + 16 => 'İlk açıklama', + 19 => 'çekilmiş', + 20 => 'Kopyalandı (elle)', + 21 => 'yaşamış', + 22 => '[Konumla ilişki]', + 23 => '[Kişi veya kurumla ilişki]', + 24 => '[Zamanla ilişki]', + 25 => 'yetkili', + 26 => 'Baskılı', + 27 => 'konuşulan', + 28 => 'Sung', + 29 => 'Dekor tasarımı', + 30 => 'Tasarlanan şekil', + 31 => 'modellenmiş', + 32 => 'İmzalı İmzalandı', + 33 => 'adı geçen', + 34 => 'gömülü', + 35 => 'Entelektüel yaratım', + 36 => 'Ne tasvir', + 37 => 'Boyalı', + 38 => 'resimli', + 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', + ), +) \ No newline at end of file diff --git a/tr/exhibition_contributor_roles.php b/tr/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/tr/exhibition_contributor_roles.php +++ b/tr/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/tr/gender_set.php b/tr/gender_set.php index be54d91..ca71a9d 100644 --- a/tr/gender_set.php +++ b/tr/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/tr/license_explica.php b/tr/license_explica.php index 4a00276..1bfa77b 100644 --- a/tr/license_explica.php +++ b/tr/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/tr/license_full_names.php b/tr/license_full_names.php index b01c6e0..59761d4 100644 --- a/tr/license_full_names.php +++ b/tr/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/tr/license_url.php b/tr/license_url.php index 6358421..4d0f886 100644 --- a/tr/license_url.php +++ b/tr/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/tr/loan_types.php b/tr/loan_types.php index ba16e2a..c1f58d7 100644 --- a/tr/loan_types.php +++ b/tr/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/tr/marking_types.php b/tr/marking_types.php index dbe8217..2d12847 100644 --- a/tr/marking_types.php +++ b/tr/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/tr/object_check_types_set.php b/tr/object_check_types_set.php index 6af1972..a35f413 100644 --- a/tr/object_check_types_set.php +++ b/tr/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/tr/object_damage_status_set.php b/tr/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/tr/object_damage_status_set.php +++ b/tr/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/tr/object_damage_types_set.php b/tr/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/tr/object_damage_types_set.php +++ b/tr/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/tr/object_form_set.php b/tr/object_form_set.php index e9654ab..68154a2 100644 --- a/tr/object_form_set.php +++ b/tr/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/tr/object_publication_background.php b/tr/object_publication_background.php index 4eea821..7665c20 100644 --- a/tr/object_publication_background.php +++ b/tr/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/tr/object_status.php b/tr/object_status.php index eacca3b..d73bc5d 100644 --- a/tr/object_status.php +++ b/tr/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/tr/phone_types.php b/tr/phone_types.php index 5a7b70f..ad5a575 100644 --- a/tr/phone_types.php +++ b/tr/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/tr/placetypes.php b/tr/placetypes.php index 259a9a2..058a83c 100644 --- a/tr/placetypes.php +++ b/tr/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Yönetim', + 1 => 'Tarihi', + 2 => 'Bölge', + 3 => 'Sokak', + 4 => 'Bina', + 5 => 'Dağlar', + 6 => 'Orman', + 7 => 'Deniz/Göl', + 8 => 'Ada', + ), +) \ No newline at end of file diff --git a/tr/podcast_contributor_roles.php b/tr/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/tr/podcast_contributor_roles.php +++ b/tr/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/tr/position_set.php b/tr/position_set.php index 23b2652..ecea438 100644 --- a/tr/position_set.php +++ b/tr/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/tr/process_types.php b/tr/process_types.php index 580383c..5683c0c 100644 --- a/tr/process_types.php +++ b/tr/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/tr/recording_types_set.php b/tr/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/tr/recording_types_set.php +++ b/tr/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/tr/research_status.php b/tr/research_status.php index d2b453b..14bf8a8 100644 --- a/tr/research_status.php +++ b/tr/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/tr/source_type_set.php b/tr/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/tr/source_type_set.php +++ b/tr/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/tr/space_access_status.php b/tr/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/tr/space_access_status.php +++ b/tr/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/tr/space_types.php b/tr/space_types.php index bfc9a9e..1a09db8 100644 --- a/tr/space_types.php +++ b/tr/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/tr/syndication_repos.php b/tr/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/tr/syndication_repos.php +++ b/tr/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/tr/timing_intervals_set.php b/tr/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/tr/timing_intervals_set.php +++ b/tr/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/tr/title_types_set.php b/tr/title_types_set.php index d41ad98..1977875 100644 --- a/tr/title_types_set.php +++ b/tr/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/tr/todo_status.php b/tr/todo_status.php index 4509864..3b6981f 100644 --- a/tr/todo_status.php +++ b/tr/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/tr/units_length_set.php b/tr/units_length_set.php index eb817b5..d82b71b 100644 --- a/tr/units_length_set.php +++ b/tr/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'm', + 'dm' => 'dm', + 'cm' => 'cm', + 'mm' => 'mm', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/tr/units_weight_set.php b/tr/units_weight_set.php index 67ad5eb..281515c 100644 --- a/tr/units_weight_set.php +++ b/tr/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 't', + 'kg' => 'kg', + 'g' => 'g', + ), +) \ No newline at end of file diff --git a/uk/actor_variant_types_set.php b/uk/actor_variant_types_set.php index 27b2f3b..38c9cdf 100644 --- a/uk/actor_variant_types_set.php +++ b/uk/actor_variant_types_set.php @@ -1,10 +1,16 @@ + array ( + 'birth_name' => 'Ім\'я та прізвище при народженні', + 'married_name' => 'Прізвище в шлюбі', + 'monastic_name' => 'Монастирське ім\'я', + 'pseudonym' => 'Псевдонім', + 'regnal_name' => 'Регентське ім\'я', + 'nickname' => 'Нікнейм', + 'artist_name' => 'Ім\'я митця', + 'civil_name' => 'Цивільне ім\'я та прізвище', + 'generic_other_name' => 'Альтернативна назва (непатентована)', + ), +) \ No newline at end of file diff --git a/uk/appointment_attendance_modes.php b/uk/appointment_attendance_modes.php index b3b4ae7..6e4b677 100644 --- a/uk/appointment_attendance_modes.php +++ b/uk/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Офлайн', + 'online' => 'Онлайн', + 'mixed' => 'Офлайн та онлайн', + ), +) \ No newline at end of file diff --git a/uk/appointment_cancellation_status_set.php b/uk/appointment_cancellation_status_set.php index a97f2df..2a0fff6 100644 --- a/uk/appointment_cancellation_status_set.php +++ b/uk/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Заплановано або зроблено за планом', + 'cancelled' => 'Скасовано', + ), +) \ No newline at end of file diff --git a/uk/appointment_contributor_roles.php b/uk/appointment_contributor_roles.php index 1def63d..9bbfd28 100644 --- a/uk/appointment_contributor_roles.php +++ b/uk/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Організатор', + 'presenter' => 'Презентатор', + ), +) \ No newline at end of file diff --git a/uk/appointment_status.php b/uk/appointment_status.php index 519dc56..535c713 100644 --- a/uk/appointment_status.php +++ b/uk/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Заплановано', + 'cancelled' => 'Скасовано', + 'moved_online' => 'Перенесено в онлайн', + 'postponed' => 'Відкладено', + ), +) \ No newline at end of file diff --git a/uk/attendance_status_set.php b/uk/attendance_status_set.php index e5f8cb0..b52a726 100644 --- a/uk/attendance_status_set.php +++ b/uk/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Офлайн', + 'online' => 'Онлайн', + ), +) \ No newline at end of file diff --git a/uk/closer_location_types_set.php b/uk/closer_location_types_set.php index f065501..b80ad93 100644 --- a/uk/closer_location_types_set.php +++ b/uk/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Місце проведення запису', + 2 => 'Місце виявлення', + 3 => 'Колишнє місце перебування', + ), +) \ No newline at end of file diff --git a/uk/colors_set.php b/uk/colors_set.php index f857009..12a26d4 100644 --- a/uk/colors_set.php +++ b/uk/colors_set.php @@ -1,17 +1,23 @@ + array ( + 'black' => 'Чорний', + 'green' => 'Зелений', + 'silver' => 'Срібний', + 'lime' => 'Лайм', + 'gray' => 'Сірий', + 'olive' => 'Оливковий', + 'white' => 'Білий', + 'yellow' => 'Жовтий', + 'maroon' => 'Темно-бордовий', + 'navy' => 'Темно-синій', + 'red' => 'Червоний', + 'blue' => 'Блакитний', + 'purple' => 'Пурпуровий', + 'teal' => 'Бірюзовий', + 'fuchsia' => 'Фуксія', + 'aqua' => 'Морська хвиля', + ), +) \ No newline at end of file diff --git a/uk/conservation_report_type_set.php b/uk/conservation_report_type_set.php index c1f74e3..eba3d31 100644 --- a/uk/conservation_report_type_set.php +++ b/uk/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Пошкодження', + 'conservation' => 'Консервація', + 'condition' => 'Умова', + 'restoration' => 'Реставрація', + 'other_report' => 'Інше', + 'other' => 'Інше ', + ), +) \ No newline at end of file diff --git a/uk/currencies_set.php b/uk/currencies_set.php index 9f2ce28..2fbdb6a 100644 --- a/uk/currencies_set.php +++ b/uk/currencies_set.php @@ -1,21 +1,30 @@ + array ( + 'eu-EUR' => 'Євро', + 'de-DM' => 'Німецька марка', + 'de-RM' => 'Рейхсмарка (Німеччина)', + 'es-Real' => 'Іспанський Реал', + 'hu-Ft' => 'Форинт', + 'hu-Lari' => 'Ларі', + 'hu-Pengő' => 'Пенге', + 'id-IDR' => 'Індонезійська рупія', + 'pl-Złoty' => 'Злоти', + 'us-USD' => 'Американський долар', + 'ddr-Mark' => 'Марка (НДР)', + 'ddr-MDN' => 'MDN (НДР)', + 'hu-Korona' => 'Австро-Угорська крона', + 'fr-FF' => 'Французький франк', + 'uk-GBP' => 'Фунт стерлінгів', + 'by-BYN' => 'Білоруський рубль', + 'ru-RUB' => 'Російський рубль', + 'su-SUR' => 'Радянський рубль', + 'ua-UAH' => 'Українська гривня', + ), + 'license_full_names' => + array ( + 'CC BY-NC-ND' => 'Атрибуция - Без коммерции - Без дериватов', + ), +) \ No newline at end of file diff --git a/uk/custom_report_targets_set.php b/uk/custom_report_targets_set.php index a07b850..113cb1a 100644 --- a/uk/custom_report_targets_set.php +++ b/uk/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Одиничний об\'єкт', + 'object_list' => 'Багато об\'єктів', + 'loan' => 'Займ', + 'exhibition' => 'Виставка', + ), +) \ No newline at end of file diff --git a/uk/disposal_method_set.php b/uk/disposal_method_set.php index ad03702..fbc55ca 100644 --- a/uk/disposal_method_set.php +++ b/uk/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Продано', + 'destroyed' => 'Знищено', + 'garbage' => 'Викинуте / вивезення сміття', + ), +) \ No newline at end of file diff --git a/uk/entry_types.php b/uk/entry_types.php index 684ae88..00daad8 100644 --- a/uk/entry_types.php +++ b/uk/entry_types.php @@ -1,19 +1,25 @@ + array ( + 0 => '', + 1 => 'Благодійний внесок', + 2 => 'Закупівля', + 3 => 'Розкопки', + 4 => 'Аварійно-рятувальні роботи', + 5 => 'Спадщина', + 6 => 'Ендаумент', + 7 => 'Позбавлення права власності', + 8 => 'Оригінальний стан', + 9 => 'Позика', + 10 => 'Обмін', + 11 => 'Власне виробництво', + 12 => 'Деформація матеріалу', + 14 => 'Прецедент', + 15 => 'Знахідка', + 98 => 'Підлягає перевірці', + 99 => 'Інше законне придбання', + 16 => 'Постійна позика', + ), +) \ No newline at end of file diff --git a/uk/eventtype_name.php b/uk/eventtype_name.php index 0932abc..d5c357f 100644 --- a/uk/eventtype_name.php +++ b/uk/eventtype_name.php @@ -1,49 +1,55 @@ + 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 => 'Зібрано', + 40 => 'Продано на аукціоні', + 41 => 'Придбано', + 42 => 'У власності', + 43 => 'Продано', + 44 => 'Відреставровано', + 45 => 'Пошкоджено', + 46 => 'Знищено', + 47 => 'Втрачено/Загублено', + 48 => 'Відредаговано', + 49 => 'Пожертвувано / подаровано', + 50 => 'Успадковано', + ), +) \ No newline at end of file diff --git a/uk/exhibition_contributor_roles.php b/uk/exhibition_contributor_roles.php index 7e54c9f..f467f58 100644 --- a/uk/exhibition_contributor_roles.php +++ b/uk/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Концепція', + 'curator' => 'Куратор', + 'design' => 'Дизайн', + 'coordinator' => 'Координатор', + 'protagonist' => 'Головна дійова особа', + ), +) \ No newline at end of file diff --git a/uk/gender_set.php b/uk/gender_set.php index 89ffebc..9ddaad2 100644 --- a/uk/gender_set.php +++ b/uk/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Жіночий ', + 'male' => 'Чоловічий', + 'other' => 'Інший', + ), +) \ No newline at end of file diff --git a/uk/license_explica.php b/uk/license_explica.php index 6a8194d..008cda2 100644 --- a/uk/license_explica.php +++ b/uk/license_explica.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'У некомерційних цілях матеріал може бути використаний (навіть змінений) вільно за умови зазначення авторства. Статус прав має бути збережений у тому самому вигляді, що й у разі поширення.', + 'CC BY-NC-ND' => 'У некомерційних цілях матеріал може бути використаний вільно за умови зазначення авторства. Не допускається внесення змін.', + 'CC BY-NC' => 'У некомерційних цілях матеріал може бути використаний вільно за умови зазначення авторства.', + 'CC BY-ND' => 'Матеріал може бути використаний вільно за умови зазначення авторства. Не допускається внесення змін.', + 'CC BY-SA' => 'Матеріал може бути використаний вільно (і навіть змінений), за умови зазначення авторства. У разі поширення статус прав має бути збережений.', + 'CC BY' => 'Матеріал може бути використаний безперешкодно (і навіть змінений) за умови зазначення авторства.', + 'CC0' => 'Права не захищені. Ви повинні використовувати CC0 тільки в тому випадку, якщо у вас є право відмовитися від усіх прав.', + 'RR-F' => 'Вільний доступ - без повторного використання.', + 'RR-P' => 'Платний доступ - повторне використання заборонено. Попередні перегляди можуть бути у вільному доступі.', + 'RR-R' => 'Обмежений доступ. Захищені права.', + 'Orphan Work' => 'Правовласника встановити не вдалося. Твір включено до списку творів з недоступним правовласником Європейського Союзу.', + 'Public Domain Mark' => 'Цю роботу було ідентифіковано як вільну від відомих обмежень відповідно до закону про авторське право, включно з усіма супутніми та суміжними правами.', + ), +) \ No newline at end of file diff --git a/uk/license_full_names.php b/uk/license_full_names.php index 31f1b5b..73ae70e 100644 --- a/uk/license_full_names.php +++ b/uk/license_full_names.php @@ -1,13 +1,19 @@ + array ( + 'CC BY-NC-SA' => 'Атрибуція - Некомерційне використання - Спільне використання', + 'CC BY-NC' => 'Атрибуція - Некомерційне використання', + 'CC BY-ND' => 'Атрибуція - Без дериватів/похідних', + 'CC BY-SA' => 'Атрибуція - Спільне використання', + 'CC BY' => 'Атрибуція', + 'CC0' => 'Права не захищені', + 'RR-F' => 'Права захищені - Вільний доступ', + 'RR-P' => 'Права захищені - Платний доступ', + 'RR-R' => 'Права захищені - Доступ обмежений', + 'Orphan Work' => 'Сирітські твори', + 'Public Domain Mark' => 'Знак суспільного надбання', + 'CC BY-NC-ND' => 'Атрибуція - Некомерційне використання - Без похідних', + ), +) \ No newline at end of file diff --git a/uk/license_url.php b/uk/license_url.php index 31dae66..cff47f8 100644 --- a/uk/license_url.php +++ b/uk/license_url.php @@ -1,13 +1,19 @@ + 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/ ', + ), +) \ No newline at end of file diff --git a/uk/loan_types.php b/uk/loan_types.php index cb39526..1606c79 100644 --- a/uk/loan_types.php +++ b/uk/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Вихідні', + 'incoming' => 'Вхідні', + ), +) \ No newline at end of file diff --git a/uk/marking_types.php b/uk/marking_types.php index 5cee7ab..7d0b7f6 100644 --- a/uk/marking_types.php +++ b/uk/marking_types.php @@ -1,20 +1,26 @@ + array ( + 'signature' => 'Підпис', + 'watermark' => 'Водяний знак', + 'engraving' => 'Гравірування', + 'scratch' => 'Подряпини', + 'stamp' => 'Штамп', + 'overprint' => 'Надрук', + 'embossing' => 'Тиснення', + 'handwritten' => 'Рукопис', + 'glued' => 'Приклеєння', + 'embroidered' => 'Вишивка', + 'sewn' => 'Шиття', + 'screwed' => 'Прикручено', + 'burnt_in' => 'Випалення', + 'riveted' => 'Заклепування', + 'nailed' => 'Прибиття', + 'hallmarked' => 'Відзначеня клеймом', + 'punched' => 'Пробито', + 'scarified' => 'Скарифікування', + 'cast' => 'Лиття', + ), +) \ No newline at end of file diff --git a/uk/object_check_types_set.php b/uk/object_check_types_set.php index 8e08384..133619e 100644 --- a/uk/object_check_types_set.php +++ b/uk/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Перевірка стану', + 'completeness_check' => 'Перевірка повноти заповнення', + 'data_correctness_check' => 'Перевірка коректності даних', + ), +) \ No newline at end of file diff --git a/uk/object_damage_status_set.php b/uk/object_damage_status_set.php index 05a0301..de22929 100644 --- a/uk/object_damage_status_set.php +++ b/uk/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Виявлено', + 'repair_possible' => 'Перевірено; ремонт можливий', + 'repair_scheduled' => 'Ремонт за розкладом', + 'repaired' => 'Відремонтовано', + 'irreparable' => 'Непоправне', + ), +) \ No newline at end of file diff --git a/uk/object_damage_types_set.php b/uk/object_damage_types_set.php index 717b177..9dd7124 100644 --- a/uk/object_damage_types_set.php +++ b/uk/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Пошкодження від води', + 'breakage' => 'Поломка', + ), +) \ No newline at end of file diff --git a/uk/object_form_set.php b/uk/object_form_set.php index edc7553..a25c4a2 100644 --- a/uk/object_form_set.php +++ b/uk/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Куб', + 'cuboid' => 'Кубоподібний', + 'sphere' => 'Сфера', + 'cone' => 'Конус', + 'cylinder' => 'Циліндр', + ), +) \ No newline at end of file diff --git a/uk/object_publication_background.php b/uk/object_publication_background.php index dbba7fe..11b8c7b 100644 --- a/uk/object_publication_background.php +++ b/uk/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Зображення опубліковано', + 1 => 'Опубліковано транскрипт', + 2 => 'Обговорювалося', + 3 => 'Переглянуто', + 4 => 'Посилання', + 5 => 'Рекламується', + ), +) \ No newline at end of file diff --git a/uk/object_status.php b/uk/object_status.php index bdceb07..617bc5d 100644 --- a/uk/object_status.php +++ b/uk/object_status.php @@ -1,8 +1,14 @@ + array ( + 'owned' => 'У власності', + 'permanent_loan' => 'Постійна позика', + 'borrowed' => 'Запозичення', + 'to_check_for_gift' => 'Для перевірки (на подарунок)', + 'to_check' => 'Для перевірки', + 'deaccessed' => 'Відключено доступ', + 'third_party_property' => 'Власність третіх осіб', + ), +) \ No newline at end of file diff --git a/uk/phone_types.php b/uk/phone_types.php index b46242f..c1d5411 100644 --- a/uk/phone_types.php +++ b/uk/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Робочій', + 'home' => 'Домашній', + 'mobile' => 'Мобільний', + 'work mobile' => 'Мобільний (робочій)', + 'fax' => 'Факс', + 'fax work' => 'Факс (робочій)', + ), +) \ No newline at end of file diff --git a/uk/placetypes.php b/uk/placetypes.php index fa3028d..d0a2b36 100644 --- a/uk/placetypes.php +++ b/uk/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Адміністративне', + 1 => 'Історичне', + 2 => 'Регіон', + 3 => 'Вулиця', + 4 => 'Будівля', + 5 => 'Гори', + 6 => 'Ліс', + 7 => 'Водойма', + 8 => 'Острів', + ), +) \ No newline at end of file diff --git a/uk/podcast_contributor_roles.php b/uk/podcast_contributor_roles.php index ffb93a3..5da6764 100644 --- a/uk/podcast_contributor_roles.php +++ b/uk/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'У прямому ефірі', + 'recording' => 'Запис', + 'technical_support' => 'Технічна підтримка', + 'organization' => 'Організація', + ), +) \ No newline at end of file diff --git a/uk/position_set.php b/uk/position_set.php index f6faf80..3322a4a 100644 --- a/uk/position_set.php +++ b/uk/position_set.php @@ -1,13 +1,19 @@ + array ( + 'left' => 'Ліворуч', + 'top_left' => 'Ліворуч вгорі', + 'top' => 'Верхня частина', + 'top_right' => 'Праворуч вгорі', + 'right' => 'Праворуч', + 'bottom_right' => 'Внизу праворуч ', + 'bottom' => 'Нижня частина', + 'bottom_left' => 'Внизу зліва', + 'center' => 'Центральна частина', + 'rear_side' => 'Зворотній бік', + 'edge' => 'Край', + 'other' => 'Інше ', + ), +) \ No newline at end of file diff --git a/uk/process_types.php b/uk/process_types.php index 2ad574b..fa14d1c 100644 --- a/uk/process_types.php +++ b/uk/process_types.php @@ -1,15 +1,21 @@ + array ( + 'project' => 'Проєкт', + 'grant_application' => 'Заявка на отримання гранту', + 'exhibition' => 'Виставка', + 'appointment' => 'Зустріч / Подія', + 'loan_incoming' => 'Позика (надходження)', + 'loan_outgoing' => 'Позика (вихідна)', + 'employment_ad' => 'Оголошення про працевлаштування ', + 'purchase' => 'Закупівля', + 'deaccession' => 'Вилучення', + 'construction' => 'Будівельний захід', + 'pest_control_campaign' => 'Кампанія по боротьбі зі шкідниками', + 'pr_campaign' => 'PR-кампанія', + 'relocation' => 'Переселення', + 'discussion' => 'Обговорення', + ), +) \ No newline at end of file diff --git a/uk/recording_types_set.php b/uk/recording_types_set.php index d11918c..7650a2b 100644 --- a/uk/recording_types_set.php +++ b/uk/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Аудіо', + 'video' => 'Відео', + ), +) \ No newline at end of file diff --git a/uk/research_status.php b/uk/research_status.php index 827f675..4c5e84c 100644 --- a/uk/research_status.php +++ b/uk/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Мало досліджено', + 'medium' => 'Частково досліджено', + 'good' => 'Добре досліджено', + ), +) \ No newline at end of file diff --git a/uk/source_type_set.php b/uk/source_type_set.php index 91222c6..db538b9 100644 --- a/uk/source_type_set.php +++ b/uk/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Стаття', + 'inbook' => 'Стаття у збірнику', + 'book' => 'Книга', + 'phdthesis' => 'Кандидатська дисертація', + 'electronical' => 'Електронний ресурс', + 'misc' => 'Інше', + 'patent' => 'Патент', + 'unpublished' => 'Неопубліковане', + ), +) \ No newline at end of file diff --git a/uk/space_access_status.php b/uk/space_access_status.php index e987dfc..6c31a3c 100644 --- a/uk/space_access_status.php +++ b/uk/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Увійти', + 'leave' => 'Вийти', + ), +) \ No newline at end of file diff --git a/uk/space_types.php b/uk/space_types.php index db6f649..d1d2452 100644 --- a/uk/space_types.php +++ b/uk/space_types.php @@ -1,12 +1,18 @@ + array ( + 'building' => 'Будівля', + 'depot' => 'Приміщення депо', + 'utility_room' => 'Підсобне приміщення', + 'exhibition_room' => 'Виставковий зал', + 'display_cabinet' => 'Вітрина', + 'shelf' => 'Полиця', + 'box' => 'Скринька', + 'folder' => 'Папка', + 'office' => 'Офіс', + 'floor' => 'Поверх', + 'hallway' => 'Коридор', + ), +) \ No newline at end of file diff --git a/uk/syndication_repos.php b/uk/syndication_repos.php index 00fbf34..bbf9bc0 100644 --- a/uk/syndication_repos.php +++ b/uk/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'Німецька цифрова бібліотека (DDB)', + 'europeana' => 'європейський', + 'smb-digital' => 'SMB-цифровий', + 'kalliope-verbund' => 'Kalliope мережа', + ), +) \ No newline at end of file diff --git a/uk/timing_intervals_set.php b/uk/timing_intervals_set.php index c41a96b..3499329 100644 --- a/uk/timing_intervals_set.php +++ b/uk/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Щотижня', + 'monthly' => 'Щомісяця', + 'annual' => 'Щорічний', + ), +) \ No newline at end of file diff --git a/uk/title_types_set.php b/uk/title_types_set.php index 69191a6..79d5f64 100644 --- a/uk/title_types_set.php +++ b/uk/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Наукові дослідження', + 'Everyday speech' => 'Повсякденне мовлення', + 'Colloquial speech' => 'Розмовне мовлення', + 'Dialect' => 'Діалект', + ), +) \ No newline at end of file diff --git a/uk/todo_status.php b/uk/todo_status.php index a164fff..f9d9f58 100644 --- a/uk/todo_status.php +++ b/uk/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Запропоновано', + 'planned' => 'Заплановано', + 'in_progress' => 'У процесі виконання', + 'done' => 'Зроблено', + 'cancelled' => 'Скасовано ', + ), +) \ No newline at end of file diff --git a/uk/units_length_set.php b/uk/units_length_set.php index cee42f4..548200e 100644 --- a/uk/units_length_set.php +++ b/uk/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => 'м', + 'dm' => 'дм', + 'cm' => 'см', + 'mm' => 'мм', + 'ft' => 'фут', + 'in' => 'дюйм', + ), +) \ No newline at end of file diff --git a/uk/units_weight_set.php b/uk/units_weight_set.php index 3665ceb..2f97aab 100644 --- a/uk/units_weight_set.php +++ b/uk/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => 'тонн', + 'kg' => 'кг', + 'g' => 'гр', + ), +) \ No newline at end of file diff --git a/zh/actor_variant_types_set.php b/zh/actor_variant_types_set.php index 66ae23b..73c243e 100644 --- a/zh/actor_variant_types_set.php +++ b/zh/actor_variant_types_set.php @@ -1,10 +1,16 @@ + 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)', + ), +) \ No newline at end of file diff --git a/zh/appointment_attendance_modes.php b/zh/appointment_attendance_modes.php index d9b8e4e..5721c86 100644 --- a/zh/appointment_attendance_modes.php +++ b/zh/appointment_attendance_modes.php @@ -1,4 +1,10 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + 'mixed' => 'Offline and online', + ), +) \ No newline at end of file diff --git a/zh/appointment_cancellation_status_set.php b/zh/appointment_cancellation_status_set.php index 44c587e..f71aa7a 100644 --- a/zh/appointment_cancellation_status_set.php +++ b/zh/appointment_cancellation_status_set.php @@ -1,3 +1,9 @@ + array ( + 'scheduled_done' => 'Scheduled or done as planned', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/zh/appointment_contributor_roles.php b/zh/appointment_contributor_roles.php index f5ee62a..41c3b3c 100644 --- a/zh/appointment_contributor_roles.php +++ b/zh/appointment_contributor_roles.php @@ -1,3 +1,9 @@ + array ( + 'organizer' => 'Organizer', + 'presenter' => 'Presenter', + ), +) \ No newline at end of file diff --git a/zh/appointment_status.php b/zh/appointment_status.php index 1848fd6..cfebfa5 100644 --- a/zh/appointment_status.php +++ b/zh/appointment_status.php @@ -1,5 +1,11 @@ + array ( + 'scheduled' => 'Scheduled', + 'cancelled' => 'Cancelled', + 'moved_online' => 'Moved online', + 'postponed' => 'Postponed', + ), +) \ No newline at end of file diff --git a/zh/attendance_status_set.php b/zh/attendance_status_set.php index 4927c4d..c5810f8 100644 --- a/zh/attendance_status_set.php +++ b/zh/attendance_status_set.php @@ -1,3 +1,9 @@ + array ( + 'offline' => 'Offline', + 'online' => 'Online', + ), +) \ No newline at end of file diff --git a/zh/closer_location_types_set.php b/zh/closer_location_types_set.php index ac484f4..6776e96 100644 --- a/zh/closer_location_types_set.php +++ b/zh/closer_location_types_set.php @@ -1,5 +1,11 @@ + array ( + 0 => '', + 1 => 'Place of recording', + 2 => 'Place of discovery', + 3 => 'Former place', + ), +) \ No newline at end of file diff --git a/zh/colors_set.php b/zh/colors_set.php index 36ff777..29fd180 100644 --- a/zh/colors_set.php +++ b/zh/colors_set.php @@ -1,17 +1,23 @@ + 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', + ), +) \ No newline at end of file diff --git a/zh/conservation_report_type_set.php b/zh/conservation_report_type_set.php index fa9cdf1..be31944 100644 --- a/zh/conservation_report_type_set.php +++ b/zh/conservation_report_type_set.php @@ -1,7 +1,13 @@ + array ( + 'damage' => 'Damage', + 'conservation' => 'Conservation', + 'condition' => 'Condition', + 'restoration' => 'Restoration', + 'other_report' => 'Other report', + 'other' => 'Other report', + ), +) \ No newline at end of file diff --git a/zh/currencies_set.php b/zh/currencies_set.php index 1288fda..7857173 100644 --- a/zh/currencies_set.php +++ b/zh/currencies_set.php @@ -1,21 +1,30 @@ + 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', + ), +) \ No newline at end of file diff --git a/zh/custom_report_targets_set.php b/zh/custom_report_targets_set.php index faf19d1..5d965a4 100644 --- a/zh/custom_report_targets_set.php +++ b/zh/custom_report_targets_set.php @@ -1,5 +1,11 @@ + array ( + 'object_single' => 'Single object', + 'object_list' => 'Multiple objects', + 'loan' => 'Loan', + 'exhibition' => 'Exhibition', + ), +) \ No newline at end of file diff --git a/zh/disposal_method_set.php b/zh/disposal_method_set.php index 0f2cb1b..92fc25d 100644 --- a/zh/disposal_method_set.php +++ b/zh/disposal_method_set.php @@ -1,4 +1,10 @@ + array ( + 'sold' => 'Sold', + 'destroyed' => 'Destroyed', + 'garbage' => 'Thrown away / garbage collection', + ), +) \ No newline at end of file diff --git a/zh/entry_types.php b/zh/entry_types.php index 98516ae..ad250ac 100644 --- a/zh/entry_types.php +++ b/zh/entry_types.php @@ -1,19 +1,25 @@ + 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', + ), +) \ No newline at end of file diff --git a/zh/eventtype_name.php b/zh/eventtype_name.php index a565ace..868c28c 100644 --- a/zh/eventtype_name.php +++ b/zh/eventtype_name.php @@ -1,49 +1,55 @@ + 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 => 'Restorated', + 45 => 'Damaged', + 46 => 'Destroyed', + 47 => 'Lost', + 48 => 'Edited', + 49 => 'Donated / present', + 50 => 'Inherited', + ), +) \ No newline at end of file diff --git a/zh/exhibition_contributor_roles.php b/zh/exhibition_contributor_roles.php index f71f9bf..4515eef 100644 --- a/zh/exhibition_contributor_roles.php +++ b/zh/exhibition_contributor_roles.php @@ -1,6 +1,12 @@ + array ( + 'concept' => 'Concept', + 'curator' => 'Curator', + 'design' => 'Design', + 'coordinator' => 'Coordinator', + 'protagonist' => 'Protagonist', + ), +) \ No newline at end of file diff --git a/zh/gender_set.php b/zh/gender_set.php index be54d91..ca71a9d 100644 --- a/zh/gender_set.php +++ b/zh/gender_set.php @@ -1,4 +1,10 @@ + array ( + 'female' => 'Female', + 'male' => 'Male', + 'other' => 'Other', + ), +) \ No newline at end of file diff --git a/zh/license_explica.php b/zh/license_explica.php index 4a00276..1bfa77b 100644 --- a/zh/license_explica.php +++ b/zh/license_explica.php @@ -1,13 +1,19 @@ + 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.', + ), +) \ No newline at end of file diff --git a/zh/license_full_names.php b/zh/license_full_names.php index b01c6e0..59761d4 100644 --- a/zh/license_full_names.php +++ b/zh/license_full_names.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/zh/license_url.php b/zh/license_url.php index 6358421..4d0f886 100644 --- a/zh/license_url.php +++ b/zh/license_url.php @@ -1,13 +1,19 @@ + 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/', + ), +) \ No newline at end of file diff --git a/zh/loan_types.php b/zh/loan_types.php index ba16e2a..c1f58d7 100644 --- a/zh/loan_types.php +++ b/zh/loan_types.php @@ -1,3 +1,9 @@ + array ( + 'outgoing' => 'Outgoing', + 'incoming' => 'Incoming', + ), +) \ No newline at end of file diff --git a/zh/marking_types.php b/zh/marking_types.php index dbe8217..2d12847 100644 --- a/zh/marking_types.php +++ b/zh/marking_types.php @@ -1,20 +1,26 @@ + 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', + ), +) \ No newline at end of file diff --git a/zh/object_check_types_set.php b/zh/object_check_types_set.php index 6af1972..a35f413 100644 --- a/zh/object_check_types_set.php +++ b/zh/object_check_types_set.php @@ -1,4 +1,10 @@ + array ( + 'condition_check' => 'Condition check', + 'completeness_check' => 'Completeness check', + 'data_correctness_check' => 'Data correctness check', + ), +) \ No newline at end of file diff --git a/zh/object_damage_status_set.php b/zh/object_damage_status_set.php index 5dd06f5..4d4bbca 100644 --- a/zh/object_damage_status_set.php +++ b/zh/object_damage_status_set.php @@ -1,6 +1,12 @@ + array ( + 'identified' => 'Identified', + 'repair_possible' => 'Reviewed; repair possible', + 'repair_scheduled' => 'Repair scheduled', + 'repaired' => 'Repaired', + 'irreparable' => 'Irreparable', + ), +) \ No newline at end of file diff --git a/zh/object_damage_types_set.php b/zh/object_damage_types_set.php index 8d3942e..9064917 100644 --- a/zh/object_damage_types_set.php +++ b/zh/object_damage_types_set.php @@ -1,3 +1,9 @@ + array ( + 'water_damage' => 'Water damage', + 'breakage' => 'Breakage', + ), +) \ No newline at end of file diff --git a/zh/object_form_set.php b/zh/object_form_set.php index e9654ab..68154a2 100644 --- a/zh/object_form_set.php +++ b/zh/object_form_set.php @@ -1,6 +1,12 @@ + array ( + 'cube' => 'Cube', + 'cuboid' => 'Cuboid', + 'sphere' => 'Sphere', + 'cone' => 'Cone', + 'cylinder' => 'Cylinder', + ), +) \ No newline at end of file diff --git a/zh/object_publication_background.php b/zh/object_publication_background.php index 4eea821..7665c20 100644 --- a/zh/object_publication_background.php +++ b/zh/object_publication_background.php @@ -1,7 +1,13 @@ + array ( + 0 => 'Image published', + 1 => 'Transcript published', + 2 => 'Discussed', + 3 => 'Rezensiert', + 4 => 'Referenced', + 5 => 'Advertised', + ), +) \ No newline at end of file diff --git a/zh/object_status.php b/zh/object_status.php index eacca3b..d73bc5d 100644 --- a/zh/object_status.php +++ b/zh/object_status.php @@ -1,8 +1,14 @@ + 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', + ), +) \ No newline at end of file diff --git a/zh/phone_types.php b/zh/phone_types.php index 5a7b70f..ad5a575 100644 --- a/zh/phone_types.php +++ b/zh/phone_types.php @@ -1,7 +1,13 @@ + array ( + 'work' => 'Work', + 'home' => 'Home', + 'mobile' => 'Mobile', + 'work mobile' => 'Work mobile', + 'fax' => 'Fax', + 'fax work' => 'Fax (Work)', + ), +) \ No newline at end of file diff --git a/zh/placetypes.php b/zh/placetypes.php index 64404d9..8af3791 100644 --- a/zh/placetypes.php +++ b/zh/placetypes.php @@ -1,10 +1,16 @@ + array ( + 0 => 'Administrative', + 1 => 'Historical', + 2 => 'Region', + 3 => 'Street', + 4 => 'Building', + 5 => 'Mountains', + 6 => 'Forest', + 7 => 'Body of water', + 8 => 'Island', + ), +) \ No newline at end of file diff --git a/zh/podcast_contributor_roles.php b/zh/podcast_contributor_roles.php index 878789d..f5989e2 100644 --- a/zh/podcast_contributor_roles.php +++ b/zh/podcast_contributor_roles.php @@ -1,5 +1,11 @@ + array ( + 'onair' => 'On air', + 'recording' => 'Recording', + 'technical_support' => 'Technical support', + 'organization' => 'Organization', + ), +) \ No newline at end of file diff --git a/zh/position_set.php b/zh/position_set.php index 23b2652..ecea438 100644 --- a/zh/position_set.php +++ b/zh/position_set.php @@ -1,13 +1,19 @@ + 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', + ), +) \ No newline at end of file diff --git a/zh/process_types.php b/zh/process_types.php index 580383c..5683c0c 100644 --- a/zh/process_types.php +++ b/zh/process_types.php @@ -1,15 +1,21 @@ + 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', + ), +) \ No newline at end of file diff --git a/zh/recording_types_set.php b/zh/recording_types_set.php index 7fbbe89..2ca2d5f 100644 --- a/zh/recording_types_set.php +++ b/zh/recording_types_set.php @@ -1,3 +1,9 @@ + array ( + 'audio' => 'Audio', + 'video' => 'Video', + ), +) \ No newline at end of file diff --git a/zh/research_status.php b/zh/research_status.php index d2b453b..14bf8a8 100644 --- a/zh/research_status.php +++ b/zh/research_status.php @@ -1,4 +1,10 @@ + array ( + 'bad' => 'Not researched much', + 'medium' => 'Partly researched', + 'good' => 'Well researched', + ), +) \ No newline at end of file diff --git a/zh/source_type_set.php b/zh/source_type_set.php index a9cf5d5..bb60b1b 100644 --- a/zh/source_type_set.php +++ b/zh/source_type_set.php @@ -1,9 +1,15 @@ + array ( + 'article' => 'Article', + 'inbook' => 'Article in collected volume', + 'book' => 'Book', + 'phdthesis' => 'PhD thesis', + 'electronical' => 'Electronic resource', + 'misc' => 'Miscelaneous', + 'patent' => 'Patent', + 'unpublished' => 'Unpublished', + ), +) \ No newline at end of file diff --git a/zh/space_access_status.php b/zh/space_access_status.php index 2cf8b81..3bb000b 100644 --- a/zh/space_access_status.php +++ b/zh/space_access_status.php @@ -1,3 +1,9 @@ + array ( + 'enter' => 'Enter', + 'leave' => 'Leave', + ), +) \ No newline at end of file diff --git a/zh/space_types.php b/zh/space_types.php index bfc9a9e..1a09db8 100644 --- a/zh/space_types.php +++ b/zh/space_types.php @@ -1,12 +1,18 @@ + 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', + ), +) \ No newline at end of file diff --git a/zh/syndication_repos.php b/zh/syndication_repos.php index 9d6e4c7..6cca35d 100644 --- a/zh/syndication_repos.php +++ b/zh/syndication_repos.php @@ -1,5 +1,11 @@ + array ( + 'ddb' => 'German Digital Library (DDB)', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Kalliope Verbund', + ), +) \ No newline at end of file diff --git a/zh/timing_intervals_set.php b/zh/timing_intervals_set.php index 8f97384..b096f2a 100644 --- a/zh/timing_intervals_set.php +++ b/zh/timing_intervals_set.php @@ -1,4 +1,10 @@ + array ( + 'weekly' => 'Weekly', + 'monthly' => 'Monthly', + 'annual' => 'Annual', + ), +) \ No newline at end of file diff --git a/zh/title_types_set.php b/zh/title_types_set.php index d41ad98..1977875 100644 --- a/zh/title_types_set.php +++ b/zh/title_types_set.php @@ -1,6 +1,12 @@ + array ( + '' => ' ', + 'Science' => 'Science', + 'Everyday speech' => 'Everyday speech', + 'Colloquial speech' => 'Colloquial speech', + 'Dialect' => 'Dialect', + ), +) \ No newline at end of file diff --git a/zh/todo_status.php b/zh/todo_status.php index 4509864..3b6981f 100644 --- a/zh/todo_status.php +++ b/zh/todo_status.php @@ -1,6 +1,12 @@ + array ( + 'suggested' => 'Suggested', + 'planned' => 'Planned', + 'in_progress' => 'In progress', + 'done' => 'Done', + 'cancelled' => 'Cancelled', + ), +) \ No newline at end of file diff --git a/zh/units_length_set.php b/zh/units_length_set.php index cadb682..e443243 100644 --- a/zh/units_length_set.php +++ b/zh/units_length_set.php @@ -1,7 +1,13 @@ + array ( + 'm' => '公尺', + 'dm' => '分米', + 'cm' => '公分', + 'mm' => '公厘', + 'ft' => 'ft', + 'in' => 'inch', + ), +) \ No newline at end of file diff --git a/zh/units_weight_set.php b/zh/units_weight_set.php index c5fc643..d2c3eaf 100644 --- a/zh/units_weight_set.php +++ b/zh/units_weight_set.php @@ -1,4 +1,10 @@ + array ( + 't' => '吨', + 'kg' => '公斤', + 'g' => '公克', + ), +) \ No newline at end of file