snipe-it/resources/lang/pl/admin/licenses/form.php
2016-06-13 12:16:43 -07:00

30 lines
1.2 KiB
PHP

<?php
return array(
'asset' => 'Asset',
'checkin' => 'Checkin',
'cost' => 'Purchase Cost',
'create' => 'Dodaj Licencję',
'date' => 'Data Zakupu',
'depreciation' => 'Depreciation',
'expiration' => 'Data wygaśnięcia',
'license_key' => 'Product Key',
'maintained' => 'Wsparcie Producenta',
'name' => 'Nazwa Oprogramowania',
'no_depreciation' => 'Do Not Depreciate',
'notes' => 'Uwagi',
'order' => 'Zamówienie nr',
'purchase_order' => 'Numer zamówienia',
'reassignable' => 'Reassignable',
'remaining_seats' => 'Wolne stanowiska',
'seats' => 'Ilość stanowisk',
'serial' => 'Klucz produktu',
'supplier' => 'Supplier',
'termination_date' => 'Termination Date',
'to_email' => 'Przypisany do adresu email',
'to_name' => 'Przypisany do Nazwiska',
'update' => 'Edytuj Lincencję',
'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
);