mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +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 : '??????'
|
|
});
|