snipe-it/resources/lang/pl/admin/licenses/form.php

29 lines
1.2 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'asset' => 'Asset',
'checkin' => 'Checkin',
'cost' => 'Purchase Cost',
'create' => 'Dodaj Licencję',
'date' => 'Data Zakupu',
'depreciation' => 'Depreciation',
'expiration' => 'Data wygaśnięcia',
'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.'
);