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