mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-15 03:06:59 +00:00
added DE translation of xmpp THX Till Mohr
This commit is contained in:
parent
5e9beb66ee
commit
d753afb1b0
2 changed files with 20 additions and 25 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue