mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 05:53:14 +01:00
14 lines
333 B
JavaScript
14 lines
333 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_flash : '?????? ? ?????? ???? ???',
|
|
insert_flash_file : '???? ??? (.swf)',
|
|
insert_flash_size : '?????',
|
|
flash_props : 'Flash properties'
|
|
});
|