425cf30e782675b1155f18474be5e50cd026742b
[friendica-addons.git/.git] / newmemberwidget / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["New Member"] = "Neue Nutzer";
10 $a->strings["Tips for New Members"] = "Tipps für neue Nutzer";
11 $a->strings["Global Support Forum"] = "Globales Forum für Hilfsanfragen";
12 $a->strings["Local Support Forum"] = "Lokales Forum für Hilfsanfragen";
13 $a->strings["Save Settings"] = "Einstellungen Speichern";
14 $a->strings["Message"] = "Nachricht";
15 $a->strings["Your message for new members. You can use bbcode here."] = "Deine Nachricht für neue Nutzer. BBCode kann verwendet werden.";
16 $a->strings["Add a link to global support forum"] = "Link zum globalen Support Forum anzeigen";
17 $a->strings["Should a link to the global support forum be displayed?"] = "Soll ein Link zum globalen Support Forum angezeigt werden?";
18 $a->strings["Add a link to the local support forum"] = "Link zum lokalen Support Forum anzeigen";
19 $a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Wenn du ein lokales Support Forum eingerichtet hast und Link darauf angezeigt werden soll, hier klicken";
20 $a->strings["Name of the local support group"] = "Name des lokalen Support Forums";
21 $a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "Wenn der Link angezeigt werden soll, dann trage hier den <em>Spitznamen</em> des Forums ein (z.B. helpers)";