Files
snipe-it/app/lang/pl/button.php
T
2015-02-06 22:18:57 -08:00

15 lines
258 B
PHP
Executable File

<?php
return array(
'actions' => 'Akcje',
'add' => 'Add New',
'cancel' => 'Cancel',
'delete' => 'Kasuj',
'edit' => 'Edycja',
'restore' => 'Przywróć',
'submit' => 'Zatwierdź',
'upload' => 'Upload',
);