21 lines
701 B
PHP
Executable File
21 lines
701 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'checkin' => 'Checkin License Seat',
|
|
'checkout_history' => 'Checkout History',
|
|
'checkout' => 'Checkout License Seat',
|
|
'edit' => 'Uprav licenci',
|
|
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
|
'clone' => 'Duplikovat licenci',
|
|
'history_for' => 'Historie uživatele ',
|
|
'in_out' => 'In/Out',
|
|
'info' => 'Informace o licenci',
|
|
'license_seats' => 'License Seats',
|
|
'seat' => 'Seat',
|
|
'seats' => 'Seats',
|
|
'software_licenses' => 'Softwarové licence',
|
|
'user' => 'User',
|
|
'view' => 'Ukaž licenci',
|
|
);
|