Files
snipe-it/app/lang/pl/admin/hardware/general.php
T
2015-02-27 13:32:53 -08:00

19 lines
850 B
PHP
Executable File

<?php
return array(
'archived' => 'Archived',
'asset' => 'Nabytek',
'checkin' => 'Potwierdzanie zasobu/aktywa',
'checkout' => 'Przypisanie aktywa do Użytkownika',
'clone' => 'Klonuj zasób',
'deployable' => 'Deployable',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
'edit' => 'Edytuj zasób',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
'requestable' => 'Requestable',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'Wyświetl nabytki',
);