egroupware/phpgwapi/js/tiny_mce/langs/ar.js

44 lines
3.0 KiB
JavaScript
Raw Normal View History

2006-08-21 21:26:21 +02:00
// arabic lang variables
// Toolbar Items and Context Menu
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 : 'Cleanup messy code',
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 : 'إطار جديد (_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.'
});