59 lines
2.0 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 (
'SINGLE_ModTracker' => '模块跟踪记录',
'ModTracker' => '模块跟踪',
'Visible'=>'模块是否可见',
'LBL_DISABLE'=>'禁用',
'LBL_ENABLE' =>'启用',
'LBL_MODULE'=>'模块名称',
'LBL_VIEW_ALL_RECORD'=>'Select the Related Modules ?',
'LBL_TURN_OFF_HIGHLIGHTING' => 'Turn off highlighting',
'LBL_TURN_ON_HIGHLIGHTING' => 'Turn on highlighting',
'LBL_BASIC_SETTINGS'=>'基本设置',
'LBL_Field' => 'Field',
'LBL_Earlier' => 'Earlier Value',
'LBL_Present' => 'Present Value',
'LBL_YOUR_CHANGES' => 'Your changes',
'LBL_NOT_PERMITTED_TO_ACCESS_INFORMATION' => 'You are not permitted to access this information.',
'LBL_ACCESS_RESTRICTED' => 'Access Restricted',
'LBL_REPORTNAME'=>'Report Name',
'LBL_EXPORTPDF_BUTTON' => 'Export to PDF',
'LBL_EXPORTXL_BUTTON' => 'Export to Excel',
'LBL_PRINT_REPORT' => 'Print Report',
'LBL_FILTER'=>'Filter',
'LBL_GENERATE_NOW'=>'Generate Now',
'LBL_THERE_IS_NO_HISTORY_AVAILABLE' => 'There is no history for this record',
'lastmodifiedtime' => 'Last Modified Time',
'firstname' => 'First Name',
'lastname' => 'Last Name',
'changedon' => 'Modified On',
'whodid' => 'User Name',
'YES'=>'Yes',
'NO'=>'No',
'LBL_CANNOT_DISABLE'=>'Cannot disable',
'LBL_CHANGED_BY'=>'Changed by',
'LBL_ACCESS_TO_FIELD_CHANGES_DENIED'=>'Either you are not permitted to view modified fields <br>(OR)<br> The record has been restored at this point.'
);
?>