769a98aa819d1d14df1b5fcc76c24209911b8744
[friendica-addons.git/.git] / newmemberwidget / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["New Member"] = "";
9 $a->strings["Tips for New Members"] = "";
10 $a->strings["Global Support Forum"] = "";
11 $a->strings["Local Support Forum"] = "";
12 $a->strings["Save Settings"] = "Tallenna asetukset";
13 $a->strings["Message"] = "Viesti";
14 $a->strings["Your message for new members. You can use bbcode here."] = "";
15 $a->strings["Add a link to global support forum"] = "";
16 $a->strings["Should a link to the global support forum be displayed?"] = "";
17 $a->strings["Add a link to the local support forum"] = "";
18 $a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "";
19 $a->strings["Name of the local support group"] = "";
20 $a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "";