mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-16 19:52:05 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,10 +5,10 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$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['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.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue