diff options
Diffstat (limited to 'plugins/stylescombo/lang/ar.js')
| -rw-r--r-- | plugins/stylescombo/lang/ar.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/stylescombo/lang/ar.js b/plugins/stylescombo/lang/ar.js new file mode 100644 index 0000000..29a8656 --- /dev/null +++ b/plugins/stylescombo/lang/ar.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ar', {
+ label: 'أنماط',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'أنماط الفقرة',
+ panelTitle2: 'أنماط مضمنة',
+ panelTitle3: 'أنماط الكائن'
+});
|
