]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/lang/fi-fi/strings.php
regenerated all the strings
[friendica-addons.git] / gnot / lang / fi-fi / strings.php
index 202df0f8cfd912a2d4b9ff096f2be2d5846088f7..4b5e1218f1c7fd77991a4a3845f06ab98e2c44d6 100644 (file)
@@ -2,12 +2,11 @@
 
 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."] = "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?"] = "Ota tämä lisäosa käyttöön?";
-$a->strings["Submit"] = "Lähetä";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
+$a->strings['Gnot settings updated.'] = 'Gnot -asetukset päivitetty.';
+$a->strings['Gnot Settings'] = 'Gnot -asetukset';
+$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'] = '[Friendica:Notify] Kommentti keskustelussa #%d';