HU translation updated THX Balázs Úr

This commit is contained in:
Tobias Diekershoff 2022-05-25 07:23:59 +02:00
parent 2a0ab3f0f1
commit 737d9e7a58
No known key found for this signature in database
GPG Key ID: 25FE376FF17694A1
2 changed files with 496 additions and 465 deletions

File diff suppressed because it is too large Load Diff

View File

@ -914,6 +914,11 @@ $a->strings['comment'] = 'hozzászólás';
$a->strings['post'] = 'bejegyzés';
$a->strings['Content warning: %s'] = 'Tartalom figyelmeztetés: %s';
$a->strings['bytes'] = 'bájt';
$a->strings['%s (%d%s, %d votes)'] = '%s (%d%s, %d szavazat)';
$a->strings['%s (%d votes)'] = '%s (%d szavazat)';
$a->strings['%d voters. Poll end: %s'] = '%d szavazó. Szavazás vége: %s';
$a->strings['%d voters.'] = '%d szavazó.';
$a->strings['Poll end: %s'] = 'Szavazás vége: %s';
$a->strings['View on separate page'] = 'Megtekintés külön oldalon';
$a->strings['[no subject]'] = '[nincs tárgy]';
$a->strings['Edit profile'] = 'Profil szerkesztése';