]> git.mxchange.org Git - friendica-addons.git/blobdiff - newmemberwidget/lang/fi-fi/strings.php
regenerated all the strings
[friendica-addons.git] / newmemberwidget / lang / fi-fi / strings.php
index 769a98aa819d1d14df1b5fcc76c24209911b8744..0282704eeece607d1eeb0d94d00e720b9d966d18 100644 (file)
@@ -2,19 +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["New Member"] = "";
-$a->strings["Tips for New Members"] = "";
-$a->strings["Global Support Forum"] = "";
-$a->strings["Local Support Forum"] = "";
-$a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Message"] = "Viesti";
-$a->strings["Your message for new members. You can use bbcode here."] = "";
-$a->strings["Add a link to global support forum"] = "";
-$a->strings["Should a link to the global support forum be displayed?"] = "";
-$a->strings["Add a link to the local support forum"] = "";
-$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "";
-$a->strings["Name of the local support group"] = "";
-$a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "";
+$a->strings['New Member'] = 'Uusi jäsen';
+$a->strings['Tips for New Members'] = 'Vinkkejä uusille käyttäjille';
+$a->strings['Global Support Forum'] = 'Maailmanlaajuinen tukifoorumi';
+$a->strings['Local Support Forum'] = 'Paikallinen tukifoorumi';
+$a->strings['Save Settings'] = 'Tallenna asetukset';
+$a->strings['Message'] = 'Viesti';
+$a->strings['Add a link to global support forum'] = 'Lisää linkki maailmanlaajuiseen tukifoorumiin';
+$a->strings['Add a link to the local support forum'] = 'Lisää linkki paikalliseen tukifoorumiin';
+$a->strings['Name of the local support group'] = 'Paikallisen tukifoorumin nimi';