summaryrefslogtreecommitdiff
path: root/plugins/wsc/lang/ar.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wsc/lang/ar.js')
-rw-r--r--plugins/wsc/lang/ar.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/wsc/lang/ar.js b/plugins/wsc/lang/ar.js
new file mode 100644
index 0000000..039b2c8
--- /dev/null
+++ b/plugins/wsc/lang/ar.js
@@ -0,0 +1,24 @@
+/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'wsc', 'ar', {
+ btnIgnore: 'تجاهل',
+ btnIgnoreAll: 'تجاهل الكل',
+ btnReplace: 'تغيير',
+ btnReplaceAll: 'تغيير الكل',
+ btnUndo: 'تراجع',
+ changeTo: 'التغيير إلى',
+ errorLoading: 'خطأ في تحميل تطبيق خدمة الاستضافة: %s.',
+ ieSpellDownload: 'المدقق الإملائي (الإنجليزي) غير مثبّت. هل تود تحميله الآن؟',
+ manyChanges: 'تم إكمال التدقيق الإملائي: تم تغيير %1 من كلمات',
+ noChanges: 'تم التدقيق الإملائي: لم يتم تغيير أي كلمة',
+ noMispell: 'تم التدقيق الإملائي: لم يتم العثور على أي أخطاء إملائية',
+ noSuggestions: '- لا توجد إقتراحات -',
+ notAvailable: 'عفواً، ولكن هذه الخدمة غير متاحة الان',
+ notInDic: 'ليست في القاموس',
+ oneChange: 'تم التدقيق الإملائي: تم تغيير كلمة واحدة فقط',
+ progress: 'جاري التدقيق الاملائى',
+ title: 'التدقيق الإملائي',
+ toolbar: 'تدقيق إملائي'
+});