Files
snipe-it/app/lang/pl/admin/statuslabels/table.php
T
2015-07-27 10:18:40 -07:00

16 lines
634 B
PHP
Executable File

<?php
return array(
'about' => 'O statusie',
'archived' => 'Zarchiwizowane',
'create' => 'Stwórz Status',
'deployable' => 'Deployable',
'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
'name' => 'Nazwa Statusu',
'pending' => 'Oczekujący',
'status_type' => 'Typ Statusu',
'title' => 'Status',
'undeployable' => 'Undeployable',
'update' => 'Zaktualizuj Status',
);