mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 07:28:14 +01:00
9 lines
229 B
JavaScript
9 lines
229 B
JavaScript
|
// KO lang variables
|
|||
|
|
|||
|
tinyMCE.addToLang('',{
|
|||
|
insert_image_alt2 : '<27><EFBFBD> <20><><EFBFBD><EFBFBD>',
|
|||
|
insert_image_onmousemove : '<27><>ü <20>̹<EFBFBD><CCB9>ö',
|
|||
|
insert_image_mouseover : '<27><><EFBFBD>콺<EFBFBD><ECBDBA> <20>÷<EFBFBD><C3B7><EFBFBD> <20><>',
|
|||
|
insert_image_mouseout : '<27><><EFBFBD>콺<EFBFBD><ECBDBA> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>'
|
|||
|
});
|