diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index 57d1758f67..b823998365 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -46,8 +46,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-08-06 16:52+0200\n" -"PO-Revision-Date: 2019-08-07 10:53+0000\n" -"Last-Translator: Copiis Praeesse \n" +"PO-Revision-Date: 2019-08-21 13:04+0000\n" +"Last-Translator: Tobias Diekershoff \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" @@ -6384,7 +6384,7 @@ msgstr "XMPP:" #: src/Model/Profile.php:538 src/Module/Contact.php:337 msgid "Unfollow" -msgstr "Nicht mehr folgen" +msgstr "Entfolgen" #: src/Model/Profile.php:540 msgid "Atom feed" @@ -10031,7 +10031,7 @@ msgstr "

Die Konfiguration deiner Zwei-Faktor Authentifizierungsapp ist nicht #: src/Module/Settings/TwoFactor/Index.php:99 msgid "

Your authenticator app is correctly configured.

" -msgstr "

Deine Zwei-Faktor Authentifizierungsapp ist nicht korrekt konfiguriert.

" +msgstr "

Deine Zwei-Faktor Authentifizierungsapp ist korrekt konfiguriert.

" #: src/Module/Settings/TwoFactor/Index.php:101 msgid "Recovery codes" diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index fe8c424643..96685c96c9 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -1465,7 +1465,7 @@ $a->strings["Manage/edit profiles"] = "Profile verwalten/editieren"; $a->strings["Status:"] = "Status:"; $a->strings["Homepage:"] = "Homepage:"; $a->strings["XMPP:"] = "XMPP:"; -$a->strings["Unfollow"] = "Nicht mehr folgen"; +$a->strings["Unfollow"] = "Entfolgen"; $a->strings["Atom feed"] = "Atom-Feed"; $a->strings["g A l F d"] = "l, d. F G \\U\\h\\r"; $a->strings["F d"] = "d. F"; @@ -2274,7 +2274,7 @@ $a->strings["Authenticator app"] = "Zwei-Faktor Authentifizierungsapp"; $a->strings["Configured"] = "Konfiguriert"; $a->strings["Not Configured"] = "Nicht konfiguriert"; $a->strings["

You haven't finished configuring your authenticator app.

"] = "

Die Konfiguration deiner Zwei-Faktor Authentifizierungsapp ist nicht abgeschlossen.

"; -$a->strings["

Your authenticator app is correctly configured.

"] = "

Deine Zwei-Faktor Authentifizierungsapp ist nicht korrekt konfiguriert.

"; +$a->strings["

Your authenticator app is correctly configured.

"] = "

Deine Zwei-Faktor Authentifizierungsapp ist korrekt konfiguriert.

"; $a->strings["Recovery codes"] = "Wiederherstellungsschlüssel"; $a->strings["Remaining valid codes"] = "Verbleibende Wiederherstellungsschlüssel"; $a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

Diese Einmalcodes können einen Authentifikator-App-Code ersetzen, falls Sie den Zugriff darauf verloren haben.

";