]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/de/strings.php
Merge remote-tracking branch 'upstream/develop' into oauth-login
[friendica.git] / view / lang / de / strings.php
index 842ae2d30ee0cd37b05a0987cfeefdfa36cbc0f2..c08a55c716363ce16152c122683166aed1794756 100644 (file)
@@ -1270,6 +1270,7 @@ $a->strings["This page lists the deferred worker jobs. This are jobs that couldn
 $a->strings["Inspect Worker Queue"] = "Worker-Warteschlange inspizieren";
 $a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "Auf dieser Seite werden die derzeit in der Warteschlange befindlichen Worker-Jobs aufgelistet. Diese Jobs werden vom Cronjob verarbeitet, den du während der Installation eingerichtet hast.";
 $a->strings["ID"] = "ID";
+$a->strings["Command"] = "Befehl";
 $a->strings["Job Parameters"] = "Parameter der Aufgabe";
 $a->strings["Created"] = "Erstellt";
 $a->strings["Priority"] = "Priorität";
@@ -1579,8 +1580,6 @@ $a->strings["Request date"] = "Anfragedatum";
 $a->strings["No registrations."] = "Keine Neuanmeldungen.";
 $a->strings["Note from the user"] = "Hinweis vom Nutzer";
 $a->strings["Deny"] = "Verwehren";
-$a->strings["API endpoint \"%s\" is not implemented"] = "API endpoint \"%s\" is not implemented";
-$a->strings["The API endpoint is currently not implemented but might be in the future."] = "The API endpoint is currently not implemented but might be in the future.";
 $a->strings["Contact not found"] = "Kontakt nicht gefunden";
 $a->strings["Profile not found"] = "Profil wurde nicht gefunden";
 $a->strings["No installed applications."] = "Keine Applikationen installiert.";
@@ -1606,6 +1605,8 @@ $a->strings["Babel"] = "Babel";
 $a->strings["ActivityPub Conversion"] = "Umwandlung nach ActivityPub";
 $a->strings["Addon Features"] = "Addon Features";
 $a->strings["User registrations waiting for confirmation"] = "Nutzeranmeldungen, die auf Bestätigung warten";
+$a->strings["API endpoint %s %s is not implemented"] = "API Endpunkt %s %s ist nicht implementiert";
+$a->strings["The API endpoint is currently not implemented but might be in the future."] = "The API endpoint is currently not implemented but might be in the future.";
 $a->strings["Profile Details"] = "Profildetails";
 $a->strings["Only You Can See This"] = "Nur du kannst das sehen";
 $a->strings["Tips for New Members"] = "Tipps für neue Nutzer";
@@ -1625,8 +1626,10 @@ $a->strings["%d contact edited."] = [
        1 => "%d Kontakte bearbeitet.",
 ];
 $a->strings["Could not access contact record."] = "Konnte nicht auf die Kontaktdaten zugreifen.";
+$a->strings["You can't block yourself"] = "Du kannst dich nicht selbst blockieren";
 $a->strings["Contact has been blocked"] = "Kontakt wurde blockiert";
 $a->strings["Contact has been unblocked"] = "Kontakt wurde wieder freigegeben";
+$a->strings["You can't ignore yourself"] = "Du kannst dich nicht selbst ignorieren";
 $a->strings["Contact has been ignored"] = "Kontakt wurde ignoriert";
 $a->strings["Contact has been unignored"] = "Kontakt wird nicht mehr ignoriert";
 $a->strings["Contact has been archived"] = "Kontakt wurde archiviert";