]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/lang/fi-fi/strings.php
public_server addon HU translation added THX Balázs Úr
[friendica-addons.git] / gnot / lang / fi-fi / strings.php
index bb5daa5abd8545f8800b4c28a7fd8e692b61efb9..9de95b72615eb6c54d8113d4a9af4fdbd78357f8 100644 (file)
@@ -2,12 +2,12 @@
 
 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["Gnot settings updated."] = "";
+$a->strings["Gnot settings updated."] = "Gnot -asetukset päivitetty.";
 $a->strings["Gnot Settings"] = "Gnot -asetukset";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
-$a->strings["Enable this addon?"] = "";
+$a->strings["Enable this addon?"] = "Ota tämä lisäosa käyttöön?";
 $a->strings["Submit"] = "Lähetä";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Kommentti keskustelussa #%d";