forked from friendica/deprecated-addons
Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
17
forumlist/lang/de/strings.php
Normal file
17
forumlist/lang/de/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forums"] = "Foren";
|
||||
$a->strings["show/hide"] = "anzeigen/verbergen";
|
||||
$a->strings["No forum subscriptions"] = "Keine Foren-Mitgliedschaften.";
|
||||
$a->strings["Forums:"] = "Foren:";
|
||||
$a->strings["Forumlist settings updated."] = "Einstellungen zur Foren-Liste aktualisiert.";
|
||||
$a->strings["Forumlist Settings"] = "Foren-Liste Einstellungen";
|
||||
$a->strings["Randomise forum list"] = "Zufällige Zusammenstellung der Foren-Liste";
|
||||
$a->strings["Show forums on profile page"] = "Zeige die Liste der Foren auf der Profilseite";
|
||||
$a->strings["Show forums on network page"] = "Zeige Foren auf der Netzwerk-Seite";
|
||||
$a->strings["Submit"] = "Senden";
|
Loading…
Add table
Add a link
Reference in a new issue