about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/ar.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/ar.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/ar.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/ar.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/ar.js deleted file mode 100644 index 729ba5e..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/lang/ar.js +++ /dev/null
@@ -1,21 +0,0 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'image2', 'ar', {
6 alt: 'عنوان الصورة',
7 btnUpload: 'أرسلها للخادم',
8 captioned: 'صورة ذات اسم',
9 captionPlaceholder: 'تسمية',
10 infoTab: 'معلومات الصورة',
11 lockRatio: 'تناسق الحجم',
12 menu: 'خصائص الصورة',
13 pathName: 'صورة',
14 pathNameCaption: 'تسمية',
15 resetSize: 'إستعادة الحجم الأصلي',
16 resizer: 'انقر ثم اسحب للتحجيم',
17 title: 'خصائص الصورة',
18 uploadTab: 'رفع',
19 urlMissing: 'عنوان مصدر الصورة مفقود',
20 altMissing: 'Alternative text is missing.' // MISSING
21} );