DE translation updates

This commit is contained in:
Tobias Diekershoff 2022-05-26 16:17:29 +02:00
parent 9804c71b53
commit 620352d1a2
No known key found for this signature in database
GPG key ID: 25FE376FF17694A1
2 changed files with 155 additions and 125 deletions

View 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.';