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 Bulgarian 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
 *
9
 * NOTE: this file must be saved in UTF-8 encoding.
10
 */
11
(function ($) {
12
    "use strict";
13
 
14
    $.fn.fileinputLocales['bg'] = {
15
        fileSingle: 'файл',
16
        filePlural: 'файла',
17
        browseLabel: 'Избери …',
18
        removeLabel: 'Премахни',
19
        removeTitle: 'Изчисти избраните',
20
        cancelLabel: 'Откажи',
21
        cancelTitle: 'Откажи качването',
22
        pauseLabel: 'Pause',
23
        pauseTitle: 'Pause ongoing upload',
24
        uploadLabel: 'Качи',
25
        uploadTitle: 'Качи избраните файлове',
26
        msgNo: 'Не',
27
        msgNoFilesSelected: '',
28
        msgPaused: 'Paused',
29
        msgCancelled: 'Отменен',
30
        msgPlaceholder: 'Select {files} ...',
31
        msgZoomModalHeading: 'Детайлен преглед',
32
        msgFileRequired: 'You must select a file to upload.',
33
        msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
34
        msgSizeTooLarge: 'Файла "{name}" (<b>{size} KB</b>) надвишава максималните разрешени <b>{maxSize} KB</b>.',
35
        msgFilesTooLess: 'Трябва да изберете поне <b>{n}</b> {files} файла.',
36
        msgFilesTooMany: 'Броя файлове избрани за качване <b>({n})</b> надвишава ограниченито от максимум <b>{m}</b>.',
37
        msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
38
        msgFileNotFound: 'Файлът "{name}" не може да бъде намерен!',
39
        msgFileSecured: 'От съображения за сигурност не може да прочетем файла "{name}".',
40
        msgFileNotReadable: 'Файлът "{name}" не е четим.',
41
        msgFilePreviewAborted: 'Прегледа на файла е прекратен за "{name}".',
42
        msgFilePreviewError: 'Грешка при опит за четене на файла "{name}".',
43
        msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
44
        msgInvalidFileType: 'Невалиден тип на файла "{name}". Разрешени са само "{types}".',
45
        msgInvalidFileExtension: 'Невалидно разрешение на "{name}". Разрешени са само "{extensions}".',
46
        msgFileTypes: {
47
            'image': 'image',
48
            'html': 'HTML',
49
            'text': 'text',
50
            'video': 'video',
51
            'audio': 'audio',
52
            'flash': 'flash',
53
            'pdf': 'PDF',
54
            'object': 'object'
55
        },
56
        msgUploadAborted: 'Качите файла, бе прекратена',
57
        msgUploadThreshold: 'Processing &hellip;',
58
        msgUploadBegin: 'Initializing &hellip;',
59
        msgUploadEnd: 'Done',
60
        msgUploadResume: 'Resuming upload &hellip;',
61
        msgUploadEmpty: 'No valid data available for upload.',
62
        msgUploadError: 'Upload Error',
63
        msgDeleteError: 'Delete Error',
64
        msgProgressError: 'Error',
65
        msgValidationError: 'утвърждаване грешка',
66
        msgLoading: 'Зареждане на файл {index} от общо {files} &hellip;',
67
        msgProgress: 'Зареждане на файл {index} от общо {files} - {name} - {percent}% завършени.',
68
        msgSelected: '{n} {files} избрани',
69
        msgFoldersNotAllowed: 'Само пуснати файлове! Пропуснати {n} пуснати папки.',
70
        msgImageWidthSmall: 'Широчината на изображението "{name}" трябва да е поне {size} px.',
71
        msgImageHeightSmall: 'Височината на изображението "{name}" трябва да е поне {size} px.',
72
        msgImageWidthLarge: 'Широчината на изображението "{name}" не може да е по-голяма от {size} px.',
73
        msgImageHeightLarge: 'Височината на изображението "{name}" нее може да е по-голяма от {size} px.',
74
        msgImageResizeError: 'Не може да размерите на изображението, за да промените размера.',
75
        msgImageResizeException: 'Грешка при промяна на размера на изображението.<pre>{errors}</pre>',
76
        msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
77
        msgAjaxProgressError: '{operation} failed',
78
        msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
79
        msgResumableUploadRetriesExceeded:  'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
80
        msgPendingTime: '{time} remaining',
81
        msgCalculatingTime: 'calculating time remaining',
82
        ajaxOperations: {
83
            deleteThumb: 'file delete',
84
            uploadThumb: 'file upload',
85
            uploadBatch: 'batch file upload',
86
            uploadExtra: 'form data upload'
87
        },
88
        dropZoneTitle: 'Пуснете файловете тук &hellip;',
89
        dropZoneClickTitle: '<br>(or click to select {files})',
90
        fileActionSettings: {
91
            removeTitle: 'Махни файл',
92
            uploadTitle: 'Качване на файл',
93
            uploadRetryTitle: 'Retry upload',
94
            downloadTitle: 'Download file',
95
            zoomTitle: 'Вижте детайли',
96
            dragTitle: 'Move / Rearrange',
97
            indicatorNewTitle: 'Все още не е качил',
98
            indicatorSuccessTitle: 'Качено',
99
            indicatorErrorTitle: 'Качи Error',
100
            indicatorPausedTitle: 'Upload Paused',
101
            indicatorLoadingTitle:  'Качва се &hellip;'
102
        },
103
        previewZoomButtonTitles: {
104
            prev: 'View previous file',
105
            next: 'View next file',
106
            toggleheader: 'Toggle header',
107
            fullscreen: 'Toggle full screen',
108
            borderless: 'Toggle borderless mode',
109
            close: 'Close detailed preview'
110
        }
111
    };
112
})(window.jQuery);