mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 15:09:30 +01:00
9 lines
229 B
JavaScript
9 lines
229 B
JavaScript
// KO lang variables
|
||
|
||
tinyMCE.addToLang('',{
|
||
insert_image_alt2 : '그림 제목',
|
||
insert_image_onmousemove : '대체 이미<EC9DB4>ö',
|
||
insert_image_mouseover : '마우스를 올렸을 때',
|
||
insert_image_mouseout : '마우스를 내렸을 때'
|
||
});
|