Approval.
This commit is contained in:
parent
a2fa7b7bf2
commit
7bfd222f94
@ -8,22 +8,22 @@ $position_set = array (
|
|||||||
'right' => 'Jobb',
|
'right' => 'Jobb',
|
||||||
'bottom_right' => 'Jobb alsó',
|
'bottom_right' => 'Jobb alsó',
|
||||||
'bottom' => 'Alsó',
|
'bottom' => 'Alsó',
|
||||||
'bottom_left' => 'Bottom left',
|
'bottom_left' => 'Bal alsó',
|
||||||
'center' => 'Közép',
|
'center' => 'Közép',
|
||||||
'rear_side' => 'Hátoldal',
|
'rear_side' => 'Hátoldal',
|
||||||
'edge' => 'Szegély',
|
'edge' => 'Szegély',
|
||||||
'other' => 'Egyéb',
|
'other' => 'Egyéb',
|
||||||
'inside' => 'Belül',
|
'inside' => 'Belül',
|
||||||
'underside' => 'Underside',
|
'underside' => 'Alsó oldal',
|
||||||
'topside' => 'Topside',
|
'topside' => 'Felső oldal',
|
||||||
'front_front' => 'Full front',
|
'front_front' => 'Teljes front',
|
||||||
'rear_left' => 'Rear side: left',
|
'rear_left' => 'Hátoldal: bal',
|
||||||
'rear_top_left' => 'Rear side: top left',
|
'rear_top_left' => 'Hátoldal: bal felső',
|
||||||
'rear_top' => 'Rear side: top',
|
'rear_top' => 'Hátoldal: felső',
|
||||||
'rear_top_right' => 'Rear side: top right',
|
'rear_top_right' => 'Hátoldal: jobb felső',
|
||||||
'rear_right' => 'Rear side: right',
|
'rear_right' => 'Hátoldal: jobb',
|
||||||
'rear_bottom_right' => 'Rear side: bottom right',
|
'rear_bottom_right' => 'Hátoldal: jobb alsó',
|
||||||
'rear_bottom' => 'Rear side: bottom',
|
'rear_bottom' => 'Hátoldal: alsó',
|
||||||
'rear_bottom_left' => 'Rear side: bottom left',
|
'rear_bottom_left' => 'Hátoldal: bal alsó',
|
||||||
'rear_center' => 'Rear side: center',
|
'rear_center' => 'Hátoldal: közép',
|
||||||
);
|
);
|
||||||
|
@ -10,7 +10,7 @@ $process_types = array (
|
|||||||
'employment_ad' => 'Álláshirdetés',
|
'employment_ad' => 'Álláshirdetés',
|
||||||
'purchase' => 'Vétel',
|
'purchase' => 'Vétel',
|
||||||
'deaccession' => 'Kivonás a gyűjteményből (deaccessioning)',
|
'deaccession' => 'Kivonás a gyűjteményből (deaccessioning)',
|
||||||
'construction' => 'Épitkezés',
|
'construction' => 'Építési intézkedések',
|
||||||
'pest_control_campaign' => 'Kártevők elleni védekezés',
|
'pest_control_campaign' => 'Kártevők elleni védekezés',
|
||||||
'pr_campaign' => 'PR-kampány',
|
'pr_campaign' => 'PR-kampány',
|
||||||
'relocation' => 'Áthelyezés',
|
'relocation' => 'Áthelyezés',
|
||||||
|
@ -4,21 +4,21 @@ $series_contributor_role = array (
|
|||||||
'author' => 'Szerző',
|
'author' => 'Szerző',
|
||||||
'director' => 'Rendező',
|
'director' => 'Rendező',
|
||||||
'dramaturg' => 'Dramaturg',
|
'dramaturg' => 'Dramaturg',
|
||||||
'production_designer' => 'Production designer',
|
'production_designer' => 'Díszlettervező',
|
||||||
'costumer' => 'Costumer',
|
'costumer' => 'Jelmeztervező',
|
||||||
'musician' => 'Musician',
|
'musician' => 'Zenész',
|
||||||
'choreographer' => 'Choreographer',
|
'choreographer' => 'Koreográfus',
|
||||||
'make_up_artist' => 'Make-up artist',
|
'make_up_artist' => 'Sminkes',
|
||||||
'speech_trainer' => 'Speech trainer',
|
'speech_trainer' => 'Beszédtanár',
|
||||||
'puppet_maker' => 'Puppet maker',
|
'puppet_maker' => 'Bábkészítő',
|
||||||
'technician' => 'Technician',
|
'technician' => 'Technikus',
|
||||||
'inspector' => 'Inspector',
|
'inspector' => 'Felügyelő',
|
||||||
'assistant' => 'Assistant',
|
'assistant' => 'Asszisztens',
|
||||||
'actor' => 'Színész',
|
'actor' => 'Színész',
|
||||||
'painter' => 'Painter',
|
'painter' => 'Festő',
|
||||||
'creator' => 'Creator',
|
'creator' => 'Alkotó',
|
||||||
'equipment_supplier' => 'Equipment supplier',
|
'equipment_supplier' => 'Eszközbeszállító',
|
||||||
'contributing_institution' => 'Contributing institution',
|
'contributing_institution' => 'Közreműködő intézmény',
|
||||||
'event_organizer' => 'Event organizer',
|
'event_organizer' => 'Rendezvényszervező',
|
||||||
'movement_trainer' => 'Movement trainer',
|
'movement_trainer' => 'Mozgástréner',
|
||||||
);
|
);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$series_place_role = array (
|
$series_place_role = array (
|
||||||
'place_of_production' => 'Place of production',
|
'place_of_production' => 'Gyártási helyszín',
|
||||||
'performance_space' => 'Performance space',
|
'performance_space' => 'Előadóhely',
|
||||||
'rehearsal_space' => 'Rehearsal space',
|
'rehearsal_space' => 'Próbahelyszín',
|
||||||
);
|
);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$series_time_role = array (
|
$series_time_role = array (
|
||||||
'premiere' => 'Premiere',
|
'premiere' => 'Premier',
|
||||||
'time_of_presentation' => 'Time of presentation',
|
'time_of_presentation' => 'Bemutató időpontja',
|
||||||
);
|
);
|
||||||
|
@ -6,7 +6,7 @@ $source_type_set = array (
|
|||||||
'book' => 'Könyv',
|
'book' => 'Könyv',
|
||||||
'phdthesis' => 'Disszertáció',
|
'phdthesis' => 'Disszertáció',
|
||||||
'electronical' => 'Elektronikus publikáció',
|
'electronical' => 'Elektronikus publikáció',
|
||||||
'misc' => 'Különböző',
|
'misc' => 'Egyéb',
|
||||||
'patent' => 'Szabadalom',
|
'patent' => 'Szabadalom',
|
||||||
'unpublished' => 'Kiadatlan',
|
'unpublished' => 'Kiadatlan',
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user