2018-04-06 07:58:38 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
|
|
function string_plural_select_fi_fi($n){
|
2018-05-20 13:16:32 -04:00
|
|
|
$n = intval($n);
|
2018-04-06 07:58:38 -04:00
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2018-04-09 09:00:17 -04:00
|
|
|
$a->strings["Upload a file"] = "Lähetä tiedosto";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["Drop files here to upload"] = "";
|
2018-04-17 01:21:08 -04:00
|
|
|
$a->strings["Cancel"] = "Peruuta";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["Failed"] = "Epäonnistui";
|
2018-04-17 01:21:08 -04:00
|
|
|
$a->strings["No files were uploaded."] = "Tiedostoja ei lähetetty.";
|
2018-04-09 09:00:17 -04:00
|
|
|
$a->strings["Uploaded file is empty"] = "Lähetetty tiedosto on tyhjä";
|
|
|
|
$a->strings["Image exceeds size limit of "] = "Kuva ylittää kokorajoituksen ";
|
2018-05-20 13:16:32 -04:00
|
|
|
$a->strings["File has an invalid extension, it should be one of "] = "Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:";
|
2018-04-17 01:21:08 -04:00
|
|
|
$a->strings["Upload was cancelled, or server error encountered"] = "Lataus peruutettu, tai palvelimessa tapahtui virhe.";
|