Approval.
This commit is contained in:
@ -1,16 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'actor_variant_types_set' =>
|
||||
array (
|
||||
'birth_name' => 'Birth name',
|
||||
'married_name' => 'Married name',
|
||||
'monastic_name' => 'Monastic name',
|
||||
'pseudonym' => 'Pseudonym',
|
||||
'regnal_name' => 'Regnal name',
|
||||
'nickname' => 'Nickname',
|
||||
'artist_name' => 'Artist name',
|
||||
'civil_name' => 'Civil name',
|
||||
'generic_other_name' => 'Alternative Name (generic)',
|
||||
),
|
||||
)
|
@ -1,10 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_attendance_modes' =>
|
||||
array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'mixed' => 'Offline and online',
|
||||
),
|
||||
)
|
@ -1,9 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_cancellation_status_set' =>
|
||||
array (
|
||||
'scheduled_done' => 'Scheduled or done as planned',
|
||||
'cancelled' => 'Cancelled',
|
||||
),
|
||||
)
|
@ -1,9 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_contributor_roles' =>
|
||||
array (
|
||||
'organizer' => 'Organizer',
|
||||
'presenter' => 'Presenter',
|
||||
),
|
||||
)
|
@ -1,11 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_status' =>
|
||||
array (
|
||||
'scheduled' => 'Scheduled',
|
||||
'cancelled' => 'Cancelled',
|
||||
'moved_online' => 'Moved online',
|
||||
'postponed' => 'Postponed',
|
||||
),
|
||||
)
|
@ -1,9 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'attendance_status_set' =>
|
||||
array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
),
|
||||
)
|
@ -1,11 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'closer_location_types_set' =>
|
||||
array (
|
||||
0 => '',
|
||||
1 => 'Place of recording',
|
||||
2 => 'Place of discovery',
|
||||
3 => 'Former place',
|
||||
),
|
||||
)
|
@ -1,23 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'colors_set' =>
|
||||
array (
|
||||
'black' => 'Black',
|
||||
'green' => 'Green',
|
||||
'silver' => 'Silver',
|
||||
'lime' => 'Lime',
|
||||
'gray' => 'Gray',
|
||||
'olive' => 'Olive',
|
||||
'white' => 'White',
|
||||
'yellow' => 'Yellow',
|
||||
'maroon' => 'Maroon',
|
||||
'navy' => 'Navy',
|
||||
'red' => 'Red',
|
||||
'blue' => 'Blue',
|
||||
'purple' => 'Purple',
|
||||
'teal' => 'Teal',
|
||||
'fuchsia' => 'Fuchsia',
|
||||
'aqua' => 'Aqua',
|
||||
),
|
||||
)
|
@ -1,13 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'conservation_report_type_set' =>
|
||||
array (
|
||||
'damage' => 'Damage',
|
||||
'conservation' => 'Conservation',
|
||||
'condition' => 'Condition',
|
||||
'restoration' => 'Restoration',
|
||||
'other_report' => 'Other report',
|
||||
'other' => 'Other report',
|
||||
),
|
||||
)
|
@ -1,30 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'currencies_set' =>
|
||||
array (
|
||||
'eu-EUR' => 'Euro',
|
||||
'de-DM' => 'Deutsche Mark',
|
||||
'de-RM' => 'Reichsmark (Germany)',
|
||||
'es-Real' => 'Spanish Real',
|
||||
'hu-Ft' => 'Forint',
|
||||
'hu-Lari' => 'Lari',
|
||||
'hu-Pengő' => 'Pengő',
|
||||
'id-IDR' => 'Indonesian Rupiah',
|
||||
'pl-Złoty' => 'Złoty',
|
||||
'us-USD' => 'US Dollar',
|
||||
'ddr-Mark' => 'Mark (GDR)',
|
||||
'ddr-MDN' => 'MDN (GDR)',
|
||||
'hu-Korona' => 'Austro-Hungarian krone',
|
||||
'fr-FF' => 'French Franc',
|
||||
'uk-GBP' => 'Pound Sterling',
|
||||
'by-BYN' => 'Belarusian ruble',
|
||||
'ru-RUB' => 'Russian ruble',
|
||||
'su-SUR' => 'Soviet ruble',
|
||||
'ua-UAH' => 'Ukrainian hryvnia',
|
||||
),
|
||||
'license_full_names' =>
|
||||
array (
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
),
|
||||
)
|
@ -1,11 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'custom_report_targets_set' =>
|
||||
array (
|
||||
'object_single' => 'Single object',
|
||||
'object_list' => 'Multiple objects',
|
||||
'loan' => 'Loan',
|
||||
'exhibition' => 'Exhibition',
|
||||
),
|
||||
)
|
@ -1,10 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'disposal_method_set' =>
|
||||
array (
|
||||
'sold' => 'Sold',
|
||||
'destroyed' => 'Destroyed',
|
||||
'garbage' => 'Thrown away / garbage collection',
|
||||
),
|
||||
)
|
@ -1,25 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'entry_types' =>
|
||||
array (
|
||||
0 => '',
|
||||
1 => 'Donation',
|
||||
2 => 'Purchase',
|
||||
3 => 'Excavation',
|
||||
4 => 'Emergency Rescue',
|
||||
5 => 'Inheritance',
|
||||
6 => 'Endowment',
|
||||
7 => 'Dispossession',
|
||||
8 => 'Original condition',
|
||||
9 => 'Loan',
|
||||
10 => 'Exchange',
|
||||
11 => 'In-house production',
|
||||
12 => 'Material Strain (Törzsanyag)',
|
||||
14 => 'Vorlass',
|
||||
15 => 'Finding',
|
||||
98 => 'To be checked',
|
||||
99 => 'Other legal acquisition',
|
||||
16 => 'Permanent loan',
|
||||
),
|
||||
)
|
@ -1,55 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'eventname' =>
|
||||
array (
|
||||
1 => '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',
|
||||
),
|
||||
)
|
@ -1,12 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'exhibition_contributor_roles' =>
|
||||
array (
|
||||
'concept' => 'Concept',
|
||||
'curator' => 'Curator',
|
||||
'design' => 'Design',
|
||||
'coordinator' => 'Coordinator',
|
||||
'protagonist' => 'Protagonist',
|
||||
),
|
||||
)
|
@ -1,10 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'gender_set' =>
|
||||
array (
|
||||
'female' => 'Female',
|
||||
'male' => 'Male',
|
||||
'other' => 'Other',
|
||||
),
|
||||
)
|
@ -1,19 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'license_explica' =>
|
||||
array (
|
||||
'CC BY-NC-SA' => 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.',
|
||||
'CC BY-NC-ND' => 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.',
|
||||
'CC BY-NC' => 'For non commercial purposes the material might be used freely if the attribution is given.',
|
||||
'CC BY-ND' => 'The material might be used freely if the attribution is given. It may not be altered.',
|
||||
'CC BY-SA' => 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.',
|
||||
'CC BY' => 'The material might be used freely (and even altered) if the attribution is given.',
|
||||
'CC0' => 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.',
|
||||
'RR-F' => 'Free access - no reuse.',
|
||||
'RR-P' => 'Paid access - no reuse. Previews might be freely accessible.',
|
||||
'RR-R' => 'Restricted access. Reserved rights.',
|
||||
'Orphan Work' => 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.',
|
||||
'Public Domain Mark' => 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.',
|
||||
),
|
||||
)
|
@ -1,19 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'license_full_names' =>
|
||||
array (
|
||||
'CC BY-NC-SA' => 'Attribution - Non Commercial - Share Alike',
|
||||
'CC BY-NC' => 'Attribution - Non Commercial',
|
||||
'CC BY-ND' => 'Attribution - No Derivates',
|
||||
'CC BY-SA' => 'Attribution - Share Alike',
|
||||
'CC BY' => 'Attribution',
|
||||
'CC0' => 'No Rights Reserved',
|
||||
'RR-F' => 'Rights Reserved - Free Access',
|
||||
'RR-P' => 'Rights Reserved - Paid Access',
|
||||
'RR-R' => 'Rights Reserved - Restricted Access',
|
||||
'Orphan Work' => 'Orphan Work',
|
||||
'Public Domain Mark' => 'Public Domain Mark',
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
),
|
||||
)
|
@ -1,19 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'license_url' =>
|
||||
array (
|
||||
'CC BY-NC-SA' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/',
|
||||
'CC BY-NC-ND' => 'https://creativecommons.org/licenses/by-nc-nd/4.0/',
|
||||
'CC BY-NC' => 'https://creativecommons.org/licenses/by-nc/4.0/',
|
||||
'CC BY-ND' => 'https://creativecommons.org/licenses/by-nd/4.0/',
|
||||
'CC BY-SA' => 'https://creativecommons.org/licenses/by-sa/4.0/',
|
||||
'CC BY' => 'https://creativecommons.org/licenses/by/4.0/',
|
||||
'CC0' => 'https://creativecommons.org/publicdomain/zero/1.0/',
|
||||
'RR-F' => 'http://www.europeana.eu/rights/rr-f/',
|
||||
'RR-P' => 'http://www.europeana.eu/rights/rr-p/',
|
||||
'RR-R' => 'http://www.europeana.eu/rights/rr-r/',
|
||||
'Orphan Work' => 'http://www.europeana.eu/rights/orphan-work-eu/',
|
||||
'Public Domain Mark' => 'https://creativecommons.org/publicdomain/mark/1.0/',
|
||||
),
|
||||
)
|
@ -1,9 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'loan_types' =>
|
||||
array (
|
||||
'outgoing' => 'Outgoing',
|
||||
'incoming' => 'Incoming',
|
||||
),
|
||||
)
|
@ -1,26 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'marking_types' =>
|
||||
array (
|
||||
'signature' => 'Signature',
|
||||
'watermark' => 'Watermark',
|
||||
'engraving' => 'Engraving',
|
||||
'scratch' => 'Scratching',
|
||||
'stamp' => 'Stamped',
|
||||
'overprint' => 'Overprint',
|
||||
'embossing' => 'Embossing',
|
||||
'handwritten' => 'Handwritten',
|
||||
'glued' => 'Glued',
|
||||
'embroidered' => 'Embroidered',
|
||||
'sewn' => 'Sewn',
|
||||
'screwed' => 'Screwed',
|
||||
'burnt_in' => 'Burnt in',
|
||||
'riveted' => 'Riveted',
|
||||
'nailed' => 'Nailed',
|
||||
'hallmarked' => 'Hallmarked',
|
||||
'punched' => 'Punched',
|
||||
'scarified' => 'Scarified',
|
||||
'cast' => 'Cast',
|
||||
),
|
||||
)
|
@ -1,10 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_check_types_set' =>
|
||||
array (
|
||||
'condition_check' => 'Condition check',
|
||||
'completeness_check' => 'Completeness check',
|
||||
'data_correctness_check' => 'Data correctness check',
|
||||
),
|
||||
)
|
@ -1,12 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_damage_status_set' =>
|
||||
array (
|
||||
'identified' => 'Identified',
|
||||
'repair_possible' => 'Reviewed; repair possible',
|
||||
'repair_scheduled' => 'Repair scheduled',
|
||||
'repaired' => 'Repaired',
|
||||
'irreparable' => 'Irreparable',
|
||||
),
|
||||
)
|
@ -1,9 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_damage_types_set' =>
|
||||
array (
|
||||
'water_damage' => 'Water damage',
|
||||
'breakage' => 'Breakage',
|
||||
),
|
||||
)
|
@ -1,12 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_form_set' =>
|
||||
array (
|
||||
'cube' => 'Cube',
|
||||
'cuboid' => 'Cuboid',
|
||||
'sphere' => 'Sphere',
|
||||
'cone' => 'Cone',
|
||||
'cylinder' => 'Cylinder',
|
||||
),
|
||||
)
|
@ -1,13 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_publication_background' =>
|
||||
array (
|
||||
0 => 'Image published',
|
||||
1 => 'Transcript published',
|
||||
2 => 'Discussed',
|
||||
3 => 'Rezensiert',
|
||||
4 => 'Referenced',
|
||||
5 => 'Advertised',
|
||||
),
|
||||
)
|
@ -1,14 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_status' =>
|
||||
array (
|
||||
'owned' => 'Owned',
|
||||
'permanent_loan' => 'Permanent loan',
|
||||
'borrowed' => 'Borrowed',
|
||||
'to_check_for_gift' => 'To check (for gift)',
|
||||
'to_check' => 'To check',
|
||||
'deaccessed' => 'Deaccessed',
|
||||
'third_party_property' => 'Third party property',
|
||||
),
|
||||
)
|
@ -1,13 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'phone_types' =>
|
||||
array (
|
||||
'work' => 'Work',
|
||||
'home' => 'Home',
|
||||
'mobile' => 'Mobile',
|
||||
'work mobile' => 'Work mobile',
|
||||
'fax' => 'Fax',
|
||||
'fax work' => 'Fax (Work)',
|
||||
),
|
||||
)
|
@ -1,16 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'tlPlacetypes' =>
|
||||
array (
|
||||
0 => 'Administrative',
|
||||
1 => 'Historical',
|
||||
2 => 'Region',
|
||||
3 => 'Street',
|
||||
4 => 'Building',
|
||||
5 => 'Mountains',
|
||||
6 => 'Forrest',
|
||||
7 => 'Body of water',
|
||||
8 => 'Island',
|
||||
),
|
||||
)
|
@ -1,11 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'podcast_contributor_roles' =>
|
||||
array (
|
||||
'onair' => 'On air',
|
||||
'recording' => 'Recording',
|
||||
'technical_support' => 'Technical support',
|
||||
'organization' => 'Organization',
|
||||
),
|
||||
)
|
@ -1,19 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'position_set' =>
|
||||
array (
|
||||
'left' => 'Left',
|
||||
'top_left' => 'Top left',
|
||||
'top' => 'Top',
|
||||
'top_right' => 'Top right',
|
||||
'right' => 'Right',
|
||||
'bottom_right' => 'Bottom right',
|
||||
'bottom' => 'Bottom',
|
||||
'bottom_left' => 'Unten links',
|
||||
'center' => 'Center',
|
||||
'rear_side' => 'Rear side',
|
||||
'edge' => 'Edge',
|
||||
'other' => 'Other',
|
||||
),
|
||||
)
|
@ -1,21 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'process_types' =>
|
||||
array (
|
||||
'project' => 'Project',
|
||||
'grant_application' => 'Grant application',
|
||||
'exhibition' => 'Exhibition',
|
||||
'appointment' => 'Appointment / Event',
|
||||
'loan_incoming' => 'Loan (incoming)',
|
||||
'loan_outgoing' => 'Loan (outgoing)',
|
||||
'employment_ad' => 'Employment ad',
|
||||
'purchase' => 'Purchase',
|
||||
'deaccession' => 'Deaccession',
|
||||
'construction' => 'Construction measure',
|
||||
'pest_control_campaign' => 'Pest control campaign',
|
||||
'pr_campaign' => 'PR campaign',
|
||||
'relocation' => 'Relocation',
|
||||
'discussion' => 'Discussion',
|
||||
),
|
||||
)
|
@ -1,9 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'recording_types_set' =>
|
||||
array (
|
||||
'audio' => 'Audio',
|
||||
'video' => 'Video',
|
||||
),
|
||||
)
|
@ -1,10 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'research_status' =>
|
||||
array (
|
||||
'bad' => 'Not researched much',
|
||||
'medium' => 'Partly researched',
|
||||
'good' => 'Well researched',
|
||||
),
|
||||
)
|
@ -1,15 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'source_type_set' =>
|
||||
array (
|
||||
'article' => 'Article',
|
||||
'inbook' => 'Article in collected volume',
|
||||
'book' => 'Book',
|
||||
'phdthesis' => 'PhD thesis',
|
||||
'electronical' => 'Electronic resource',
|
||||
'misc' => 'Miscelaneous',
|
||||
'patent' => 'Patent',
|
||||
'unpublished' => 'Unpublished',
|
||||
),
|
||||
)
|
@ -1,9 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'space_access_status' =>
|
||||
array (
|
||||
'enter' => 'Enter',
|
||||
'leave' => 'Leave',
|
||||
),
|
||||
)
|
@ -1,18 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'space_types' =>
|
||||
array (
|
||||
'building' => 'Building',
|
||||
'depot' => 'Depot room',
|
||||
'utility_room' => 'Utility room',
|
||||
'exhibition_room' => 'Exhibition room',
|
||||
'display_cabinet' => 'Display cabinet',
|
||||
'shelf' => 'Shelf',
|
||||
'box' => 'Box',
|
||||
'folder' => 'Folder',
|
||||
'office' => 'Office',
|
||||
'floor' => 'Floor',
|
||||
'hallway' => 'Hallway',
|
||||
),
|
||||
)
|
@ -1,11 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'syndication_repos' =>
|
||||
array (
|
||||
'ddb' => 'German Digital Library (DDB)',
|
||||
'europeana' => 'Europeana',
|
||||
'smb-digital' => 'SMB-digital',
|
||||
'kalliope-verbund' => 'Kalliope Verbund',
|
||||
),
|
||||
)
|
@ -1,10 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'timing_intervals_set' =>
|
||||
array (
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'annual' => 'Annual',
|
||||
),
|
||||
)
|
@ -1,12 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'title_types_set' =>
|
||||
array (
|
||||
'' => ' ',
|
||||
'Science' => 'Science',
|
||||
'Everyday speech' => 'Everyday speech',
|
||||
'Colloquial speech' => 'Colloquial speech',
|
||||
'Dialect' => 'Dialect',
|
||||
),
|
||||
)
|
@ -1,12 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'todo_status' =>
|
||||
array (
|
||||
'suggested' => 'Suggested',
|
||||
'planned' => 'Planned',
|
||||
'in_progress' => 'In progress',
|
||||
'done' => 'Done',
|
||||
'cancelled' => 'Cancelled',
|
||||
),
|
||||
)
|
@ -1,13 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'units_length_set' =>
|
||||
array (
|
||||
'm' => 'm',
|
||||
'dm' => 'dm',
|
||||
'cm' => 'cm',
|
||||
'mm' => 'mm',
|
||||
'ft' => 'ft',
|
||||
'in' => 'inch',
|
||||
),
|
||||
)
|
@ -1,10 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'units_weight_set' =>
|
||||
array (
|
||||
't' => 't',
|
||||
'kg' => 'kg',
|
||||
'g' => 'g',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user