forked from extern/egroupware
12 lines
251 B
JavaScript
12 lines
251 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_emotions_title : '?????? ????',
|
||
|
emotions_desc : '??????'
|
||
|
});
|