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