added DE translation of xmpp

This commit is contained in:
Tobias Diekershoff 2017-12-07 07:29:55 +01:00
parent e064d2da84
commit b300bef96f
2 changed files with 77 additions and 0 deletions

16
xmpp/lang/de/strings.php Normal file
View file

@ -0,0 +1,16 @@
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($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["Save Settings"] = "Speichere Einstellungen";
$a->strings["Use central userbase"] = "Nutze zentrale Nutzerbasis";
$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "Wenn aktiviert, werden die Nutzer automatisch auf dem EJabber Server, der auf dieser Maschine installiert ist, angemeldet und die Zugangsdaten werden über das \"auth_ejabberd.php\"-Script synchronisiert.";
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";