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

18 lines
417 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'assigned_to' => 'Přiděleno',
'checkout' => 'Stav',
'id' => 'ID',
2016-07-29 14:32:31 -07:00
'license_email' => 'E-mail',
2016-03-25 01:18:05 -07:00
'license_name' => 'Registrováno na',
'purchase_date' => 'Pořízeno',
'purchased' => 'Zakoupeno',
2016-07-29 14:32:31 -07:00
'seats' => 'Počet',
2016-03-25 01:18:05 -07:00
'hardware' => 'Hardware',
'serial' => 'Sériové číslo',
'title' => 'Licence',
);