mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
21 lines
677 B
PHP
21 lines
677 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'checkin' => 'Checkin License Seat',
|
||
|
'checkout_history' => 'Checkout History',
|
||
|
'checkout' => 'Checkout License Seat',
|
||
|
'edit' => 'Edit License',
|
||
|
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
||
|
'clone' => 'Clone License',
|
||
|
'history_for' => 'History for ',
|
||
|
'in_out' => 'In/Out',
|
||
|
'info' => 'License Info',
|
||
|
'license_seats' => 'License Seats',
|
||
|
'seat' => 'Seat',
|
||
|
'seats' => 'Seats',
|
||
|
'software_licenses' => 'Software Licenses',
|
||
|
'user' => 'User',
|
||
|
'view' => 'View License',
|
||
|
);
|