forked from extern/egroupware
66 lines
2.2 KiB
JavaScript
66 lines
2.2 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',
|
|
theme_style_select : '????',
|
|
theme_code_desc : '?????? ????',
|
|
theme_code_title : 'HTML ???????? ????',
|
|
theme_code_wordwrap : '?? ???',
|
|
theme_sub_desc : '??? ????',
|
|
theme_sup_desc : '???? ????',
|
|
theme_hr_desc : '??? ?? ????',
|
|
theme_removeformat_desc : '??? ?? ??? ???? ????',
|
|
theme_custom1_desc : 'Your custom description here',
|
|
insert_image_border : '?????',
|
|
insert_image_dimensions : '?????',
|
|
insert_image_vspace : '????? ?????',
|
|
insert_image_hspace : '????? ????',
|
|
insert_image_align : '??? ????????',
|
|
insert_image_align_default : '??? ???',
|
|
insert_image_align_baseline : '?? ????',
|
|
insert_image_align_top : '????',
|
|
insert_image_align_middle : '???',
|
|
insert_image_align_bottom : '?????',
|
|
insert_image_align_texttop : '????? ???',
|
|
insert_image_align_absmiddle : '??? ????',
|
|
insert_image_align_absbottom : '????? ????',
|
|
insert_image_align_left : '??',
|
|
insert_image_align_right : '????',
|
|
theme_font_size : '-- Font size --',
|
|
theme_fontdefault : '-- Font family --',
|
|
theme_block : '-- Format --',
|
|
theme_paragraph : '????????',
|
|
theme_div : 'Div',
|
|
theme_address : '????',
|
|
theme_pre : '?? ??? ????? ???',
|
|
theme_h1 : '???? 1',
|
|
theme_h2 : '???? 2',
|
|
theme_h3 : '???? 3',
|
|
theme_h4 : '???? 4',
|
|
theme_h5 : '???? 5',
|
|
theme_h6 : '???? 6',
|
|
theme_colorpicker_title : '??? ?? ?????? ????',
|
|
theme_colorpicker_apply : '?????',
|
|
theme_forecolor_desc : '?????? ??? ???',
|
|
theme_backcolor_desc : '?????? ??? ?????',
|
|
theme_charmap_title : '?????? ??????? ????',
|
|
theme_charmap_desc : '??? ??????? ????',
|
|
theme_visualaid_desc : '????? ???? ???? ? ????? ??????',
|
|
insert_anchor_title : '??? ? ?????? Anchor',
|
|
insert_anchor_name : '??? Anchor',
|
|
theme_anchor_desc : '??? ? ?????? Anchor',
|
|
theme_insert_link_titlefield : '?????',
|
|
theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
|
|
theme_path : '????',
|
|
cut_desc : 'Cut',
|
|
copy_desc : 'Copy',
|
|
paste_desc : 'Paste',
|
|
image_props_desc : 'Image properties',
|
|
newdocument_desc : 'New document',
|
|
newdocument : 'Are you sure you want clear all contents?'
|
|
});
|