1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
// IR lang variables
// Persian (Farsi) language pack (for IRAN)
// By: Morteza Zafari
// Lost@LostLord.com
// http://www.LostLord.com
tinyMCE.addToLang('',{
dir : 'rtl',
insert_link_target_same : '?? ???? ???? / ???? ??? ??',
insert_link_target_parent : '?? ???? / ???? ???? ??? ??',
insert_link_target_top : '?? ???? ???? ??? ?? (??? ?????? ?????? ????? ?????)',
insert_link_target_blank : '?? ???? ???? ??? ??',
insert_link_target_named : '?? ????? ??? ??',
insert_link_popup : 'JS-Popup',
insert_link_popup_url : 'URL ?????',
insert_link_popup_name : '??? ?????',
insert_link_popup_return : '?????? \'return false\'',
insert_link_popup_scrollbars : '????? scrollbars',
insert_link_popup_statusbar : '????? statusbar',
insert_link_popup_toolbar : '????? toolbars',
insert_link_popup_menubar : '????? menubar',
insert_link_popup_location : '????? locationbar',
insert_link_popup_resizable : '???? ????? ?????? ????',
insert_link_popup_size : '??????',
insert_link_popup_position : '?????? (X/Y)',
insert_link_popup_missingtarget : '???? ?? ??? ???? ???? ?????? ???? ?? ??? ??? ???? ????? ????? ?? ?????? ??????.'
});
|