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 Finnish 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.fi = {
15
        fileSingle: 'tiedosto',
16
        filePlural: 'tiedostot',
17
        browseLabel: 'Selaa …',
18
        removeLabel: 'Poista',
19
        removeTitle: 'Tyhjännä valitut tiedostot',
20
        cancelLabel: 'Peruuta',
21
        cancelTitle: 'Peruuta lataus',
22
        pauseLabel: 'Pause',
23
        pauseTitle: 'Pause ongoing upload',
24
        uploadLabel: 'Lataa',
25
        uploadTitle: 'Lataa valitut tiedostot',
26
        msgNoFilesSelected: '',
27
        msgFileRequired: 'You must select a file to upload.',
28
        msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
29
        msgSizeTooLarge: 'Tiedosto "{name}" (<b>{size} Kt</b>) ylitt&auml;&auml; suurimman sallitun tiedoston koon, joka on <b>{maxSize} Kt</b>. Yrit&auml; uudelleen!',
30
        msgFilesTooLess: 'V&auml;hint&auml;&auml;n <b>{n}</b> {files} tiedostoa on valittava ladattavaksi. Ole hyv&auml; ja yrit&auml; uudelleen!',
31
        msgFilesTooMany: 'Valittujen tiedostojen lukum&auml;&auml;r&auml; <b>({n})</b> ylitt&auml;&auml; suurimman sallitun m&auml;&auml;r&auml;n <b>{m}</b>. Ole hyv&auml; ja yrit&auml; uudelleen!',
32
        msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
33
        msgFileNotFound: 'Tiedostoa "{name}" ei l&ouml;ydy!',
34
        msgFileSecured: 'Tietoturvarajoitukset est&auml;v&auml;t tiedoston "{name}" lukemisen.',
35
        msgFileNotReadable: 'Tiedosto "{name}" ei ole luettavissa.',
36
        msgFilePreviewAborted: 'Tiedoston "{name}" esikatselu keskeytetty.',
37
        msgFilePreviewError: 'Virhe on tapahtunut luettaessa tiedostoa "{name}".',
38
        msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
39
        msgInvalidFileType: 'Tiedosto "{name}" on v&auml;&auml;r&auml;n tyyppinen. Ainoastaan tiedostot tyyppi&auml; "{types}" ovat tuettuja.',
40
        msgInvalidFileExtension: 'Tiedoston "{name}" tarkenne on ep&auml;kelpo. Ainoastaan tarkenteet "{extensions}" ovat tuettuja.',
41
        msgFileTypes: {
42
            'image': 'Kuva',
43
            'html': 'HTML',
44
            'text': 'Teksti',
45
            'video': 'Video',
46
            'audio': 'Ääni',
47
            'flash': 'Flash',
48
            'pdf': 'PDF',
49
            'object': 'Olio'
50
        },
51
        msgUploadThreshold: 'Käsitellään &hellip;',
52
        msgUploadBegin: 'Initializing &hellip;',
53
        msgUploadEnd: 'Done',
54
        msgUploadResume: 'Resuming upload &hellip;',
55
        msgUploadEmpty: 'Ei ladattavaa dataa.',
56
        msgUploadError: 'Upload Error',
57
        msgDeleteError: 'Delete Error',
58
        msgProgressError: 'Error',
59
        msgValidationError: 'Tiedoston latausvirhe',
60
        msgLoading: 'Ladataan tiedostoa {index} / {files} &hellip;',
61
        msgProgress: 'Ladataan tiedostoa {index} / {files} - {name} - {percent}% valmistunut.',
62
        msgSelected: '{n} tiedostoa valittu',
63
        msgFoldersNotAllowed: 'Raahaa ja pudota ainoastaan tiedostoja! Ohitettu {n} raahattua kansiota.',
64
        msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
65
        msgAjaxProgressError: '{operation} failed',
66
        msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
67
        msgResumableUploadRetriesExceeded:  'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
68
        msgPendingTime: '{time} remaining',
69
        msgCalculatingTime: 'calculating time remaining',
70
        ajaxOperations: {
71
            deleteThumb: 'file delete',
72
            uploadThumb: 'file upload',
73
            uploadBatch: 'batch file upload',
74
            uploadExtra: 'form data upload'
75
        },
76
        dropZoneTitle: 'Raahaa ja pudota tiedostot t&auml;h&auml;n &hellip;',
77
        dropZoneClickTitle: '<br>(tai valitse hiirellä {files})',
78
        fileActionSettings: {
79
            removeTitle: 'Poista tiedosto',
80
            uploadTitle: 'Upload file',
81
            uploadRetryTitle: 'Retry upload',
82
            downloadTitle: 'Download file',
83
            zoomTitle: 'Yksityiskohdat',
84
            dragTitle: 'Siirrä / Järjestele',
85
            indicatorNewTitle: 'Ei ladattu',
86
            indicatorSuccessTitle: 'Ladattu',
87
            indicatorErrorTitle: 'Lataus epäonnistui',
88
            indicatorPausedTitle: 'Upload Paused',
89
            indicatorLoadingTitle:  'Ladataan &hellip;'
90
        },
91
        previewZoomButtonTitles: {
92
            prev: 'Seuraava tiedosto',
93
            next: 'Edellinen tiedosto',
94
            toggleheader: 'Näytä otsikko',
95
            fullscreen: 'Kokonäytön tila',
96
            borderless: 'Rajaton tila',
97
            close: 'Sulje esikatselu'
98
        }
99
    };
100
 
101
    $.extend($.fn.fileinput.defaults, $.fn.fileinputLocales.fi);
102
})(window.jQuery);