1
0
Fork 0

DE translation updates

This commit is contained in:
Tobias Diekershoff 2022-05-19 12:49:27 +02:00
commit e151e5958f
Signed by: tobias
GPG key ID: 25FE376FF17694A1
2 changed files with 24 additions and 6 deletions

View file

@ -910,7 +910,10 @@ $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';