forked from extern/egroupware
14 lines
388 B
JavaScript
14 lines
388 B
JavaScript
// IR lang variables
|
|
// Persian (Farsi) language pack (for IRAN)
|
|
// By: Morteza Zafari
|
|
// Lost@LostLord.com
|
|
// http://www.LostLord.com
|
|
|
|
tinyMCE.addToLang('',{
|
|
dir : 'rtl',
|
|
insert_image_alt2 : '????? ???',
|
|
insert_image_onmousemove : '??? ???????',
|
|
insert_image_mouseover : '??? ??????? ????? ???? ?????? ????',
|
|
insert_image_mouseout : '??? ??????? ????? ???? ?????? ????'
|
|
});
|