Files
snipe-it/app/lang/pl/button.php
T
2015-02-18 13:33:05 -08:00

15 lines
260 B
PHP
Executable File

<?php
return array(
'actions' => 'Akcje',
'add' => 'Dodaj nowy',
'cancel' => 'Anuluj',
'delete' => 'Kasuj',
'edit' => 'Edycja',
'restore' => 'Przywróć',
'submit' => 'Zatwierdź',
'upload' => 'Wgraj',
);