snipe-it/resources/lang/cs/admin/licenses/general.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

22 lines
964 B
PHP

<?php
return array(
'about_licenses_title' => 'O licencích',
'about_licenses' => 'Licence jsou používány ke sledování softwaru. Mají stanovený počet uživatelských licencí, které mohou být přiděleny jednotlivcům',
'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',
);