mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
added a New Member Widget to let the admin pass some information to new members
via the sidebar of the network tab. As the widget has np styling it should work with any theme of friendica, though extra styling can be applyed by the theme.
This commit is contained in:
parent
51b364aed4
commit
b2608326f7
6 changed files with 289 additions and 0 deletions
16
newmemberwidget/lang/de/strings.php
Normal file
16
newmemberwidget/lang/de/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
;
|
||||
$a->strings["New Member"] = "Neue Nutzer";
|
||||
$a->strings["Tips for New Members"] = "Tipps für neue Nutzer";
|
||||
$a->strings["Global Support Forum"] = "Globales Forum für Hilfsanfragen";
|
||||
$a->strings["Local Support Forum"] = "Lokales Forum für Hilfsanfragen";
|
||||
$a->strings["Save Settings"] = "Einstellungen Speichern";
|
||||
$a->strings["Message"] = "Nachricht";
|
||||
$a->strings["Your message for new members. You can use bbcode here."] = "Deine Nachricht für neue Nutzer. BBCode kann verwendet werden.";
|
||||
$a->strings["Add a link to global support forum"] = "Link zum globalen Support Forum anzeigen";
|
||||
$a->strings["Should a link to the global support forum be displayed?"] = "Soll ein Link zum globalen Support Forum angezeigt werden?";
|
||||
$a->strings["Add a link to the local support forum"] = "Link zum lokalen Support Forum anzeigen";
|
||||
$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";
|
||||
$a->strings["Name of the local support group"] = "Name des lokalen Support Forums";
|
||||
$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)";
|
Loading…
Add table
Add a link
Reference in a new issue