mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 06:49:16 +01:00
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 : '??????'
|
||
|
});
|