PL translation update THX strebski

This commit is contained in:
Tobias Diekershoff 2022-05-20 13:59:55 +02:00
parent 87e14d9d28
commit d858aa86e5
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

@ -925,6 +925,11 @@ $a->strings['comment'] = 'komentarz';
$a->strings['post'] = 'wpis';
$a->strings['Content warning: %s'] = 'Ostrzeżenie o treści: %s';
$a->strings['bytes'] = 'bajty';
$a->strings['%s (%d%s, %d votes)'] = '%s (%d%s, %d głosów)';
$a->strings['%s (%d votes)'] = '%s (%d głosów)';
$a->strings['%d voters. Poll end: %s'] = '%d głosujących. Zakończenie głosowania: %s';
$a->strings['%d voters.'] = '%d głosujących.';
$a->strings['Poll end: %s'] = 'Koniec ankiety: %s';
$a->strings['View on separate page'] = 'Zobacz na oddzielnej stronie';
$a->strings['[no subject]'] = '[bez tematu]';
$a->strings['Edit profile'] = 'Edytuj profil';