]> git.mxchange.org Git - friendica-addons.git/blobdiff - js_upload/lang/fi-fi/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / js_upload / lang / fi-fi / strings.php
index 230dae289b89fb9362c4f0f7eeb04bce40abe339..2e636419bf2d748c23604b0e3b6f2a5397a533f9 100644 (file)
@@ -2,15 +2,15 @@
 
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
-$a->strings["Upload a file"] = "";
-$a->strings["Drop files here to upload"] = "";
-$a->strings["Cancel"] = "";
+$a->strings["Upload a file"] = "Lähetä tiedosto";
+$a->strings["Cancel"] = "Peruuta";
 $a->strings["Failed"] = "Epäonnistui";
-$a->strings["No files were uploaded."] = "";
-$a->strings["Uploaded file is empty"] = "";
-$a->strings["Image exceeds size limit of "] = "";
-$a->strings["File has an invalid extension, it should be one of "] = "";
-$a->strings["Upload was cancelled, or server error encountered"] = "";
+$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 "] = "Tiedostopääte on virheellinen. Sallitut tiedostopäätteet:";
+$a->strings["Upload was cancelled, or server error encountered"] = "Lataus peruutettu, tai palvelimessa tapahtui virhe.";