Jappixmini added

This commit is contained in:
Michael 2021-10-07 05:31:02 +00:00
commit 1cc8afc83f
265 changed files with 98516 additions and 0 deletions

View file

@ -0,0 +1,80 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Andreas H., 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014-2015
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-29 05:31+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: jappixmini.php:318 jappixmini.php:322
msgid "Jappix Mini"
msgstr "Jappix Mini"
#: jappixmini.php:325
msgid "Activate addon"
msgstr "Addon aktivieren"
#: jappixmini.php:328
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "Füge das Jappix-Mini-Chat-Widget <em>nicht</em> zum Webinterface hinzu"
#: jappixmini.php:331
msgid "Jabber username"
msgstr "Jabber-Nutzername"
#: jappixmini.php:334
msgid "Jabber server"
msgstr "Jabber-Server"
#: jappixmini.php:339
msgid "Jabber BOSH host"
msgstr "Jabber-BOSH-Host"
#: jappixmini.php:344
msgid "Jabber password"
msgstr "Jabber-Passwort"
#: jappixmini.php:349
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Verschlüssele das Jabber-Passwort mit dem Friendica-Passwort (empfohlen)"
#: jappixmini.php:352
msgid "Friendica password"
msgstr "Friendica-Passwort"
#: jappixmini.php:355
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Kontaktanfragen von Friendica-Kontakten automatisch akzeptieren"
#: jappixmini.php:358
msgid "Subscribe to Friendica contacts automatically"
msgstr "Automatisch Friendica-Kontakten bei Jabber folgen"
#: jappixmini.php:361
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Lösche die interne Liste der Jabber-Adressen der Kontakte"
#: jappixmini.php:368
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: jappixmini.php:369
msgid "Add contact"
msgstr "Kontakt hinzufügen"

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Jappix Mini"] = "Jappix Mini";
$a->strings["Activate addon"] = "Addon aktivieren";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "Füge das Jappix-Mini-Chat-Widget <em>nicht</em> zum Webinterface hinzu";
$a->strings["Jabber username"] = "Jabber-Nutzername";
$a->strings["Jabber server"] = "Jabber-Server";
$a->strings["Jabber BOSH host"] = "Jabber-BOSH-Host";
$a->strings["Jabber password"] = "Jabber-Passwort";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Verschlüssele das Jabber-Passwort mit dem Friendica-Passwort (empfohlen)";
$a->strings["Friendica password"] = "Friendica-Passwort";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Kontaktanfragen von Friendica-Kontakten automatisch akzeptieren";
$a->strings["Subscribe to Friendica contacts automatically"] = "Automatisch Friendica-Kontakten bei Jabber folgen";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Lösche die interne Liste der Jabber-Adressen der Kontakte";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Add contact"] = "Kontakt hinzufügen";