]> git.mxchange.org Git - friendica-addons.git/blob - newmemberwidget/lang/de/strings.php
regenerated all the strings
[friendica-addons.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 $a->strings['New Member'] = 'Neue Nutzer';
9 $a->strings['Tips for New Members'] = 'Tipps für neue Nutzer';
10 $a->strings['Global Support Forum'] = 'Globales Forum für Hilfsanfragen';
11 $a->strings['Local Support Forum'] = 'Lokales Forum für Hilfsanfragen';
12 $a->strings['Save Settings'] = 'Einstellungen speichern';
13 $a->strings['Message'] = 'Nachricht';
14 $a->strings['Your message for new members. You can use bbcode here.'] = 'Deine Nachricht für neue Nutzer. BBCode kann verwendet werden.';
15 $a->strings['Add a link to global support forum'] = 'Link zum globalen Support-Forum anzeigen';
16 $a->strings['Should a link to the global support forum be displayed?'] = 'Soll ein Link zum globalen Support-Forum angezeigt werden?';
17 $a->strings['Add a link to the local support forum'] = 'Link zum lokalen Support-Forum anzeigen';
18 $a->strings['If you have a local support forum and want to have a link displayed in the widget, check this box.'] = 'Wenn du ein lokales Support-Forum eingerichtet hast und ein Link darauf angezeigt werden soll, schalte dies ein.';
19 $a->strings['Name of the local support group'] = 'Name des lokalen Support-Forums';
20 $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)';