]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/forms/lang/ar.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / ar.js
CommitLineData
7adcb81e
IB
1/*\r
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'forms', 'ar', {\r
6 button: {\r
7 title: 'خصائص زر الضغط',\r
8 text: 'القيمة/التسمية',\r
9 type: 'نوع الزر',\r
10 typeBtn: 'زر',\r
11 typeSbm: 'إرسال',\r
12 typeRst: 'إعادة تعيين'\r
13 },\r
14 checkboxAndRadio: {\r
15 checkboxTitle: 'خصائص خانة الإختيار',\r
16 radioTitle: 'خصائص زر الخيار',\r
17 value: 'القيمة',\r
18 selected: 'محدد',\r
19 required: 'Required' // MISSING\r
20 },\r
21 form: {\r
22 title: 'خصائص النموذج',\r
23 menu: 'خصائص النموذج',\r
24 action: 'اسم الملف',\r
25 method: 'الأسلوب',\r
26 encoding: 'تشفير'\r
27 },\r
28 hidden: {\r
29 title: 'خصائص الحقل المخفي',\r
30 name: 'الاسم',\r
31 value: 'القيمة'\r
32 },\r
33 select: {\r
34 title: 'خصائص اختيار الحقل',\r
35 selectInfo: 'اختار معلومات',\r
36 opAvail: 'الخيارات المتاحة',\r
37 value: 'القيمة',\r
38 size: 'الحجم',\r
39 lines: 'الأسطر',\r
40 chkMulti: 'السماح بتحديدات متعددة',\r
41 required: 'Required', // MISSING\r
42 opText: 'النص',\r
43 opValue: 'القيمة',\r
44 btnAdd: 'إضافة',\r
45 btnModify: 'تعديل',\r
46 btnUp: 'أعلى',\r
47 btnDown: 'أسفل',\r
48 btnSetValue: 'إجعلها محددة',\r
49 btnDelete: 'إزالة'\r
50 },\r
51 textarea: {\r
52 title: 'خصائص مساحة النص',\r
53 cols: 'الأعمدة',\r
54 rows: 'الصفوف'\r
55 },\r
56 textfield: {\r
57 title: 'خصائص مربع النص',\r
58 name: 'الاسم',\r
59 value: 'القيمة',\r
60 charWidth: 'عرض السمات',\r
61 maxChars: 'اقصى عدد للسمات',\r
62 required: 'Required', // MISSING\r
63 type: 'نوع المحتوى',\r
64 typeText: 'نص',\r
65 typePass: 'كلمة مرور',\r
66 typeEmail: 'بريد إلكتروني',\r
67 typeSearch: 'بحث',\r
68 typeTel: 'رقم الهاتف',\r
69 typeUrl: 'الرابط'\r
70 }\r
71} );\r