79 lines
2.3 KiB
PHP
79 lines
2.3 KiB
PHP
|
<?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(
|
||
|
'LBL_MODULE_NAME'=>'服务',
|
||
|
'SINGLE_Services'=>'服务',
|
||
|
'LBL_LIST_SERVICE_NAME'=>'服务名称',
|
||
|
'LBL_PRICEBOOK'=>'价格表:',
|
||
|
'LBL_PRICEBOOK_INFORMATION'=>'价格表信息:',
|
||
|
'LBL_PRICING_INFORMATION'=>'价格信息:',
|
||
|
'LBL_LIST_FORM_TITLE'=>'服务列表',
|
||
|
'LBL_LIST_PRICEBOOK_FORM_TITLE'=>'价格表列表',
|
||
|
'LBL_SERVICE_UNIT_PRICE'=>'单位价格',
|
||
|
'LBL_PB_LIST_PRICE'=>'List Price',
|
||
|
'LBL_SERVICE_INFORMATION'=>'Service Information',
|
||
|
'LBL_CUSTOM_INFORMATION'=>'Custom Information',
|
||
|
'LBL_DESCRIPTION_INFORMATION'=>'Description Information',
|
||
|
|
||
|
'LBL_ADD_PRICEBOOK_BUTTON_LABEL'=>'Add To Price Books',
|
||
|
|
||
|
'Services'=>'服务',
|
||
|
'Service Name'=>'服务名称',
|
||
|
'Service Active'=>'活动',
|
||
|
'Service Category'=>'分类',
|
||
|
'Service No'=>'服务编号',
|
||
|
'Owner'=>'所有人',
|
||
|
'Days'=>'天',
|
||
|
'Hours'=>'小时',
|
||
|
'Incidents'=>'Incidents',
|
||
|
'No of Units'=>'总单位数',
|
||
|
'Commission Rate'=>'Commission Rate',
|
||
|
'Unit Price'=>'单位价格',
|
||
|
'Price'=>'价格',
|
||
|
'Support Start Date'=>'Support Start Date',
|
||
|
'Support Expiry Date'=>'Support Expiry Date',
|
||
|
'Sales Start Date'=>'Sales Start Date',
|
||
|
'Sales End Date'=>'Sales End Date',
|
||
|
'Created Time'=>'Created Time',
|
||
|
'Modified Time'=>'Modified Time',
|
||
|
'Related To'=>'Related To',
|
||
|
'Usage Unit'=>'已使用的单位',
|
||
|
'Currency'=>'货币单位',
|
||
|
'Tax Class'=>'税务类型',
|
||
|
'Website'=>'网站',
|
||
|
'Description'=>'描述',
|
||
|
|
||
|
'Price Book Name'=>'价格表名称',
|
||
|
|
||
|
'LBL_NO_TAXES_ASSOCIATED'=>'No taxes associated with this service',
|
||
|
'--None--'=>'--无--',
|
||
|
'Installation'=>'Installation',
|
||
|
'Migration'=>'Migration',
|
||
|
'Customization'=>'Customization',
|
||
|
'Training'=>'Training',
|
||
|
'Services ID'=>'服务序号',
|
||
|
);
|
||
|
|
||
|
?>
|