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',
27 'select' => 'Select...',
30 'formats' => 'Formátumok',
31 'header_large' => 'Nagy címsor',
32 'header_medium' => 'Közepes címsor',
33 'header_small' => 'Kis címsor',
34 'header_tiny' => 'Apró címsor',
35 'paragraph' => 'Bekezdés',
36 'blockquote' => 'Idézet',
37 'inline_code' => 'Forráskód',
38 'callouts' => 'Ábrafelirat',
39 'callout_information' => 'Információ',
40 'callout_success' => 'Sikeres',
41 'callout_warning' => 'Figyelem',
42 'callout_danger' => 'Veszély',
45 'underline' => 'Aláhúzott',
46 'strikethrough' => 'Áthúzott szöveg',
47 'superscript' => 'Felső index',
48 'subscript' => 'Alsó index',
49 'text_color' => 'Szöveg szín',
50 'custom_color' => 'Egyéni szín',
51 'remove_color' => 'Szín eltávolítása',
52 'background_color' => 'Háttérszín',
53 'align_left' => 'Balra igazítás',
54 'align_center' => 'Középre igazítás',
55 'align_right' => 'Jobbra igazítás',
56 'align_justify' => 'Justify',
57 'list_bullet' => 'Felsorolásjeles lista',
58 'list_numbered' => 'Számozott lista',
59 'list_task' => 'Task list',
60 'indent_increase' => 'Behúzás növelése',
61 'indent_decrease' => 'Behúzás csökkentése',
62 'table' => 'Táblázat',
63 'insert_image' => 'Kép beszúrása',
64 'insert_image_title' => 'Kép beszúrása/szerkesztése',
65 'insert_link' => 'Hivatkozás beszúrása/szerkesztése',
66 'insert_link_title' => 'Hivatkozás Beszúrása/Szerkesztése',
67 'insert_horizontal_line' => 'Vízszintes vonal beszúrása',
68 'insert_code_block' => 'Kódrészlet beszúrása',
69 'insert_drawing' => 'Rajz beszúrása/szerkesztése',
70 'drawing_manager' => 'Rajzkezelő',
71 'insert_media' => 'Media beszúrása/szerkesztése',
72 'insert_media_title' => 'Media Beszúrása/Szerkesztése',
73 'clear_formatting' => 'Formázás törlése',
74 'source_code' => 'Forráskód',
75 'source_code_title' => 'Forráskód',
76 'fullscreen' => 'Teljes képernyő',
77 'image_options' => 'Képbeállítások',
80 'table_properties' => 'Táblázat tulajdonságai',
81 'table_properties_title' => 'Táblázat Tulajdonságai',
82 'delete_table' => 'Táblázat törlése',
83 'insert_row_before' => 'Sor beszúrása elé',
84 'insert_row_after' => 'Sor beszúrása mögé',
85 'delete_row' => 'Sor törlése',
86 'insert_column_before' => 'Oszlop beszúrása elé',
87 'insert_column_after' => 'Oszlop beszúrása utána',
88 'delete_column' => 'Oszlop törlése',
89 'table_cell' => 'Cella',
91 'table_column' => 'Oszlop',
92 'cell_properties' => 'Cella tulajdonságai',
93 'cell_properties_title' => 'Cella Tulajdonságai',
94 'cell_type' => 'Cella típusa',
95 'cell_type_cell' => 'Cella',
96 'cell_scope' => 'Scope',
97 'cell_type_header' => 'Címsor cella',
98 'merge_cells' => 'Merge cells',
99 'split_cell' => 'Split cell',
100 'table_row_group' => 'Sorcsoport',
101 'table_column_group' => 'Oszlopcsoport',
102 'horizontal_align' => 'Vízszintes elrendezés',
103 'vertical_align' => 'Függőleges elrendezés',
104 'border_width' => 'Szegély szélessége',
105 'border_style' => 'Szegély stílusa',
106 'border_color' => 'Szegély színe',
107 'row_properties' => 'Sor tulajdonságai',
108 'row_properties_title' => 'Sor Tulajdonságai',
109 'cut_row' => 'Sor kivágása',
110 'copy_row' => 'Sor másolása',
111 'paste_row_before' => 'Sor beillesztése elé',
112 'paste_row_after' => 'Sor beillesztése mögé',
113 'row_type' => 'Sor típusa',
114 'row_type_header' => 'Címsor',
115 'row_type_body' => 'Törzs',
116 'row_type_footer' => 'Lábléc',
117 'alignment' => 'Igazítás',
118 'cut_column' => 'Oszlop kivágása',
119 'copy_column' => 'Oszlop másolása',
120 'paste_column_before' => 'Oszlop beszúrása elé',
121 'paste_column_after' => 'Oszlop beszúrása utána',
122 'cell_padding' => 'Cell padding',
123 'cell_spacing' => 'Cell spacing',
124 'caption' => 'Felirat',
125 'show_caption' => 'Képaláírás mutatása',
126 'constrain' => 'Arányok megőrzése',
127 'cell_border_solid' => 'Solid',
128 'cell_border_dotted' => 'Dotted',
129 'cell_border_dashed' => 'Dashed',
130 'cell_border_double' => 'Double',
131 'cell_border_groove' => 'Groove',
132 'cell_border_ridge' => 'Ridge',
133 'cell_border_inset' => 'Inset',
134 'cell_border_outset' => 'Outset',
135 'cell_border_none' => 'None',
136 'cell_border_hidden' => 'Hidden',
138 // Images, links, details/summary & embed
139 'source' => 'Forrás',
140 'alt_desc' => 'Alternatív leírás',
141 'embed' => 'Beágyazás',
142 'paste_embed' => 'Paste your embed code below:',
144 'text_to_display' => 'Megjelenő szöveg',
146 'open_link' => 'Hivatkozás megnyitása...',
147 'open_link_current' => 'Aktuális ablak',
148 'open_link_new' => 'Új ablak',
149 'insert_collapsible' => 'Insert collapsible block',
150 'collapsible_unwrap' => 'Unwrap',
151 'edit_label' => 'Címke szerkesztése',
152 'toggle_open_closed' => 'Nyitott/zárt váltása',
153 'collapsible_edit' => 'Edit collapsible block',
154 'toggle_label' => 'Toggle label',
157 'about' => 'About the editor',
158 'about_title' => 'About the WYSIWYG Editor',
159 'editor_license' => 'Editor License & Copyright',
160 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
161 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
162 'save_continue' => 'Mentés és Folytatás',
163 'callouts_cycle' => '(Keep pressing to toggle through types)',
164 'link_selector' => 'Link to content',
165 'shortcuts' => 'Gyorsbillentyűk',
166 'shortcut' => 'Gyorsbillentyű',
167 'shortcuts_intro' => 'The following shortcuts are available in the editor:',
168 'windows_linux' => '(Windows/Linux)',
170 'description' => 'Leírás',