Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,65 @@
1
+// KO lang variables
2
+
3
+tinyMCE.addToLang('',{
4
+theme_style_select : '�����',
5
+theme_code_desc : 'HTML �ҽ� ��Ä���',
6
+theme_code_title : 'HTML �ҽ� ����',
7
+theme_code_wordwrap : 'Word wrap',
8
+theme_code_save : '���å',
9
+theme_sub_desc : '�Ʒ�÷��',
10
+theme_sup_desc : '��÷��',
11
+theme_hr_desc : '����� ���',
12
+theme_removeformat_desc : '�Ӽ� �ö���',
13
+theme_custom1_desc : 'Your custom description here',
14
+insert_image_border : 'Å׵θ�',
15
+insert_image_dimensions : '���',
16
+insert_image_vspace : '���� ����',
17
+insert_image_hspace : '���� ����',
18
+insert_image_align : '���Ä',
19
+insert_image_align_default : '�⺻��',
20
+insert_image_align_baseline : 'Baseline',
21
+insert_image_align_top : 'Top',
22
+insert_image_align_middle : 'Middle',
23
+insert_image_align_bottom : 'Bottom',
24
+insert_image_align_texttop : 'TextTop',
25
+insert_image_align_absmiddle : 'Absolute Middle',
26
+insert_image_align_absbottom : 'Absolute Bottom',
27
+insert_image_align_left : 'Left',
28
+insert_image_align_right : 'Right',
29
+theme_font_size : '-- Font size --',
30
+theme_fontdefault : '-- Font family --',
31
+theme_block : '-- Format --',
32
+theme_paragraph : '�ܶ�',
33
+theme_div : 'Div',
34
+theme_address : '���',
35
+theme_pre : '���Ä �Ö��',
36
+theme_h1 : '���� 1',
37
+theme_h2 : '���� 2',
38
+theme_h3 : '���� 3',
39
+theme_h4 : '���� 4',
40
+theme_h5 : '���� 5',
41
+theme_h6 : '���� 6',
42
+theme_colorpicker_title : '�ö�� ��Å�',
43
+theme_colorpicker_apply : '����',
44
+theme_forecolor_desc : '��� �ö��',
45
+theme_backcolor_desc : 'Select background color',
46
+theme_charmap_title : 'Select custom character',
47
+theme_charmap_desc : 'Insert custom character',
48
+theme_visualaid_desc : 'Toggle guidelines/invisible elements',
49
+insert_anchor_title : '��� ���/�����',
50
+insert_anchor_name : '��Ä� �̸�',
51
+theme_anchor_desc : '��� ���/�����',
52
+theme_insert_link_titlefield : '����',
53
+theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
54
+theme_path : 'Path',
55
+cut_desc : 'Cut',
56
+copy_desc : 'Copy',
57
+paste_desc : 'Paste',
58
+link_list : 'Link list',
59
+image_list : 'Image list',
60
+browse : 'Browse',
61
+image_props_desc : 'Image properties',
62
+newdocument_desc : 'New document',
63
+class_name : '�����',
64
+newdocument : 'Are you sure you want clear all contents?'
65
+});