mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
18 lines
417 B
PHP
18 lines
417 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Přiděleno',
|
|
'checkout' => 'Stav',
|
|
'id' => 'ID',
|
|
'license_email' => 'E-mail',
|
|
'license_name' => 'Registrováno na',
|
|
'purchase_date' => 'Pořízeno',
|
|
'purchased' => 'Zakoupeno',
|
|
'seats' => 'Počet',
|
|
'hardware' => 'Hardware',
|
|
'serial' => 'Sériové číslo',
|
|
'title' => 'Licence',
|
|
|
|
);
|