]> 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 25db34c5cbaea9740adc34767eef9a70b23f3685..2e636419bf2d748c23604b0e3b6f2a5397a533f9 100644 (file)
@@ -3,11 +3,10 @@
 if(! function_exists("string_plural_select_fi_fi")) {
 function string_plural_select_fi_fi($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($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.";