mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
22 lines
936 B
PHP
22 lines
936 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_licenses_title' => 'About Licenses',
|
|
'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
|
|
'checkin' => 'Převzít jednu licenci',
|
|
'checkout_history' => 'Historie',
|
|
'checkout' => 'Předat jednu licenci',
|
|
'edit' => 'Uprav licenci',
|
|
'filetype_info' => 'Povolené druhy souborů jsou png, gif, jpg, jpeg, doc, docx, pdf, txt, zip a rar.',
|
|
'clone' => 'Duplikovat licenci',
|
|
'history_for' => 'Historie uživatele ',
|
|
'in_out' => 'Stav',
|
|
'info' => 'Informace o licenci',
|
|
'license_seats' => 'Počet licencí',
|
|
'seat' => 'Licence',
|
|
'seats' => 'Počet licencí',
|
|
'software_licenses' => 'Softwarové licence',
|
|
'user' => 'Uživatel',
|
|
'view' => 'Ukaž licenci',
|
|
);
|