Approval.
This commit is contained in:
parent
41d53684ff
commit
8d83978b4f
|
@ -3,5 +3,5 @@ declare(strict_types = 1);
|
||||||
$appointment_attendance_modes = array (
|
$appointment_attendance_modes = array (
|
||||||
'offline' => 'Offline',
|
'offline' => 'Offline',
|
||||||
'online' => 'Online',
|
'online' => 'Online',
|
||||||
'mixed' => 'Offline and online',
|
'mixed' => 'Offline és online',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$appointment_contributor_roles = array (
|
$appointment_contributor_roles = array (
|
||||||
'organizer' => 'Organizer',
|
'organizer' => 'Szervező',
|
||||||
'presenter' => 'Presenter',
|
'presenter' => 'Előadó',
|
||||||
);
|
);
|
||||||
|
|
|
@ -11,16 +11,16 @@ $currencies_set = array (
|
||||||
'id-IDR' => 'Indonéz rúpia',
|
'id-IDR' => 'Indonéz rúpia',
|
||||||
'pl-Złoty' => 'Złoty',
|
'pl-Złoty' => 'Złoty',
|
||||||
'us-USD' => 'Dollár (US)',
|
'us-USD' => 'Dollár (US)',
|
||||||
'ddr-Mark' => 'Mark (GDR)',
|
'ddr-Mark' => 'Márka (NDK)',
|
||||||
'ddr-MDN' => 'MDN (GDR)',
|
'ddr-MDN' => 'MDN (GDR)',
|
||||||
'hu-Korona' => 'Korona (osztrák-magyar)',
|
'hu-Korona' => 'Korona (osztrák-magyar)',
|
||||||
'fr-FF' => 'French Franc',
|
'fr-FF' => 'Francia frank',
|
||||||
'uk-GBP' => 'Pound Sterling',
|
'uk-GBP' => 'Angol font',
|
||||||
'by-BYN' => 'Belarusian ruble',
|
'by-BYN' => 'Belarusz rubel',
|
||||||
'ru-RUB' => 'Russian ruble',
|
'ru-RUB' => 'Orosz rubel',
|
||||||
'su-SUR' => 'Soviet ruble',
|
'su-SUR' => 'Szovjet rubel',
|
||||||
'ua-UAH' => 'Ukrainian hryvnia',
|
'ua-UAH' => 'Ukrán hrivnya',
|
||||||
'ch-CHF' => 'Swiss franc',
|
'ch-CHF' => 'Svájci frank',
|
||||||
);
|
);
|
||||||
$license_full_names = array (
|
$license_full_names = array (
|
||||||
'CC BY-NC-ND' => 'Nevezd meg! - Ne add el! - Ne változtasd!',
|
'CC BY-NC-ND' => 'Nevezd meg! - Ne add el! - Ne változtasd!',
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$custom_report_targets_set = array (
|
$custom_report_targets_set = array (
|
||||||
'object_single' => 'Single object',
|
'object_single' => 'Egy tárgy',
|
||||||
'object_list' => 'Multiple objects',
|
'object_list' => 'Több tárgy',
|
||||||
'loan' => 'Loan',
|
'loan' => 'Haszonkölcsön',
|
||||||
'exhibition' => 'Exhibition',
|
'exhibition' => 'Kiállítás',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$disposal_method_set = array (
|
$disposal_method_set = array (
|
||||||
'sold' => 'Sold',
|
'sold' => 'Eladva',
|
||||||
'destroyed' => 'Destroyed',
|
'destroyed' => 'Megsemmisítve',
|
||||||
'garbage' => 'Thrown away / garbage collection',
|
'garbage' => 'Kidobás / szemétgyűjtés',
|
||||||
);
|
);
|
||||||
|
|
|
@ -47,6 +47,6 @@ $eventname = array (
|
||||||
46 => 'Megsemmisülés',
|
46 => 'Megsemmisülés',
|
||||||
47 => 'Eltűnés',
|
47 => 'Eltűnés',
|
||||||
48 => 'Szerkesztés',
|
48 => 'Szerkesztés',
|
||||||
49 => 'Donated / present',
|
49 => 'Adományozó',
|
||||||
50 => 'Inherited',
|
50 => 'Örökölte',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$exhibition_contributor_roles = array (
|
$exhibition_contributor_roles = array (
|
||||||
'concept' => 'Concept',
|
'concept' => 'Koncepció',
|
||||||
'curator' => 'Curator',
|
'curator' => 'Kurátor',
|
||||||
'design' => 'Design',
|
'design' => 'Dizájn',
|
||||||
'coordinator' => 'Coordinator',
|
'coordinator' => 'Koordinátor',
|
||||||
'protagonist' => 'Protagonist',
|
'protagonist' => 'Főszerepelő',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$license_explica = 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-SA' => 'Nem kereskedelmi célokra az anyag szabadon felhasználható (akár megváltoztatható), ha a szerzői jogcím feltüntetésre kerül. A jogok státuszát a terjesztés esetén változatlanul meg kell tartani.',
|
||||||
'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-ND' => 'Nem kereskedelmi célokra az anyag szabadon felhasználható, ha a szerzői jogcím feltüntetésre kerül. Megváltoztatni nem szabad.',
|
||||||
'CC BY-NC' => 'For non commercial purposes the material might be used freely if the attribution is given.',
|
'CC BY-NC' => 'Nem kereskedelmi célokra az anyag szabadon felhasználható, ha a szerzői jogcím feltüntetésre kerül.',
|
||||||
'CC BY-ND' => 'The material might be used freely if the attribution is given. It may not be altered.',
|
'CC BY-ND' => 'Az anyag szabadon felhasználható, ha a szerzői jogcím feltüntetésre kerül. Megváltoztatni nem szabad.',
|
||||||
'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-SA' => 'Az anyag szabadon felhasználható (és akár módosítható is), ha megadják a szerzői jogokat. A jogok státuszát terjesztés esetén változatlanul meg kell tartani.',
|
||||||
'CC BY' => 'The material might be used freely (and even altered) if the attribution is given.',
|
'CC BY' => 'Az anyag szabadon felhasználható (és akár módosítható is), ha megadják a szerzői jogokat.',
|
||||||
'CC0' => 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.',
|
'CC0' => 'Nincsenek fenntartott jogok. Csak akkor használja a CC0-t, ha hajlandó minden jogról lemondani.',
|
||||||
'RR-F' => 'Free access - no reuse.',
|
'RR-F' => 'Szabad hozzáférés - nincs újrafelhasználás.',
|
||||||
'RR-P' => 'Paid access - no reuse. Previews might be freely accessible.',
|
'RR-P' => 'Fizetős hozzáférés - nincs újrafelhasználás. Az előnézetek szabadon hozzáférhetőek lehetnek.',
|
||||||
'RR-R' => 'Restricted access. Reserved rights.',
|
'RR-R' => 'Korlátozott hozzáférés. Jogok fenntartva.',
|
||||||
'Orphan Work' => 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.',
|
'Orphan Work' => 'A jogtulajdonos nem volt meghatározható. A mű szerepel az EU árva művek listáján.',
|
||||||
'Public Domain Mark' => 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.',
|
'Public Domain Mark' => 'Ez a mű a szerzői jog értelmében mentes az ismert korlátozásoktól.',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$loan_types = array (
|
$loan_types = array (
|
||||||
'outgoing' => 'Outgoing',
|
'outgoing' => 'Kimenő',
|
||||||
'incoming' => 'Incoming',
|
'incoming' => 'Bejövő',
|
||||||
);
|
);
|
||||||
|
|
|
@ -10,14 +10,14 @@ $marking_types = array (
|
||||||
'embossing' => 'Dombornyomás',
|
'embossing' => 'Dombornyomás',
|
||||||
'handwritten' => 'Kézzel írt',
|
'handwritten' => 'Kézzel írt',
|
||||||
'glued' => 'Ragasztott',
|
'glued' => 'Ragasztott',
|
||||||
'embroidered' => 'Embroidered',
|
'embroidered' => 'Hímzett',
|
||||||
'sewn' => 'Sewn',
|
'sewn' => 'Varrott',
|
||||||
'screwed' => 'Screwed',
|
'screwed' => 'Csavarozott',
|
||||||
'burnt_in' => 'Burnt in',
|
'burnt_in' => 'Égetett',
|
||||||
'riveted' => 'Riveted',
|
'riveted' => 'Szegecselt',
|
||||||
'nailed' => 'Nailed',
|
'nailed' => 'Szegelt',
|
||||||
'hallmarked' => 'Hallmarked',
|
'hallmarked' => 'Fémjelzett',
|
||||||
'punched' => 'Punched',
|
'punched' => 'Lyukasztott',
|
||||||
'scarified' => 'Scarified',
|
'scarified' => 'Karcolt',
|
||||||
'cast' => 'Cast',
|
'cast' => 'Öntött',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$object_check_types_set = array (
|
$object_check_types_set = array (
|
||||||
'condition_check' => 'Condition check',
|
'condition_check' => 'Állapotellenőrzés',
|
||||||
'completeness_check' => 'Completeness check',
|
'completeness_check' => 'Teljesség-ellenőrzés',
|
||||||
'data_correctness_check' => 'Data correctness check',
|
'data_correctness_check' => 'Adatok helyességének ellenőrzése',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$object_damage_status_set = array (
|
$object_damage_status_set = array (
|
||||||
'identified' => 'Identified',
|
'identified' => 'Azonosított',
|
||||||
'repair_possible' => 'Reviewed; repair possible',
|
'repair_possible' => 'Felülvizsgálva; javítás lehetséges',
|
||||||
'repair_scheduled' => 'Repair scheduled',
|
'repair_scheduled' => 'Javítás ütemezve',
|
||||||
'repaired' => 'Repaired',
|
'repaired' => 'Javított',
|
||||||
'irreparable' => 'Irreparable',
|
'irreparable' => 'Javíthatatlan',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$object_damage_types_set = array (
|
$object_damage_types_set = array (
|
||||||
'water_damage' => 'Water damage',
|
'water_damage' => 'Vízkár',
|
||||||
'breakage' => 'Breakage',
|
'breakage' => 'Törés',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$podcast_contributor_roles = array (
|
$podcast_contributor_roles = array (
|
||||||
'onair' => 'On air',
|
'onair' => 'Adásban',
|
||||||
'recording' => 'Recording',
|
'recording' => 'Felvétel',
|
||||||
'technical_support' => 'Technical support',
|
'technical_support' => 'Technikai szupport',
|
||||||
'organization' => 'Organization',
|
'organization' => 'Szervezet',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$recording_types_set = array (
|
$recording_types_set = array (
|
||||||
'audio' => 'Audio',
|
'audio' => 'Audió',
|
||||||
'video' => 'Video',
|
'video' => 'Videó',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$research_status = array (
|
$research_status = array (
|
||||||
'bad' => 'Not researched much',
|
'bad' => 'Kevésbé kutatott',
|
||||||
'medium' => 'Partly researched',
|
'medium' => 'Részben kutatott',
|
||||||
'good' => 'Well researched',
|
'good' => 'Átfogóan kutatott',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$space_access_status = array (
|
$space_access_status = array (
|
||||||
'enter' => 'Enter',
|
'enter' => 'Belépés',
|
||||||
'leave' => 'Leave',
|
'leave' => 'Távozás',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$space_types = array (
|
$space_types = array (
|
||||||
'building' => 'Building',
|
'building' => 'Épület',
|
||||||
'depot' => 'Depot room',
|
'depot' => 'Raktárhelyiség',
|
||||||
'utility_room' => 'Utility room',
|
'utility_room' => 'Szoba',
|
||||||
'exhibition_room' => 'Exhibition room',
|
'exhibition_room' => 'Kiállítótér',
|
||||||
'display_cabinet' => 'Display cabinet',
|
'display_cabinet' => 'Vitrin',
|
||||||
'shelf' => 'Shelf',
|
'shelf' => 'Polc',
|
||||||
'box' => 'Box',
|
'box' => 'Doboz',
|
||||||
'folder' => 'Folder',
|
'folder' => 'Mappa',
|
||||||
'office' => 'Office',
|
'office' => 'Iroda',
|
||||||
'floor' => 'Floor',
|
'floor' => 'Emelet',
|
||||||
'hallway' => 'Hallway',
|
'hallway' => 'Folyosó',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$syndication_repos = array (
|
$syndication_repos = array (
|
||||||
'ddb' => 'German Digital Library (DDB)',
|
'ddb' => 'Német Digitális Könyvtár (DDB)',
|
||||||
'europeana' => 'Europeana',
|
'europeana' => 'Europeana',
|
||||||
'smb-digital' => 'SMB-digital',
|
'smb-digital' => 'SMB-digital',
|
||||||
'kalliope-verbund' => 'Kalliope Verbund',
|
'kalliope-verbund' => 'Kalliope Verbund',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$timing_intervals_set = array (
|
$timing_intervals_set = array (
|
||||||
'weekly' => 'Weekly',
|
'weekly' => 'Heti',
|
||||||
'monthly' => 'Monthly',
|
'monthly' => 'Havi',
|
||||||
'annual' => 'Annual',
|
'annual' => 'Éves',
|
||||||
);
|
);
|
||||||
|
|
|
@ -6,6 +6,6 @@ $title_types_set = array (
|
||||||
'Everyday speech' => 'Köznyelvi',
|
'Everyday speech' => 'Köznyelvi',
|
||||||
'Colloquial speech' => 'Nyelvjárás',
|
'Colloquial speech' => 'Nyelvjárás',
|
||||||
'Dialect' => 'Dialektus',
|
'Dialect' => 'Dialektus',
|
||||||
'Professional jargon' => 'Professional jargon',
|
'Professional jargon' => 'Szakzsargon',
|
||||||
'Sociolect' => 'Sociolect',
|
'Sociolect' => 'Szociolektus ',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$todo_status = array (
|
$todo_status = array (
|
||||||
'suggested' => 'Suggested',
|
'suggested' => 'Javasolt',
|
||||||
'planned' => 'Planned',
|
'planned' => 'Tervezett',
|
||||||
'in_progress' => 'In progress',
|
'in_progress' => 'Folyamatban',
|
||||||
'done' => 'Done',
|
'done' => 'Kész',
|
||||||
'cancelled' => 'Lemondva',
|
'cancelled' => 'Lemondva',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user