Browse code

3.5.6 efiction version

Jimako authored on 2024/03/09 16:09:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,75 @@
1
+// HU lang variables
2
+
3
+tinyMCE.addToLang('',{
4
+theme_style_select : '-- St�lusok --',
5
+theme_code_desc : 'HTML forr�s szerkeszt�se',
6
+theme_code_title : 'HTML forr�s szerkeszt�',
7
+theme_code_wordwrap : 'Sort�rdel�s',
8
+theme_sub_desc : 'Als�index',
9
+theme_sup_desc : 'Fels�index',
10
+theme_hr_desc : 'Vizsz�ntes vonal besz�r�sa',
11
+theme_removeformat_desc : 'Form�z�s elt�vol�t�sa',
12
+theme_custom1_desc : 'Az egy�ni le�r�sod j�n ide',
13
+insert_image_border : 'Keret',
14
+insert_image_dimensions : 'Kiterjed�s',
15
+insert_image_vspace : 'F�gg�leges ter�let',
16
+insert_image_hspace : 'Vizszintes ter�let',
17
+insert_image_align : 'Elhelyezked�s',
18
+insert_image_align_default : '-- Nincs be�ll�tva --',
19
+insert_image_align_baseline : 'Baseline',
20
+insert_image_align_top : 'Fel�l',
21
+insert_image_align_middle : 'K�z�pen',
22
+insert_image_align_bottom : 'Alul',
23
+insert_image_align_texttop : 'Sz�vegfelett',
24
+insert_image_align_absmiddle : 'Abszol�t k�z�p',
25
+insert_image_align_absbottom : 'Abszol�t alatt',
26
+insert_image_align_left : 'Balra',
27
+insert_image_align_right : 'Jobbra',
28
+theme_font_size : '-- Bet�m�ret --',
29
+theme_fontdefault : '-- Bet�csal�d --',
30
+theme_block : '-- Form�tum --',
31
+theme_paragraph : 'Bekezd�s',
32
+theme_div : 'Div',
33
+theme_address : 'C�m',
34
+theme_pre : 'El�reform�zott',
35
+theme_h1 : 'Fejl�c 1',
36
+theme_h2 : 'Fejl�c 2',
37
+theme_h3 : 'Fejl�c 3',
38
+theme_h4 : 'Fejl�c 4',
39
+theme_h5 : 'Fejl�c 5',
40
+theme_h6 : 'Fejl�c 6',
41
+theme_colorpicker_title : 'Sz�nv�laszt�s',
42
+theme_colorpicker_apply : 'Alkalmaz',
43
+theme_forecolor_desc : 'Sz�vegsz�n v�laszt�s',
44
+theme_backcolor_desc : 'H�tt�rsz�n v�laszt�s',
45
+theme_charmap_title : 'Egy�ni karakter v�laszt�s',
46
+theme_charmap_desc : 'Egy�ni karakter besz�r�s',
47
+theme_visualaid_desc : 'Sorjel�l�k/l�thatatlan elemek kapcsol�sa',
48
+insert_anchor_title : 'Horgony nbeilleszt�se/szerkeszt�se',
49
+insert_anchor_name : 'Horgony n�v',
50
+theme_anchor_desc : 'Horgony nbeilleszt�se/szerkeszt�se',
51
+theme_insert_link_titlefield : 'C�m',
52
+theme_clipboard_msg : 'A M�sol�s/Kiv�g�s/Beilleszt�s nem el�rhet� Mozill�ban and Firefox-ban.\nSzeretn�l t�bb inform�ci�t err�l a probl�m�r�l?',
53
+theme_path : '�tvonal',
54
+cut_desc : 'Kiv�g�s',
55
+copy_desc : 'M�sol�s',
56
+paste_desc : 'Beilleszt�s',
57
+link_list : 'Link lista',
58
+image_list : 'K�p lista',
59
+browse : 'Tall�z�s',
60
+image_props_desc : 'K�p tulajdons�gai',
61
+newdocument_desc : '�j dokumentum',
62
+class_name : 'Oszt�ly',
63
+newdocument : 'Biztos hogy t�r�lni akarod az �sszes tartalmat?',
64
+about_title : 'TinyMCE n�vjegye',
65
+about : 'N�vjegy',
66
+license : 'Licensz',
67
+plugins : 'B�v�tm�nyek',
68
+plugin : 'B�v�tm�ny',
69
+author : 'Szerz�',
70
+version : 'Verzi�',
71
+loaded_plugins : 'Bet�lt�tt b�v�tm�nyek',
72
+help : 'S�g�',
73
+not_set : '-- Nincs be�ll�tva --',
74
+close : 'Bez�r�s'
75
+});