57 lines
1.5 KiB
PHP
Raw Permalink Normal View History

<?php
/**
* Copyright (C) 2006-2012 YUCHENG HU
*
* ---------------------------------------------------------
* OSSEZ (中国) 信息技术有限公司
* http://www.ossez.com
* http://src.ossez.com
*
* CONTACT
* huyuchengus@gmail.com / yucheng.hu@ossez.com
*
* ---------------------------------------------------------
* [A] GNU GENERAL PUBLIC LICENSE GNU/LGPL
* [B] Apache License, Version 2.0
*
* ---------------------------------------------------------
* NOTE
* 1. 所有的语言配置文件必须采用无 BOM UTF-8 编码
* 2. 本语言文件为 ossez-5.4.0 分支,适用于 vTiger 5.4.0
* ---------------------------------------------------------
*/
$mod_strings = Array(
/*some general information*/
'LBL_MODULE_NAME'=>'资产',
'SINGLE_Assets'=>'资产',
/*blocks for the module*/
'LBL_ASSET_INFORMATION'=>'资产信息',
'LBL_CUSTOM_INFORMATION'=>'自定义信息',
'LBL_DESCRIPTION_INFORMATION'=>'备注',
/*fields for the module*/
'Assets'=>'资产',
'Asset Name' => '资产名称',
'Customer Name'=>'客户名称',
'Product Name'=>'产品名称',
'Serial Number'=>'序列号',
'Asset No'=>'资产编号',
'Date Sold'=>'销售日期',
'Date in Service'=>'服务日期',
'Status'=>'状态',
'Shipping Method'=>'快递方法',
'Shipping Tracking Number'=>'快递跟踪号',
'Tag Number'=>'标签号',
'Notes'=>'备注',
'Invoice Name'=>'发货单',
/*picklist values*/
'In Service'=>'正在提供服务',
'Out-of-service'=>'已不提供服务',
'Assets ID'=>'资产序号',
);
?>