ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/cs-CZ/admin/licenses/table.php
Normal file
17
SNIPE-IT/resources/lang/cs-CZ/admin/licenses/table.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?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',
|
||||
|
||||
);
|
Reference in New Issue
Block a user