aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/ar.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/ar.js')
-rw-r--r--sources/plugins/wsc/lang/ar.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/ar.js b/sources/plugins/wsc/lang/ar.js
new file mode 100644
index 00000000..f152dc15
--- /dev/null
+++ b/sources/plugins/wsc/lang/ar.js
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'wsc', 'ar', {
6 btnIgnore: 'تجاهل',
7 btnIgnoreAll: 'تجاهل الكل',
8 btnReplace: 'تغيير',
9 btnReplaceAll: 'تغيير الكل',
10 btnUndo: 'تراجع',
11 changeTo: 'التغيير إلى',
12 errorLoading: 'خطأ في تحميل تطبيق خدمة الاستضافة: %s.',
13 ieSpellDownload: 'المدقق الإملائي (الإنجليزي) غير مثبّت. هل تود تحميله الآن؟',
14 manyChanges: 'تم إكمال التدقيق الإملائي: تم تغيير %1 من كلمات',
15 noChanges: 'تم التدقيق الإملائي: لم يتم تغيير أي كلمة',
16 noMispell: 'تم التدقيق الإملائي: لم يتم العثور على أي أخطاء إملائية',
17 noSuggestions: '- لا توجد إقتراحات -',
18 notAvailable: 'عفواً، ولكن هذه الخدمة غير متاحة الان',
19 notInDic: 'ليست في القاموس',
20 oneChange: 'تم التدقيق الإملائي: تم تغيير كلمة واحدة فقط',
21 progress: 'جاري التدقيق الاملائى',
22 title: 'التدقيق الإملائي',
23 toolbar: 'تدقيق إملائي'
24});