new ckeditor
New ckeditor
This commit is contained in:
71
ckeditor/plugins/forms/lang/ar.js
Normal file
71
ckeditor/plugins/forms/lang/ar.js
Normal file
@@ -0,0 +1,71 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'forms', 'ar', {
|
||||
button: {
|
||||
title: 'خصائص زر الضغط',
|
||||
text: 'القيمة/التسمية',
|
||||
type: 'نوع الزر',
|
||||
typeBtn: 'زر',
|
||||
typeSbm: 'إرسال',
|
||||
typeRst: 'إعادة تعيين'
|
||||
},
|
||||
checkboxAndRadio: {
|
||||
checkboxTitle: 'خصائص خانة الإختيار',
|
||||
radioTitle: 'خصائص زر الخيار',
|
||||
value: 'القيمة',
|
||||
selected: 'محدد',
|
||||
required: 'Required' // MISSING
|
||||
},
|
||||
form: {
|
||||
title: 'خصائص النموذج',
|
||||
menu: 'خصائص النموذج',
|
||||
action: 'اسم الملف',
|
||||
method: 'الأسلوب',
|
||||
encoding: 'تشفير'
|
||||
},
|
||||
hidden: {
|
||||
title: 'خصائص الحقل المخفي',
|
||||
name: 'الاسم',
|
||||
value: 'القيمة'
|
||||
},
|
||||
select: {
|
||||
title: 'خصائص اختيار الحقل',
|
||||
selectInfo: 'اختار معلومات',
|
||||
opAvail: 'الخيارات المتاحة',
|
||||
value: 'القيمة',
|
||||
size: 'الحجم',
|
||||
lines: 'الأسطر',
|
||||
chkMulti: 'السماح بتحديدات متعددة',
|
||||
required: 'Required', // MISSING
|
||||
opText: 'النص',
|
||||
opValue: 'القيمة',
|
||||
btnAdd: 'إضافة',
|
||||
btnModify: 'تعديل',
|
||||
btnUp: 'أعلى',
|
||||
btnDown: 'أسفل',
|
||||
btnSetValue: 'إجعلها محددة',
|
||||
btnDelete: 'إزالة'
|
||||
},
|
||||
textarea: {
|
||||
title: 'خصائص مساحة النص',
|
||||
cols: 'الأعمدة',
|
||||
rows: 'الصفوف'
|
||||
},
|
||||
textfield: {
|
||||
title: 'خصائص مربع النص',
|
||||
name: 'الاسم',
|
||||
value: 'القيمة',
|
||||
charWidth: 'عرض السمات',
|
||||
maxChars: 'اقصى عدد للسمات',
|
||||
required: 'Required', // MISSING
|
||||
type: 'نوع المحتوى',
|
||||
typeText: 'نص',
|
||||
typePass: 'كلمة مرور',
|
||||
typeEmail: 'بريد إلكتروني',
|
||||
typeSearch: 'بحث',
|
||||
typeTel: 'رقم الهاتف',
|
||||
typeUrl: 'الرابط'
|
||||
}
|
||||
} );
|
||||
Reference in New Issue
Block a user