]> git.wh0rd.org Git - tt-rss.git/blob - lib/dijit/_editor/nls/ar/commands.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dijit / _editor / nls / ar / commands.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/ar/commands", ({
3         'bold': 'عري~ض',
4         'copy': 'نسخ',
5         'cut': 'قص',
6         'delete': 'حذف',
7         'indent': 'ازاحة للداخل',
8         'insertHorizontalRule': 'مسطرة أفقية',
9         'insertOrderedList': '‏كشف مرقم‏',
10         'insertUnorderedList': 'كشف نقطي',
11         'italic': '~مائل',
12         'justifyCenter': 'محاذاة في الوسط',
13         'justifyFull': 'ضبط',
14         'justifyLeft': 'محاذاة الى اليسار',
15         'justifyRight': 'محاذاة الى اليمين',
16         'outdent': 'ازاحة للخارج',
17         'paste': 'لصق',
18         'redo': '‏اعادة‏',
19         'removeFormat': 'ازالة النسق',
20         'selectAll': '‏اختيار كل‏',
21         'strikethrough': 'تشطيب',
22         'subscript': 'رمز سفلي',
23         'superscript': 'رمز علوي',
24         'underline': '~تسطير',
25         'undo': 'تراجع',
26         'unlink': 'ازالة وصلة',
27         'createLink': 'تكوين وصلة',
28         'toggleDir': 'تبديل الاتجاه',
29         'insertImage': 'ادراج صورة',
30         'insertTable': 'ادراج/تحرير جدول',
31         'toggleTableBorder': 'تبديل حدود الجدول',
32         'deleteTable': 'حذف جدول',
33         'tableProp': 'خصائص الجدول',
34         'htmlToggle': 'مصدر HTML',
35         'foreColor': 'لون الواجهة الأمامية',
36         'hiliteColor': '‏لون الخلفية‏',
37         'plainFormatBlock': 'نمط الفقرة',
38         'formatBlock': 'نمط الفقرة',
39         'fontSize': 'حجم طاقم الطباعة',
40         'fontName': 'اسم طاقم الطباعة',
41         'tabIndent': 'ازاحة علامة الجدولة للداخل',
42         "fullScreen": "تبديل  الشاشة الكاملة",
43         "viewSource": "مشاهدة مصدر HTML",
44         "print": "طباعة",
45         "newPage": "صفحة جديدة",
46         /* Error messages */
47         'systemShortcut': 'يكون التصرف "${0}" متاحا فقط ببرنامج الاستعراض الخاص بك باستخدام المسار المختصر للوحة المفاتيح.  استخدم ${1}.',
48         'ctrlKey':'ctrl+${0}',
49         'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
50 })
51 );