File: ar.js

package info (click to toggle)
turbotinymce 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,196 kB
  • ctags: 826
  • sloc: python: 159; sh: 22; makefile: 13
file content (43 lines) | stat: -rw-r--r-- 3,117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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.'
});