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