]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/de/strings.php
Merge pull request #11559 from tobiasd/20220526-lng
[friendica.git] / view / lang / de / strings.php
index a6c3bdb6f9ee4530621a67ae4b9b54ccdfabf818..087698d17b13815182437d42aff4e4547a952247 100644 (file)
@@ -412,6 +412,11 @@ $a->strings['Could not find any unarchived contact entry for this URL (%s)'] = '
 $a->strings['The contact entries have been archived'] = 'Die Kontakteinträge wurden archiviert.';
 $a->strings['Could not find any contact entry for this URL (%s)'] = 'Für die URL (%s) konnte kein Kontakt gefunden werden';
 $a->strings['The contact has been blocked from the node'] = 'Der Kontakt wurde von diesem Knoten geblockt';
+$a->strings['no resource in photo %s'] = 'keine Ressource im Foto %s';
+$a->strings['no photo with id %s'] = 'es existiert kein Foto mit der ID %s';
+$a->strings['no image data for photo with id %s'] = 'es gibt eine Bilddaten für das Foto mit der ID %s';
+$a->strings['invalid image for id %s'] = 'ungültiges Bild für die ID %s';
+$a->strings['Quit on invalid photo %s'] = 'Abbruch bei ungültigem Foto %s';
 $a->strings['Post update version number has been set to %s.'] = 'Die Post-Update-Versionsnummer wurde auf %s gesetzt.';
 $a->strings['Check for pending update actions.'] = 'Überprüfe ausstehende Update-Aktionen';
 $a->strings['Done.'] = 'Erledigt.';
@@ -909,6 +914,11 @@ $a->strings['comment'] = 'Kommentar';
 $a->strings['post'] = 'Beitrag';
 $a->strings['Content warning: %s'] = 'Inhaltswarnung: %s';
 $a->strings['bytes'] = 'Byte';
+$a->strings['%s (%d%s, %d votes)'] = '%s (%d%s, %d Stimmen)';
+$a->strings['%s (%d votes)'] = '%s (%d Stimmen)';
+$a->strings['%d voters. Poll end: %s'] = '%d Wähler, Abstimmung endet: %s';
+$a->strings['%d voters.'] = '%d Stimmen.';
+$a->strings['Poll end: %s'] = 'Abstimmung endet: %s';
 $a->strings['View on separate page'] = 'Auf separater Seite ansehen';
 $a->strings['[no subject]'] = '[kein Betreff]';
 $a->strings['Edit profile'] = 'Profil bearbeiten';