]> git.mxchange.org Git - friendica-addons.git/blob - newmemberwidget/lang/et/strings.php
modified: public_server/public_server.php
[friendica-addons.git] / newmemberwidget / lang / et / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_et")) {
4 function string_plural_select_et($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["New Member"] = "Uus liige";
10 $a->strings["Tips for New Members"] = "Nippe uutele liikmetele";
11 $a->strings["Global Support Forum"] = "Globaalne tugifoorum";
12 $a->strings["Local Support Forum"] = "Lokaalne tugifoorum";
13 $a->strings["Save Settings"] = "Salvesta sätted";
14 $a->strings["Message"] = "Sõnum";
15 $a->strings["Your message for new members. You can use bbcode here."] = "";
16 $a->strings["Add a link to global support forum"] = "";
17 $a->strings["Should a link to the global support forum be displayed?"] = "";
18 $a->strings["Add a link to the local support forum"] = "";
19 $a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "";
20 $a->strings["Name of the local support group"] = "";
21 $a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "";