| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 | 
							- /*!
 
-  * FileInput Finnish 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
 
-  *
 
-  * NOTE: this file must be saved in UTF-8 encoding.
 
-  */
 
- (function (factory) {
 
-     'use strict';
 
-     if (typeof define === 'function' && define.amd) {
 
-         define(['jquery'], factory);
 
-     } else if (typeof module === 'object' && typeof module.exports === 'object') {
 
-         factory(require('jquery'));
 
-     } else {
 
-         factory(window.jQuery);
 
-     }
 
- }(function ($) {
 
-     "use strict";
 
-     $.fn.fileinputLocales.fi = {
 
-         sizeUnits: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'], 
 
-         bitRateUnits: ['B/s', 'KB/s', 'MB/s', 'GB/s', 'TB/s', 'PB/s', 'EB/s', 'ZB/s', 'YB/s'],
 
-         fileSingle: 'tiedosto',
 
-         filePlural: 'tiedostot',
 
-         browseLabel: 'Selaa …',
 
-         removeLabel: 'Poista',
 
-         removeTitle: 'Tyhjännä valitut tiedostot',
 
-         cancelLabel: 'Peruuta',
 
-         cancelTitle: 'Peruuta lataus',
 
-         pauseLabel: 'Pause',
 
-         pauseTitle: 'Pause ongoing upload',
 
-         uploadLabel: 'Lataa',
 
-         uploadTitle: 'Lataa valitut tiedostot',
 
-         msgNoFilesSelected: '',
 
-         msgFileRequired: 'You must select a file to upload.',
 
-         msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
 
-         msgSizeTooLarge: 'Tiedosto "{name}" (<b>{size} Kt</b>) ylittää suurimman sallitun tiedoston koon, joka on <b>{maxSize} Kt</b>. Yritä uudelleen!',
 
-         msgFilesTooLess: 'Vähintään <b>{n}</b> {files} tiedostoa on valittava ladattavaksi. Ole hyvä ja yritä uudelleen!',
 
-         msgFilesTooMany: 'Valittujen tiedostojen lukumäärä <b>({n})</b> ylittää suurimman sallitun määrän <b>{m}</b>. Ole hyvä ja yritä uudelleen!',
 
-         msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
 
-         msgFileNotFound: 'Tiedostoa "{name}" ei löydy!',
 
-         msgFileSecured: 'Tietoturvarajoitukset estävät tiedoston "{name}" lukemisen.',
 
-         msgFileNotReadable: 'Tiedosto "{name}" ei ole luettavissa.',
 
-         msgFilePreviewAborted: 'Tiedoston "{name}" esikatselu keskeytetty.',
 
-         msgFilePreviewError: 'Virhe on tapahtunut luettaessa tiedostoa "{name}".',
 
-         msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
 
-         msgInvalidFileType: 'Tiedosto "{name}" on väärän tyyppinen. Ainoastaan tiedostot tyyppiä "{types}" ovat tuettuja.',
 
-         msgInvalidFileExtension: 'Tiedoston "{name}" tarkenne on epäkelpo. Ainoastaan tarkenteet "{extensions}" ovat tuettuja.',
 
-         msgFileTypes: {
 
-             'image': 'Kuva',
 
-             'html': 'HTML',
 
-             'text': 'Teksti',
 
-             'video': 'Video',
 
-             'audio': 'Ääni',
 
-             'flash': 'Flash',
 
-             'pdf': 'PDF',
 
-             'object': 'Olio'
 
-         },
 
-         msgUploadThreshold: 'Käsitellään …',
 
-         msgUploadBegin: 'Initializing …',
 
-         msgUploadEnd: 'Done',
 
-         msgUploadResume: 'Resuming upload …',
 
-         msgUploadEmpty: 'Ei ladattavaa dataa.',
 
-         msgUploadError: 'Upload Error',
 
-         msgDeleteError: 'Delete Error',
 
-         msgProgressError: 'Error',
 
-         msgValidationError: 'Tiedoston latausvirhe',
 
-         msgLoading: 'Ladataan tiedostoa {index} / {files} …',
 
-         msgProgress: 'Ladataan tiedostoa {index} / {files} - {name} - {percent}% valmistunut.',
 
-         msgSelected: '{n} tiedostoa valittu',
 
-         msgFoldersNotAllowed: 'Raahaa ja pudota ainoastaan tiedostoja! Ohitettu {n} raahattua kansiota.',
 
-         msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
 
-         msgAjaxProgressError: '{operation} failed',
 
-         msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
 
-         msgResumableUploadRetriesExceeded:  'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
 
-         msgPendingTime: '{time} remaining',
 
-         msgCalculatingTime: 'calculating time remaining',
 
-         ajaxOperations: {
 
-             deleteThumb: 'file delete',
 
-             uploadThumb: 'file upload',
 
-             uploadBatch: 'batch file upload',
 
-             uploadExtra: 'form data upload'
 
-         },
 
-         dropZoneTitle: 'Raahaa ja pudota tiedostot tähän …',
 
-         dropZoneClickTitle: '<br>(tai valitse hiirellä {files})',
 
-         fileActionSettings: {
 
-             removeTitle: 'Poista tiedosto',
 
-             uploadTitle: 'Upload file',
 
-             uploadRetryTitle: 'Retry upload',
 
-             downloadTitle: 'Download file',
 
-             zoomTitle: 'Yksityiskohdat',
 
-             dragTitle: 'Siirrä / Järjestele',
 
-             indicatorNewTitle: 'Ei ladattu',
 
-             indicatorSuccessTitle: 'Ladattu',
 
-             indicatorErrorTitle: 'Lataus epäonnistui',
 
-             indicatorPausedTitle: 'Upload Paused',
 
-             indicatorLoadingTitle:  'Ladataan …'
 
-         },
 
-         previewZoomButtonTitles: {
 
-             prev: 'Seuraava tiedosto',
 
-             next: 'Edellinen tiedosto',
 
-             toggleheader: 'Näytä otsikko',
 
-             fullscreen: 'Kokonäytön tila',
 
-             borderless: 'Rajaton tila',
 
-             close: 'Sulje esikatselu'
 
-         }
 
-     };
 
-     $.extend($.fn.fileinput.defaults, $.fn.fileinputLocales.fi);
 
- }));
 
 
  |