| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,65 @@ |
| 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 |
+theme_style_select : '????', |
|
| 10 |
+theme_code_desc : '?????? ????', |
|
| 11 |
+theme_code_title : 'HTML ???????? ????', |
|
| 12 |
+theme_code_wordwrap : '?? ???', |
|
| 13 |
+theme_sub_desc : '??? ????', |
|
| 14 |
+theme_sup_desc : '???? ????', |
|
| 15 |
+theme_hr_desc : '??? ?? ????', |
|
| 16 |
+theme_removeformat_desc : '??? ?? ??? ???? ????', |
|
| 17 |
+theme_custom1_desc : 'Your custom description here', |
|
| 18 |
+insert_image_border : '?????', |
|
| 19 |
+insert_image_dimensions : '?????', |
|
| 20 |
+insert_image_vspace : '????? ?????', |
|
| 21 |
+insert_image_hspace : '????? ????', |
|
| 22 |
+insert_image_align : '??? ????????', |
|
| 23 |
+insert_image_align_default : '??? ???', |
|
| 24 |
+insert_image_align_baseline : '?? ????', |
|
| 25 |
+insert_image_align_top : '????', |
|
| 26 |
+insert_image_align_middle : '???', |
|
| 27 |
+insert_image_align_bottom : '?????', |
|
| 28 |
+insert_image_align_texttop : '????? ???', |
|
| 29 |
+insert_image_align_absmiddle : '??? ????', |
|
| 30 |
+insert_image_align_absbottom : '????? ????', |
|
| 31 |
+insert_image_align_left : '??', |
|
| 32 |
+insert_image_align_right : '????', |
|
| 33 |
+theme_font_size : '-- Font size --', |
|
| 34 |
+theme_fontdefault : '-- Font family --', |
|
| 35 |
+theme_block : '-- Format --', |
|
| 36 |
+theme_paragraph : '????????', |
|
| 37 |
+theme_div : 'Div', |
|
| 38 |
+theme_address : '????', |
|
| 39 |
+theme_pre : '?? ??? ????? ???', |
|
| 40 |
+theme_h1 : '???? 1', |
|
| 41 |
+theme_h2 : '???? 2', |
|
| 42 |
+theme_h3 : '???? 3', |
|
| 43 |
+theme_h4 : '???? 4', |
|
| 44 |
+theme_h5 : '???? 5', |
|
| 45 |
+theme_h6 : '???? 6', |
|
| 46 |
+theme_colorpicker_title : '??? ?? ?????? ????', |
|
| 47 |
+theme_colorpicker_apply : '?????', |
|
| 48 |
+theme_forecolor_desc : '?????? ??? ???', |
|
| 49 |
+theme_backcolor_desc : '?????? ??? ?????', |
|
| 50 |
+theme_charmap_title : '?????? ??????? ????', |
|
| 51 |
+theme_charmap_desc : '??? ??????? ????', |
|
| 52 |
+theme_visualaid_desc : '????? ???? ???? ? ????? ??????', |
|
| 53 |
+insert_anchor_title : '??? ? ?????? Anchor', |
|
| 54 |
+insert_anchor_name : '??? Anchor', |
|
| 55 |
+theme_anchor_desc : '??? ? ?????? Anchor', |
|
| 56 |
+theme_insert_link_titlefield : '?????', |
|
| 57 |
+theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', |
|
| 58 |
+theme_path : '????', |
|
| 59 |
+cut_desc : 'Cut', |
|
| 60 |
+copy_desc : 'Copy', |
|
| 61 |
+paste_desc : 'Paste', |
|
| 62 |
+image_props_desc : 'Image properties', |
|
| 63 |
+newdocument_desc : 'New document', |
|
| 64 |
+newdocument : 'Are you sure you want clear all contents?' |
|
| 65 |
+}); |