upgraded to tinymce 2.0.1
This commit is contained in:
parent
586e1a00fa
commit
75acc465b0
891 changed files with 16251 additions and 18835 deletions
43
www/extras/tinymce2/jscripts/tiny_mce/langs/ar.js
vendored
Normal file
43
www/extras/tinymce2/jscripts/tiny_mce/langs/ar.js
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
// 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.'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue