egroupware_official/phpgwapi/js/tiny_mce/plugins/searchreplace/langs/fa.js
2006-08-21 19:26:21 +00:00

27 lines
935 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',
searchreplace_search_desc : '?????',
searchreplace_searchnext_desc : '?????? ????',
searchreplace_replace_desc : '?????/????????',
searchreplace_notfound : '????? ????? ????. ??? ????? ???? ???.',
searchreplace_search_title : '?????',
searchreplace_replace_title : '?????/????????',
searchreplace_allreplaced : '??? ????? ??????? ?????.',
searchreplace_findwhat : '????? ?? ?????',
searchreplace_replacewith : '???????? ??',
searchreplace_direction : '??? ?????',
searchreplace_up : '?? ??? ????',
searchreplace_down : '?? ??? ?????',
searchreplace_case : '????? ???? ???? ? ????',
searchreplace_findnext : '????-????',
searchreplace_replace : '???????-??',
searchreplace_replaceall : '????????-???',
searchreplace_cancel : '??????'
});