upgraded to tinymce 2.0.1
This commit is contained in:
parent
586e1a00fa
commit
75acc465b0
891 changed files with 16251 additions and 18835 deletions
46
www/extras/tinymce2/jscripts/tiny_mce/langs/fa.js
vendored
Normal file
46
www/extras/tinymce2/jscripts/tiny_mce/langs/fa.js
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
// IR lang variables
|
||||
// Persian (Farsi) language pack (for IRAN)
|
||||
// By: Morteza Zafari
|
||||
// Lost@LostLord.com
|
||||
// http://www.LostLord.com
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
dir : 'rtl',
|
||||
bold_desc : '????',
|
||||
italic_desc : '????',
|
||||
underline_desc : '??? ?? ???',
|
||||
striketrough_desc : '?? ?????',
|
||||
justifyleft_desc : '?? ???',
|
||||
justifycenter_desc : '??? ???',
|
||||
justifyright_desc : '???? ???',
|
||||
justifyfull_desc : '????? ???',
|
||||
bullist_desc : '????',
|
||||
numlist_desc : '???? ????',
|
||||
outdent_desc : '???? ?????',
|
||||
indent_desc : '?????? ?????',
|
||||
undo_desc : '????????',
|
||||
redo_desc : '????????',
|
||||
link_desc : '??? ? ?????? ????',
|
||||
unlink_desc : '??? ????',
|
||||
image_desc : '??? ? ?????? ???',
|
||||
cleanup_desc : '??????? ??',
|
||||
focus_alert : 'A editor instance must be focused before using this command.',
|
||||
edit_confirm : 'Do you want to use the WYSIWYG mode for this textarea?',
|
||||
insert_link_title : '??? ? ?????? ????',
|
||||
insert : ' ????? ',
|
||||
update : ' ????? ',
|
||||
cancel : ' ?????? ',
|
||||
insert_link_url : 'URL ????',
|
||||
insert_link_target : '????',
|
||||
insert_link_target_same : '???? ?? ?? ???? ???? ??? ??',
|
||||
insert_link_target_blank : '???? ?? ?? ???? ???? ??? ??',
|
||||
insert_image_title : '??? ? ?????? ???',
|
||||
insert_image_src : 'URL ???',
|
||||
insert_image_alt : '?????',
|
||||
help_desc : '??????',
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
|
||||
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.'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue