4 * Contains text strings used within the user interface of the
5 * WYSIWYG page editor. Some Markdown editor strings may still
6 * exist in the 'entities' file instead since this was added later.
9 // General editor terms
10 'general' => 'Általános',
11 'advanced' => 'Haladó',
16 'undo' => 'Visszavonás',
19 'center' => 'Középre',
22 'middle' => 'Középre',
24 'width' => 'Szélesség',
25 'height' => 'Magasság',
29 'formats' => 'Formátumok',
30 'header_large' => 'Nagy címsor',
31 'header_medium' => 'Közepes címsor',
32 'header_small' => 'Kis címsor',
33 'header_tiny' => 'Apró címsor',
34 'paragraph' => 'Bekezdés',
35 'blockquote' => 'Idézet',
36 'inline_code' => 'Forráskód',
37 'callouts' => 'Ábrafelirat',
38 'callout_information' => 'Információ',
39 'callout_success' => 'Sikeres',
40 'callout_warning' => 'Figyelem',
41 'callout_danger' => 'Veszély',
44 'underline' => 'Aláhúzott',
45 'strikethrough' => 'Áthúzott szöveg',
46 'superscript' => 'Felső index',
47 'subscript' => 'Alsó index',
48 'text_color' => 'Szöveg szín',
49 'custom_color' => 'Egyéni szín',
50 'remove_color' => 'Szín eltávolítása',
51 'background_color' => 'Háttérszín',
52 'align_left' => 'Balra igazítás',
53 'align_center' => 'Középre igazítás',
54 'align_right' => 'Jobbra igazítás',
55 'align_justify' => 'Sorkizárt',
56 'list_bullet' => 'Felsorolásjeles lista',
57 'list_numbered' => 'Számozott lista',
58 'indent_increase' => 'Behúzás növelése',
59 'indent_decrease' => 'Behúzás csökkentése',
60 'table' => 'Táblázat',
61 'insert_image' => 'Kép beszúrása',
62 'insert_image_title' => 'Kép beszúrása/szerkesztése',
63 'insert_link' => 'Hivatkozás beszúrása/szerkesztése',
64 'insert_link_title' => 'Hivatkozás Beszúrása/Szerkesztése',
65 'insert_horizontal_line' => 'Vízszintes vonal beszúrása',
66 'insert_code_block' => 'Kódrészlet beszúrása',
67 'insert_drawing' => 'Rajz beszúrása/szerkesztése',
68 'drawing_manager' => 'Rajzkezelő',
69 'insert_media' => 'Media beszúrása/szerkesztése',
70 'insert_media_title' => 'Media Beszúrása/Szerkesztése',
71 'clear_formatting' => 'Formázás törlése',
72 'source_code' => 'Forráskód',
73 'source_code_title' => 'Forráskód',
74 'fullscreen' => 'Teljes képernyő',
75 'image_options' => 'Képbeállítások',
78 'table_properties' => 'Táblázat tulajdonságai',
79 'table_properties_title' => 'Táblázat Tulajdonságai',
80 'delete_table' => 'Táblázat törlése',
81 'insert_row_before' => 'Sor beszúrása elé',
82 'insert_row_after' => 'Sor beszúrása mögé',
83 'delete_row' => 'Sor törlése',
84 'insert_column_before' => 'Oszlop beszúrása elé',
85 'insert_column_after' => 'Oszlop beszúrása utána',
86 'delete_column' => 'Oszlop törlése',
87 'table_cell' => 'Cella',
89 'table_column' => 'Oszlop',
90 'cell_properties' => 'Cella tulajdonságai',
91 'cell_properties_title' => 'Cella Tulajdonságai',
92 'cell_type' => 'Cella típusa',
93 'cell_type_cell' => 'Cella',
94 'cell_type_header' => 'Címsor cella',
95 'table_row_group' => 'Sorcsoport',
96 'table_column_group' => 'Oszlopcsoport',
97 'horizontal_align' => 'Vízszintes elrendezés',
98 'vertical_align' => 'Függőleges elrendezés',
99 'border_width' => 'Szegély szélessége',
100 'border_style' => 'Szegély stílusa',
101 'border_color' => 'Szegély színe',
102 'row_properties' => 'Sor tulajdonságai',
103 'row_properties_title' => 'Sor Tulajdonságai',
104 'cut_row' => 'Sor kivágása',
105 'copy_row' => 'Sor másolása',
106 'paste_row_before' => 'Sor beillesztése elé',
107 'paste_row_after' => 'Sor beillesztése mögé',
108 'row_type' => 'Sor típusa',
109 'row_type_header' => 'Címsor',
110 'row_type_body' => 'Törzs',
111 'row_type_footer' => 'Lábléc',
112 'alignment' => 'Igazítás',
113 'cut_column' => 'Oszlop kivágása',
114 'copy_column' => 'Oszlop másolása',
115 'paste_column_before' => 'Oszlop beszúrása elé',
116 'paste_column_after' => 'Oszlop beszúrása utána',
117 'cell_padding' => 'Cell padding',
118 'cell_spacing' => 'Cell spacing',
119 'caption' => 'Felirat',
120 'show_caption' => 'Képaláírás mutatása',
121 'constrain' => 'Arányok megőrzése',
123 // Images, links, details/summary & embed
124 'source' => 'Forrás',
125 'alt_desc' => 'Alternatív leírás',
126 'embed' => 'Beágyazás',
127 'paste_embed' => 'Paste your embed code below:',
129 'text_to_display' => 'Megjelenő szöveg',
131 'open_link' => 'Hivatkozás megnyitása...',
132 'open_link_current' => 'Aktuális ablak',
133 'open_link_new' => 'Új ablak',
134 'insert_collapsible' => 'Insert collapsible block',
135 'collapsible_unwrap' => 'Unwrap',
136 'edit_label' => 'Címke szerkesztése',
137 'toggle_open_closed' => 'Nyitott/zárt váltása',
138 'collapsible_edit' => 'Edit collapsible block',
139 'toggle_label' => 'Toggle label',
142 'about_title' => 'About the WYSIWYG Editor',
143 'editor_license' => 'Editor License & Copyright',
144 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
145 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
146 'save_continue' => 'Mentés és Folytatás',
147 'callouts_cycle' => '(Keep pressing to toggle through types)',
148 'shortcuts' => 'Gyorsbillentyűk',
149 'shortcut' => 'Gyorsbillentyű',
150 'shortcuts_intro' => 'The following shortcuts are available in the editor:',
151 'windows_linux' => '(Windows/Linux)',
153 'description' => 'Leírás',