added DE translation of xmpp THX Till Mohr

This commit is contained in:
Tobias Diekershoff 2021-05-24 08:17:11 +02:00
parent 5e9beb66ee
commit d753afb1b0
2 changed files with 20 additions and 25 deletions

View file

@ -6,11 +6,9 @@ function string_plural_select_de($n){
return intval($n != 1);
}}
;
$a->strings["XMPP settings updated."] = "XMPP Einstellungen aktualisiert.";
$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)";
$a->strings["Enable Webchat"] = "Aktiviere Webchat";
$a->strings["Individual Credentials"] = "Individuelle Anmeldedaten";
$a->strings["Jabber BOSH host"] = "Jabber BOSH Host";
$a->strings["Jabber BOSH host"] = "Jabber-BOSH-Host";
$a->strings["Save Settings"] = "Speichere Einstellungen";
$a->strings["Use central userbase"] = "Nutze zentrale Nutzerbasis";
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";