2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2017-01-10 17:53:06 -08:00
|
|
|
'about_licenses_title' => '关于许可证',
|
|
|
|
'about_licenses' => '许可证用于跟踪软件。 它们包含特殊位数的数字,可以借出给个人。',
|
2016-03-25 01:18:05 -07:00
|
|
|
'checkin' => '接入许可证数量',
|
|
|
|
'checkout_history' => '借出历史记录',
|
|
|
|
'checkout' => '借出许可证数量',
|
|
|
|
'edit' => '编辑许可证',
|
|
|
|
'filetype_info' => '允许的文件类型有: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar',
|
|
|
|
'clone' => '克隆许可证',
|
|
|
|
'history_for' => '历史记录',
|
|
|
|
'in_out' => '进/出',
|
|
|
|
'info' => '授权信息',
|
|
|
|
'license_seats' => '授权数量',
|
|
|
|
'seat' => '次数',
|
|
|
|
'seats' => '允许使用次数',
|
|
|
|
'software_licenses' => '软件许可证',
|
|
|
|
'user' => '用户',
|
|
|
|
'view' => '查看许可证',
|
|
|
|
);
|