mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:18 +01:00
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 : '??? ??????? ????? ???? ?????? ????'
|
||
|
});
|