mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
47 lines
1.7 KiB
JavaScript
47 lines
1.7 KiB
JavaScript
|
// 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.'
|
||
|
});
|