| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 | 
							- /*!
 
-  * FileInput Arabic Translations
 
-  *
 
-  * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
 
-  * any HTML markup tags in the messages must not be converted or translated.
 
-  *
 
-  * @see http://github.com/kartik-v/bootstrap-fileinput
 
-  * @author Yasser Lotfy <[email protected]>
 
-  *
 
-  * NOTE: this file must be saved in UTF-8 encoding.
 
-  */
 
- (function ($) {
 
-     "use strict";
 
-     $.fn.fileinputLocales['ar'] = {
 
-         fileSingle: 'ملف',
 
-         filePlural: 'ملفات',
 
-         browseLabel: 'تصفح …',
 
-         removeLabel: 'إزالة',
 
-         removeTitle: 'إزالة الملفات المختارة',
 
-         cancelLabel: 'إلغاء',
 
-         cancelTitle: 'إنهاء الرفع الحالي',
 
-         uploadLabel: 'رفع',
 
-         uploadTitle: 'رفع الملفات المختارة',
 
-         msgNo: 'لا',
 
-         msgCancelled: 'ألغيت',
 
-         msgZoomModalHeading: 'معاينة تفصيلية',
 
-         msgSizeTooLarge: 'الملف "{name}" (<b>{size} ك.ب</b>) تعدى الحد الأقصى المسموح للرفع <b>{maxSize} ك.ب</b>.',
 
-         msgFilesTooLess: 'يجب عليك اختيار <b>{n}</b> {files} على الأقل للرفع.',
 
-         msgFilesTooMany: 'عدد الملفات المختارة للرفع <b>({n})</b> تعدت الحد الأقصى المسموح به لعدد <b>{m}</b>.',
 
-         msgFileNotFound: 'الملف "{name}" غير موجود!',
 
-         msgFileSecured: 'قيود أمنية تمنع قراءة الملف "{name}".',
 
-         msgFileNotReadable: 'الملف "{name}" غير قابل للقراءة.',
 
-         msgFilePreviewAborted: 'تم إلغاء معاينة الملف "{name}".',
 
-         msgFilePreviewError: 'حدث خطأ أثناء قراءة الملف "{name}".',
 
-         msgInvalidFileType: 'نوعية غير صالحة للملف "{name}". فقط هذه النوعيات مدعومة "{types}".',
 
-         msgInvalidFileExtension: 'امتداد غير صالح للملف "{name}". فقط هذه الملفات مدعومة "{extensions}".',
 
-         msgUploadAborted: 'تم إلغاء رفع الملف',
 
-         msgValidationError: 'خطأ التحقق من صحة',
 
-         msgLoading: 'تحميل ملف {index} من {files} …',
 
-         msgProgress: 'تحميل ملف {index} من {files} - {name} - {percent}% منتهي.',
 
-         msgSelected: '{n} {files} مختار(ة)',
 
-         msgFoldersNotAllowed: 'اسحب وأفلت الملفات فقط! تم تخطي {n} مجلد(ات).',
 
-         msgImageWidthSmall: 'عرض ملف الصورة "{name}" يجب أن يكون على الأقل {size} px.',
 
-         msgImageHeightSmall: 'طول ملف الصورة "{name}" يجب أن يكون على الأقل {size} px.',
 
-         msgImageWidthLarge: 'عرض ملف الصورة "{name}" لا يمكن أن يتعدى {size} px.',
 
-         msgImageHeightLarge: 'طول ملف الصورة "{name}" لا يمكن أن يتعدى {size} px.',
 
-         msgImageResizeError: 'لم يتمكن من معرفة أبعاد الصورة لتغييرها.',
 
-         msgImageResizeException: 'حدث خطأ أثناء تغيير أبعاد الصورة.<pre>{errors}</pre>',
 
-         dropZoneTitle: 'اسحب وأفلت الملفات هنا …',
 
-         fileActionSettings: {
 
-             removeTitle: 'إزالة الملف',
 
-             uploadTitle: 'رفع الملف',
 
-             zoomTitle: 'مشاهدة التفاصيل',
 
-             dragTitle: 'Move / Rearrange',
 
-             indicatorNewTitle: 'لم يتم الرفع بعد',
 
-             indicatorSuccessTitle: 'تم الرفع',
 
-             indicatorErrorTitle: 'خطأ بالرفع',
 
-             indicatorLoadingTitle: 'جارٍ الرفع ...'
 
-         },
 
-         previewZoomButtonTitles: {
 
-             prev: 'View previous file',
 
-             next: 'View next file',
 
-             toggleheader: 'Toggle header',
 
-             fullscreen: 'Toggle full screen',
 
-             borderless: 'Toggle borderless mode',
 
-             close: 'Close detailed preview'
 
-         }
 
-     };
 
- })(window.jQuery);
 
 
  |