friendica-addons/js_upload/lang/fi-fi/strings.php

18 lines
799 B
PHP
Raw Normal View History

<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
2018-05-20 17:16:32 +00:00
$n = intval($n);
return ($n != 1);;
}}
;
2018-04-09 13:00:17 +00:00
$a->strings["Upload a file"] = "Lähetä tiedosto";
$a->strings["Drop files here to upload"] = "";
2018-04-17 05:21:08 +00:00
$a->strings["Cancel"] = "Peruuta";
$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-05-20 17:16:32 +00:00
$a->strings["File has an invalid extension, it should be one of "] = "Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:";
2018-04-17 05:21:08 +00:00
$a->strings["Upload was cancelled, or server error encountered"] = "Lataus peruutettu, tai palvelimessa tapahtui virhe.";