forked from extern/egroupware
66 lines
2.3 KiB
JavaScript
66 lines
2.3 KiB
JavaScript
// KO lang variables
|
|
|
|
tinyMCE.addToLang('',{
|
|
theme_style_select : '½ºÅ¸ÀÏ',
|
|
theme_code_desc : 'HTML ¼Ò½º °íÄ¡±â',
|
|
theme_code_title : 'HTML ¼Ò½º ÆíÁý±â',
|
|
theme_code_wordwrap : 'Word wrap',
|
|
theme_code_save : 'ÀúÀå',
|
|
theme_sub_desc : '¾Æ·¡Ã·ÀÚ',
|
|
theme_sup_desc : 'À§Ã·ÀÚ',
|
|
theme_hr_desc : '°¡·ÎÁÙ ³Ö±â',
|
|
theme_removeformat_desc : '¼Ó¼º Áö¿ì±â',
|
|
theme_custom1_desc : 'Your custom description here',
|
|
insert_image_border : 'Å׵θ®',
|
|
insert_image_dimensions : 'Å©±â',
|
|
insert_image_vspace : '¼¼·Î ¿©¹é',
|
|
insert_image_hspace : '°¡·Î ¿©¹é',
|
|
insert_image_align : 'Á¤·Ä',
|
|
insert_image_align_default : '±âº»°ª',
|
|
insert_image_align_baseline : 'Baseline',
|
|
insert_image_align_top : 'Top',
|
|
insert_image_align_middle : 'Middle',
|
|
insert_image_align_bottom : 'Bottom',
|
|
insert_image_align_texttop : 'TextTop',
|
|
insert_image_align_absmiddle : 'Absolute Middle',
|
|
insert_image_align_absbottom : 'Absolute Bottom',
|
|
insert_image_align_left : 'Left',
|
|
insert_image_align_right : 'Right',
|
|
theme_font_size : '-- Font size --',
|
|
theme_fontdefault : '-- Font family --',
|
|
theme_block : '-- Format --',
|
|
theme_paragraph : '´Ü¶ô',
|
|
theme_div : 'Div',
|
|
theme_address : 'ÁÖ¼Ò',
|
|
theme_pre : '¼½Ä ÀÖÀ½',
|
|
theme_h1 : 'Á¦¸ñ 1',
|
|
theme_h2 : 'Á¦¸ñ 2',
|
|
theme_h3 : 'Á¦¸ñ 3',
|
|
theme_h4 : 'Á¦¸ñ 4',
|
|
theme_h5 : 'Á¦¸ñ 5',
|
|
theme_h6 : 'Á¦¸ñ 6',
|
|
theme_colorpicker_title : '»ö»ó ¼±ÅÃ',
|
|
theme_colorpicker_apply : 'Àû¿ë',
|
|
theme_forecolor_desc : '±ÛÀÚ »ö»ó',
|
|
theme_backcolor_desc : 'Select background color',
|
|
theme_charmap_title : 'Select custom character',
|
|
theme_charmap_desc : 'Insert custom character',
|
|
theme_visualaid_desc : 'Toggle guidelines/invisible elements',
|
|
insert_anchor_title : '¾ÞÄ¿ ³Ö±â/°íÄ¡±â',
|
|
insert_anchor_name : '¾ÞÄ¿ À̸§',
|
|
theme_anchor_desc : '¾ÞÄ¿ ³Ö±â/°íÄ¡±â',
|
|
theme_insert_link_titlefield : 'Á¦¸ñ',
|
|
theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
|
|
theme_path : 'Path',
|
|
cut_desc : 'Cut',
|
|
copy_desc : 'Copy',
|
|
paste_desc : 'Paste',
|
|
link_list : 'Link list',
|
|
image_list : 'Image list',
|
|
browse : 'Browse',
|
|
image_props_desc : 'Image properties',
|
|
newdocument_desc : 'New document',
|
|
class_name : 'Ŭ·¡½º',
|
|
newdocument : 'Are you sure you want clear all contents?'
|
|
});
|