| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,75 @@ |
| 1 |
+// HE lang variables by Liron Newman, http://eesh.net |
|
| 2 |
+ |
|
| 3 |
+tinyMCE.addToLang('',{
|
|
| 4 |
+theme_style_select : '-- ������� --', |
|
| 5 |
+theme_code_desc : '��� � ��� �-HTML', |
|
| 6 |
+theme_code_title : '��� ��� HTML', |
|
| 7 |
+theme_code_wordwrap : '��� ���', |
|
| 8 |
+theme_sub_desc : '�� ���', |
|
| 9 |
+theme_sup_desc : '�� ����', |
|
| 10 |
+theme_hr_desc : '���� �� ����', |
|
| 11 |
+theme_removeformat_desc : '�� ����', |
|
| 12 |
+theme_custom1_desc : '���� ��� ���', |
|
| 13 |
+insert_image_border : '����', |
|
| 14 |
+insert_image_dimensions : '������', |
|
| 15 |
+insert_image_vspace : '��� ����', |
|
| 16 |
+insert_image_hspace : '��� ����', |
|
| 17 |
+insert_image_align : '���', |
|
| 18 |
+insert_image_align_default : '�� ����', |
|
| 19 |
+insert_image_align_baseline : '�� �����', |
|
| 20 |
+insert_image_align_top : '�����', |
|
| 21 |
+insert_image_align_middle : '����', |
|
| 22 |
+insert_image_align_bottom : '����', |
|
| 23 |
+insert_image_align_texttop : '�� ����', |
|
| 24 |
+insert_image_align_absmiddle : '���� �����', |
|
| 25 |
+insert_image_align_absbottom : '�� ���� �����', |
|
| 26 |
+insert_image_align_left : '����', |
|
| 27 |
+insert_image_align_right : '�����', |
|
| 28 |
+theme_font_size : '���� ����', |
|
| 29 |
+theme_fontdefault : '-- ��� ������ --', |
|
| 30 |
+theme_block : '-- ���� --', |
|
| 31 |
+theme_paragraph : '���', |
|
| 32 |
+theme_div : '���', |
|
| 33 |
+theme_address : '���', |
|
| 34 |
+theme_pre : '���� ��', |
|
| 35 |
+theme_h1 : '��� 1', |
|
| 36 |
+theme_h2 : '��� 2', |
|
| 37 |
+theme_h3 : '��� 3', |
|
| 38 |
+theme_h4 : '��� 4', |
|
| 39 |
+theme_h5 : '��� 5', |
|
| 40 |
+theme_h6 : '��� 6', |
|
| 41 |
+theme_colorpicker_title : '�� ���', |
|
| 42 |
+theme_colorpicker_apply : '���', |
|
| 43 |
+theme_forecolor_desc : '�� ��� ���', |
|
| 44 |
+theme_backcolor_desc : '�� ��� ���', |
|
| 45 |
+theme_charmap_title : '�� �� �����', |
|
| 46 |
+theme_charmap_desc : '���� �� �����', |
|
| 47 |
+theme_visualaid_desc : '���� �� ����� �����/������ ���-����', |
|
| 48 |
+insert_anchor_title : '����/��� ����', |
|
| 49 |
+insert_anchor_name : '�� �����', |
|
| 50 |
+theme_anchor_desc : '����/��� ����', |
|
| 51 |
+theme_insert_link_titlefield : '���', |
|
| 52 |
+theme_clipboard_msg : '����� ���/����/���� ���� ���� �� Mozilla �-Firefox.\n��� ���� ��� ���� ���� ���� ��� ��?', |
|
| 53 |
+theme_path : '���', |
|
| 54 |
+cut_desc : '���', |
|
| 55 |
+copy_desc : '��', |
|
| 56 |
+paste_desc : '���', |
|
| 57 |
+link_list : '���� �����', |
|
| 58 |
+image_list : '���� �����', |
|
| 59 |
+browse : '���', |
|
| 60 |
+image_props_desc : '������� �����', |
|
| 61 |
+newdocument_desc : '���� ��', |
|
| 62 |
+class_name : '����', |
|
| 63 |
+newdocument : '��� �� ���� ����� ��� � �� ����?', |
|
| 64 |
+about_title : '���� TinyMCE', |
|
| 65 |
+about : '����', |
|
| 66 |
+license : '�����', |
|
| 67 |
+plugins : '������', |
|
| 68 |
+plugin : '����', |
|
| 69 |
+author : '���', |
|
| 70 |
+version : '���', |
|
| 71 |
+loaded_plugins : '������ ������', |
|
| 72 |
+help : '���', |
|
| 73 |
+not_set : '-- �� ���� --', |
|
| 74 |
+close : '����' |
|
| 75 |
+}); |