mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
69 lines
1.8 KiB
JavaScript
Executable File
69 lines
1.8 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, 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: 'محدد'
|
|
},
|
|
form: {
|
|
title: 'خصائص النموذج',
|
|
menu: 'خصائص النموذج',
|
|
action: 'اسم الملف',
|
|
method: 'الأسلوب',
|
|
encoding: 'تشفير'
|
|
},
|
|
hidden: {
|
|
title: 'خصائص الحقل المخفي',
|
|
name: 'الاسم',
|
|
value: 'القيمة'
|
|
},
|
|
select: {
|
|
title: 'خصائص اختيار الحقل',
|
|
selectInfo: 'اختار معلومات',
|
|
opAvail: 'الخيارات المتاحة',
|
|
value: 'القيمة',
|
|
size: 'الحجم',
|
|
lines: 'الأسطر',
|
|
chkMulti: 'السماح بتحديدات متعددة',
|
|
opText: 'النص',
|
|
opValue: 'القيمة',
|
|
btnAdd: 'إضافة',
|
|
btnModify: 'تعديل',
|
|
btnUp: 'أعلى',
|
|
btnDown: 'أسفل',
|
|
btnSetValue: 'إجعلها محددة',
|
|
btnDelete: 'إزالة'
|
|
},
|
|
textarea: {
|
|
title: 'خصائص مساحة النص',
|
|
cols: 'الأعمدة',
|
|
rows: 'الصفوف'
|
|
},
|
|
textfield: {
|
|
title: 'خصائص مربع النص',
|
|
name: 'الاسم',
|
|
value: 'القيمة',
|
|
charWidth: 'عرض السمات',
|
|
maxChars: 'اقصى عدد للسمات',
|
|
type: 'نوع المحتوى',
|
|
typeText: 'نص',
|
|
typePass: 'كلمة مرور',
|
|
typeEmail: 'بريد إلكتروني',
|
|
typeSearch: 'بحث',
|
|
typeTel: 'رقم الهاتف',
|
|
typeUrl: 'الرابط'
|
|
}
|
|
});
|