You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
471 B
JavaScript
13 lines
471 B
JavaScript
// Arabic Translation by Amine BENHAMIDA
|
|
|
|
CKEDITOR.plugins.setLang('wordcount', 'ar', {
|
|
WordCount: 'كلمات:',
|
|
CharCount: 'حروف:',
|
|
CharCountWithHTML: 'حروف مع إتش تي إم إل',
|
|
Paragraphs: 'فقرات',
|
|
ParagraphsRemaining: 'Paragraphs remaining',
|
|
pasteWarning: 'لا يمكن اضافة هذا المحتوى لانه تجاوز الحد الاقصى',
|
|
Selected: 'محدد: ',
|
|
title: 'احصائيات'
|
|
});
|