⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zh_cn.lang.php

📁 开源的CRM,功能全面,国内最优秀的源码
💻 PHP
字号:
<?phpif(empty($GLOBALS['sugarEntry'])) die('Not A Valid Entry Point');/********************************************************************************* * The contents of this file are subject to the SugarCRM Professional End User * License Agreement ("License") which can be viewed at * http://www.sugarcrm.com/crm/products/sugar-professional-eula.html * By installing or using this file, You have unconditionally agreed to the * terms and conditions of the License, and You may not use this file except in * compliance with the License.  Under the terms of the license, You shall not, * among other things: 1) sublicense, resell, rent, lease, redistribute, assign * or otherwise transfer Your rights to the Software, and 2) use the Software * for timesharing or service bureau purposes such as hosting the Software for * commercial gain and/or for the benefit of a third party.  Use of the Software * may be subject to applicable fees and any use of the Software without first * paying applicable fees is strictly prohibited.  You do not have the right to * remove SugarCRM copyrights from the source code or user interface. * * All copies of the Covered Code must include on each user interface screen: *  (i) the "Powered by SugarCRM" logo and *  (ii) the SugarCRM copyright notice * in the same form as they appear in the distribution.  See full license for * requirements. * * Your Warranty, Limitations of liability and Indemnity are expressly stated * in the License.  Please refer to the License for the specific language * governing these rights and limitations under the License.  Portions created * by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.; All Rights Reserved. ********************************************************************************//********************************************************************************* * $Id * Description:  Defines the English language pack for the base application. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. * Contributor(s): ______________________________________.. ********************************************************************************/$mod_strings = array (  'LBL_MODULE_NAME' => '论坛话题',  'LBL_MODULE_TITLE' => '论坛话题: Home',  'LBL_SEARCH_FORM_TITLE' => '查找论坛话题',  'LBL_LIST_FORM_TITLE' => '论坛话题列表',  'LBL_NEW_FORM_TITLE' => '新增论坛话题',  'LBL_FORUMTOPIC' => '论坛话题:',  'LBL_LIST_NAME' => '论坛话题',  'LBL_NAME' => '论坛话题:',  'LBL_LIST_LIST_ORDER' => '顺序',  'LBL_LIST_ORDER' => '顺序:',  'LNK_NEW_FORUMTOPIC' => '论坛话题列表',  'NTC_DELETE_CONFIRMATION' => '您确定删除这条记录?',  'ERR_DELETE_RECORD' => '删除论坛话题必须指定记录编号。',  'ERR_DELETE_USED_TOPIC' => '这个论坛话题至少被一个论坛使用,不能删除',  'NTC_LIST_ORDER' => '设置论坛话题在下拉框列表里的显示顺序',);?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -