X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Flang%2Fde%2Fstrings.php;h=087698d17b13815182437d42aff4e4547a952247;hb=1d29025091f44e8079d4f50ed27f7e727dc81ac3;hp=a6c3bdb6f9ee4530621a67ae4b9b54ccdfabf818;hpb=ff8e83913948b8a3e1fc8c8a1ee253c78a1a1ec6;p=friendica.git diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index a6c3bdb6f9..087698d17b 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -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';