]> git.mxchange.org Git - friendica-addons.git/blob - js_upload/lang/fi-fi/strings.php
Admin config setting added for blockbot, added option to block gabsocial
[friendica-addons.git] / js_upload / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Upload a file"] = "Lähetä tiedosto";
10 $a->strings["Drop files here to upload"] = "";
11 $a->strings["Cancel"] = "Peruuta";
12 $a->strings["Failed"] = "Epäonnistui";
13 $a->strings["No files were uploaded."] = "Tiedostoja ei lähetetty.";
14 $a->strings["Uploaded file is empty"] = "Lähetetty tiedosto on tyhjä";
15 $a->strings["Image exceeds size limit of "] = "Kuva ylittää kokorajoituksen ";
16 $a->strings["File has an invalid extension, it should be one of "] = "Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:";
17 $a->strings["Upload was cancelled, or server error encountered"] = "Lataus peruutettu, tai palvelimessa tapahtui virhe.";