egroupware/phpgwapi/js/tiny_mce/plugins/insertdatetime/langs/fa.js

14 lines
321 B
JavaScript
Raw Normal View History

2006-08-21 21:26:21 +02:00
// IR lang variables
// Persian (Farsi) language pack (for IRAN)
// By: Morteza Zafari
// Lost@LostLord.com
// http://www.LostLord.com
tinyMCE.addToLang('',{
insertdate_def_fmt : '%Y-%m-%d',
inserttime_def_fmt : '%H:%M:%S',
dir : 'rtl',
insertdate_desc : '?????? ?????',
inserttime_desc : '?????? ????'
});