Files
snipe-it/app/lang/pl/admin/hardware/general.php
T
2015-02-11 05:19:23 -08:00

18 lines
636 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',
'requestable' => 'Requestable',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'Wyświetl nabytki',
);