Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
6056 efrain 1
/*!
2
 * FileInput Arabic Translations
3
 *
4
 * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
5
 * any HTML markup tags in the messages must not be converted or translated.
6
 *
7
 * @see http://github.com/kartik-v/bootstrap-fileinput
8
 * @author Yasser Lotfy <y_l@live.com>
9
 *
10
 * NOTE: this file must be saved in UTF-8 encoding.
11
 */
12
(function ($) {
13
    "use strict";
14
 
15
    $.fn.fileinputLocales['ar'] = {
16
        fileSingle: 'ملف',
17
        filePlural: 'ملفات',
18
        browseLabel: 'تصفح &hellip;',
19
        removeLabel: 'إزالة',
20
        removeTitle: 'إزالة الملفات المختارة',
21
        cancelLabel: 'إلغاء',
22
        cancelTitle: 'إنهاء الرفع الحالي',
23
        pauseLabel: 'Pause',
24
        pauseTitle: 'Pause ongoing upload',
25
        uploadLabel: 'رفع',
26
        uploadTitle: 'رفع الملفات المختارة',
27
        msgNo: 'لا',
28
        msgNoFilesSelected: '',
29
        msgPaused: 'Paused',
30
        msgCancelled: 'ألغيت',
31
        msgPlaceholder: 'Select {files} ...',
32
        msgZoomModalHeading: 'معاينة تفصيلية',
33
        msgFileRequired: 'You must select a file to upload.',
34
        msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
35
        msgSizeTooLarge: 'الملف "{name}" (<b>{size} ك.ب</b>) تعدى الحد الأقصى المسموح للرفع <b>{maxSize} ك.ب</b>.',
36
        msgFilesTooLess: 'يجب عليك اختيار <b>{n}</b> {files} على الأقل للرفع.',
37
        msgFilesTooMany: 'عدد الملفات المختارة للرفع <b>({n})</b> تعدت الحد الأقصى المسموح به لعدد <b>{m}</b>.',
38
        msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
39
        msgFileNotFound: 'الملف "{name}" غير موجود!',
40
        msgFileSecured: 'قيود أمنية تمنع قراءة الملف "{name}".',
41
        msgFileNotReadable: 'الملف "{name}" غير قابل للقراءة.',
42
        msgFilePreviewAborted: 'تم إلغاء معاينة الملف "{name}".',
43
        msgFilePreviewError: 'حدث خطأ أثناء قراءة الملف "{name}".',
44
        msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
45
        msgInvalidFileType: 'نوعية غير صالحة للملف "{name}". فقط هذه النوعيات مدعومة "{types}".',
46
        msgInvalidFileExtension: 'امتداد غير صالح للملف "{name}". فقط هذه الملفات مدعومة "{extensions}".',
47
        msgFileTypes: {
48
            'image': 'image',
49
            'html': 'HTML',
50
            'text': 'text',
51
            'video': 'video',
52
            'audio': 'audio',
53
            'flash': 'flash',
54
            'pdf': 'PDF',
55
            'object': 'object'
56
        },
57
        msgUploadAborted: 'تم إلغاء رفع الملف',
58
        msgUploadThreshold: 'Processing &hellip;',
59
        msgUploadBegin: 'Initializing &hellip;',
60
        msgUploadEnd: 'Done',
61
        msgUploadResume: 'Resuming upload &hellip;',
62
        msgUploadEmpty: 'No valid data available for upload.',
63
        msgUploadError: 'Upload Error',
64
        msgDeleteError: 'Delete Error',
65
        msgProgressError: 'Error',
66
        msgValidationError: 'خطأ التحقق من صحة',
67
        msgLoading: 'تحميل ملف {index} من {files} &hellip;',
68
        msgProgress: 'تحميل ملف {index} من {files} - {name} - {percent}% منتهي.',
69
        msgSelected: '{n} {files} مختار(ة)',
70
        msgFoldersNotAllowed: 'اسحب وأفلت الملفات فقط! تم تخطي {n} مجلد(ات).',
71
        msgImageWidthSmall: 'عرض ملف الصورة "{name}" يجب أن يكون على الأقل {size} px.',
72
        msgImageHeightSmall: 'طول ملف الصورة "{name}" يجب أن يكون على الأقل {size} px.',
73
        msgImageWidthLarge: 'عرض ملف الصورة "{name}" لا يمكن أن يتعدى {size} px.',
74
        msgImageHeightLarge: 'طول ملف الصورة "{name}" لا يمكن أن يتعدى {size} px.',
75
        msgImageResizeError: 'لم يتمكن من معرفة أبعاد الصورة لتغييرها.',
76
        msgImageResizeException: 'حدث خطأ أثناء تغيير أبعاد الصورة.<pre>{errors}</pre>',
77
        msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
78
        msgAjaxProgressError: '{operation} failed',
79
        msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
80
        msgResumableUploadRetriesExceeded:  'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
81
        msgPendingTime: '{time} remaining',
82
        msgCalculatingTime: 'calculating time remaining',
83
        ajaxOperations: {
84
            deleteThumb: 'file delete',
85
            uploadThumb: 'file upload',
86
            uploadBatch: 'batch file upload',
87
            uploadExtra: 'form data upload'
88
        },
89
        dropZoneTitle: 'اسحب وأفلت الملفات هنا &hellip;',
90
        dropZoneClickTitle: '<br>(or click to select {files})',
91
        fileActionSettings: {
92
            removeTitle: 'إزالة الملف',
93
            uploadTitle: 'رفع الملف',
94
            uploadRetryTitle: 'Retry upload',
95
            downloadTitle: 'Download file',
96
            zoomTitle: 'مشاهدة التفاصيل',
97
            dragTitle: 'Move / Rearrange',
98
            indicatorNewTitle: 'لم يتم الرفع بعد',
99
            indicatorSuccessTitle: 'تم الرفع',
100
            indicatorErrorTitle: 'خطأ بالرفع',
101
            indicatorPausedTitle: 'Upload Paused',
102
            indicatorLoadingTitle:  'جارٍ الرفع &hellip;'
103
        },
104
        previewZoomButtonTitles: {
105
            prev: 'View previous file',
106
            next: 'View next file',
107
            toggleheader: 'Toggle header',
108
            fullscreen: 'Toggle full screen',
109
            borderless: 'Toggle borderless mode',
110
            close: 'Close detailed preview'
111
        }
112
    };
113
})(window.jQuery);