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

30 lines
1.2 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'asset' => 'Majetek',
'checkin' => 'Příjem',
'cost' => 'Pořizovací cena',
'create' => 'Založ licenci',
'date' => 'Datum pořízení',
'depreciation' => 'Amortizace',
'expiration' => 'Expirace',
2016-06-13 12:16:43 -07:00
'license_key' => 'Product Key',
2016-03-25 01:18:05 -07:00
'maintained' => 'Údržba',
'name' => 'Software',
'no_depreciation' => 'Do Not Depreciate',
'notes' => 'Poznámky',
'order' => 'Koupeno',
'purchase_order' => 'Purchase Order Number',
'reassignable' => 'Reassignable',
'remaining_seats' => 'Nasazeno',
'seats' => 'Počet licencí',
'serial' => 'Sériové číslo',
'supplier' => 'Dodavatel',
'termination_date' => 'Platná do',
'to_email' => 'Registrováno na Email',
'to_name' => 'Registrace na jméno',
'update' => 'Úprava licence',
'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.'
);