snipe-it/resources/lang/pl/button.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

25 lines
1 KiB
PHP

<?php
return [
'actions' => 'Akcje',
'add' => 'Dodaj nowy',
'cancel' => 'Anuluj',
'checkin_and_delete' => 'Odbierz i usuń użytkownika',
'delete' => 'Kasuj',
'edit' => 'Edycja',
'restore' => 'Przywróć',
'remove' => 'Remove',
'request' => 'Zamówienie',
'submit' => 'Zatwierdź',
'upload' => 'Wgraj',
'select_file' => 'Wybierz plik...',
'select_files' => 'Wybierz pliki...',
'generate_labels' => '{1} Generuj etykietę|[2,*] Generuj etykiety',
'send_password_link' => 'Wyślij e-mail z linkiem resetującym hasło',
'go' => 'Go',
'bulk_actions' => 'Bulk Actions',
'add_maintenance' => 'Add Maintenance',
'append' => 'Append',
'new' => 'New',
];