summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ar/commands.js.uncompressed.js
blob: cb8d8dfbd124ab671558b1c306398bc5d53c3b25 (plain)
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
44
45
46
47
48
49
50
51
define(
"dijit/_editor/nls/ar/commands", ({
	'bold': 'عري~ض',
	'copy': 'نسخ',
	'cut': 'قص',
	'delete': 'حذف',
	'indent': 'ازاحة للداخل',
	'insertHorizontalRule': 'مسطرة أفقية',
	'insertOrderedList': '‏كشف مرقم‏',
	'insertUnorderedList': 'كشف نقطي',
	'italic': '~مائل',
	'justifyCenter': 'محاذاة في الوسط',
	'justifyFull': 'ضبط',
	'justifyLeft': 'محاذاة الى اليسار',
	'justifyRight': 'محاذاة الى اليمين',
	'outdent': 'ازاحة للخارج',
	'paste': 'لصق',
	'redo': '‏اعادة‏',
	'removeFormat': 'ازالة النسق',
	'selectAll': '‏اختيار كل‏',
	'strikethrough': 'تشطيب',
	'subscript': 'رمز سفلي',
	'superscript': 'رمز علوي',
	'underline': '~تسطير',
	'undo': 'تراجع',
	'unlink': 'ازالة وصلة',
	'createLink': 'تكوين وصلة',
	'toggleDir': 'تبديل الاتجاه',
	'insertImage': 'ادراج صورة',
	'insertTable': 'ادراج/تحرير جدول',
	'toggleTableBorder': 'تبديل حدود الجدول',
	'deleteTable': 'حذف جدول',
	'tableProp': 'خصائص الجدول',
	'htmlToggle': 'مصدر HTML',
	'foreColor': 'لون الواجهة الأمامية',
	'hiliteColor': '‏لون الخلفية‏',
	'plainFormatBlock': 'نمط الفقرة',
	'formatBlock': 'نمط الفقرة',
	'fontSize': 'حجم طاقم الطباعة',
	'fontName': 'اسم طاقم الطباعة',
	'tabIndent': 'ازاحة علامة الجدولة للداخل',
	"fullScreen": "تبديل  الشاشة الكاملة",
	"viewSource": "مشاهدة مصدر HTML",
	"print": "طباعة",
	"newPage": "صفحة جديدة",
	/* Error messages */
	'systemShortcut': 'يكون التصرف "${0}" متاحا فقط ببرنامج الاستعراض الخاص بك باستخدام المسار المختصر للوحة المفاتيح.  استخدم ${1}.',
	'ctrlKey':'ctrl+${0}',
	'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
})
);