* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / langs / ar.js
1 // arabic lang variables
2 // Toolbar Items and Context Menu
3
4 tinyMCE.addToLang('',{
5 dir : 'rtl',
6 bold_desc : 'غامق',
7 italic_desc : 'مائل',
8 underline_desc : 'تسطير',
9 striketrough_desc : 'يتوسطه خط',
10 justifyleft_desc : 'محاذاة إلى اليسار',
11 justifycenter_desc : 'توسيط',
12 justifyright_desc : 'محاذاة إلى اليمين',
13 justifyfull_desc : 'ضبط',
14 bullist_desc : 'تعداد نقطي',
15 numlist_desc : 'تعداد رقمي',
16 outdent_desc : 'إنقاص المسافة البادئة',
17 indent_desc : 'زيادة المسافة البادئة',
18 undo_desc : 'تراجع',
19 redo_desc : 'إعادة',
20 link_desc : 'إدراج/تحرير رابط',
21 unlink_desc : 'إزالة رابط',
22 image_desc : 'إدراج/تحرير صورة',
23 cleanup_desc : 'Cleanup messy code',
24 focus_alert : 'A editor instance must be focused before using this command.',
25 edit_confirm : 'Do you want to use the WYSIWYG mode for this textarea?',
26 insert_link_title : 'إدراج/تحرير رابط',
27 insert : 'إدراج',
28 update : 'إدراج',
29 cancel : 'ألغي',
30 insert_link_url : 'رابط URL',
31 insert_link_target : 'الهدف',
32 insert_link_target_same : 'نفس الإطار',
33 insert_link_target_blank : 'إطار جديد (_blank)',
34 insert_image_title : 'إدراج/تحرير صورة',
35 insert_image_src : 'صورة URL',
36 insert_image_alt : 'الوصف',
37 help_desc : 'المساعدة',
38 bold_img : 'bold.gif',
39 italic_img : 'italic.gif',
40 underline_img : "underline.gif",
41 clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
42 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.'
43 });