]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/langs/fa.js
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / langs / fa.js
1 // IR lang variables
2 // Persian (Farsi) language pack (for IRAN)
3 // By: Morteza Zafari
4 // Lost@LostLord.com
5 // http://www.LostLord.com
6
7 tinyMCE.addToLang('',{
8 dir : 'rtl',
9 bold_desc : '????',
10 italic_desc : '????',
11 underline_desc : '??? ?? ???',
12 striketrough_desc : '?? ?????',
13 justifyleft_desc : '?? ???',
14 justifycenter_desc : '??? ???',
15 justifyright_desc : '???? ???',
16 justifyfull_desc : '????? ???',
17 bullist_desc : '????',
18 numlist_desc : '???? ????',
19 outdent_desc : '???? ?????',
20 indent_desc : '?????? ?????',
21 undo_desc : '????????',
22 redo_desc : '????????',
23 link_desc : '??? ? ?????? ????',
24 unlink_desc : '??? ????',
25 image_desc : '??? ? ?????? ???',
26 cleanup_desc : '??????? ??',
27 focus_alert : 'A editor instance must be focused before using this command.',
28 edit_confirm : 'Do you want to use the WYSIWYG mode for this textarea?',
29 insert_link_title : '??? ? ?????? ????',
30 insert : '  ?????  ',
31 update : '  ?????  ',
32 cancel : ' ?????? ',
33 insert_link_url : 'URL ????',
34 insert_link_target : '????',
35 insert_link_target_same : '???? ?? ?? ???? ???? ??? ??',
36 insert_link_target_blank : '???? ?? ?? ???? ???? ??? ??',
37 insert_image_title : '??? ? ?????? ???',
38 insert_image_src : 'URL ???',
39 insert_image_alt : '?????',
40 help_desc : '??????',
41 bold_img : "bold.gif",
42 italic_img : "italic.gif",
43 underline_img : "underline.gif",
44 clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
45 popup_blocked : 'Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.'
46 });