diff options
Diffstat (limited to 'plugins/about/lang/ar.js')
| -rw-r--r-- | plugins/about/lang/ar.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/about/lang/ar.js b/plugins/about/lang/ar.js new file mode 100644 index 0000000..9714bc5 --- /dev/null +++ b/plugins/about/lang/ar.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'ar', {
+ copy: 'حقوق النشر © $1. جميع الحقوق محفوظة.',
+ dlgTitle: 'عن CKEditor',
+ help: 'Check $1 for help.', // MISSING
+ moreInfo: 'للحصول على معلومات الترخيص ، يرجى زيارة موقعنا على شبكة الانترنت:',
+ title: 'عن CKEditor',
+ userGuide: 'CKEditor User\'s Guide'
+});
|
