📄 zh_cn.lang.php
字号:
<?php/***************************************************************************** * The contents of this file are subject to the RECIPROCAL PUBLIC LICENSE * Version 1.1 ("License"); You may not use this file except in compliance * with the License. You may obtain a copy of the License at * http://opensource.org/licenses/rpl.php. Software distributed under the * License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, * either express or implied. * * You may: * a) Use and distribute this code exactly as you received without payment or * a royalty or other fee. * b) Create extensions for this code, provided that you make the extensions * publicly available and document your modifications clearly. * c) Charge for a fee for warranty or support or for accepting liability * obligations for your customers. * * You may NOT: * a) Charge for the use of the original code or extensions, including in * electronic distribution models, such as ASP (Application Service * Provider). * b) Charge for the original source code or your extensions other than a * nominal fee to cover distribution costs where such distribution * involves PHYSICAL media. * c) Modify or delete any pre-existing copyright notices, change notices, * or License text in the Licensed Software * d) Assert any patent claims against the Licensor or Contributors, or * which would in any way restrict the ability of any third party to use the * Licensed Software. * * You must: * a) Document any modifications you make to this code including the nature of * the change, the authors of the change, and the date of the change. * b) Make the source code for any extensions you deploy available via an * Electronic Distribution Mechanism such as FTP or HTTP download. * c) Notify the licensor of the availability of source code to your extensions * and include instructions on how to acquire the source code and updates. * d) Grant Licensor a world-wide, non-exclusive, royalty-free license to use, * reproduce, perform, modify, sublicense, and distribute your extensions. * * The Original Code is: C3CRM Team * http://www.c3crm.com * 2006-5-19 * * The Initial Developer of the Original Code is C3CRM Team. * Portions created by C3CRM are Copyright (C) 2005 C3CRM * All Rights Reserved. ********************************************************************************/$mod_strings = array ( 'LBL_MODULE_NAME' => '同事', 'LBL_MODULE_TITLE' => '同事:首页', 'LBL_SEARCH_FORM_TITLE' => '查找同事', 'LBL_LIST_FORM_TITLE' => '同事', 'LBL_NEW_FORM_TITLE' => '新增同事', 'LBL_EMPLOYEE' => '同事: ', 'LBL_LOGIN' => '登录', 'LBL_RESET_PREFERENCES' => '还原预设值', 'LBL_TIME_FORMAT' => '时间格式:', 'LBL_DATE_FORMAT' => '日期格式:', 'LBL_TIMEZONE' => '目前时间:', 'LBL_CURRENCY' => '货币:', 'LBL_LIST_NAME' => '姓名', 'LBL_LIST_LAST_NAME' => '名', 'LBL_LIST_EN_NAME' => '英文名', 'LBL_LIST_EMPLOYEE_NAME' => '同事名称', 'LBL_LIST_DEPARTMENT' => '部门', 'LBL_LIST_REPORTS_TO_NAME' => '经理', 'LBL_LIST_EMAIL' => '电子邮件', 'LBL_LIST_PRIMARY_PHONE' => '主要联系电话', 'LBL_LIST_USER_NAME' => '用户名', 'LBL_LIST_EMPLOYEE_STATUS' => '状态', 'LBL_LIST_ADMIN' => '管理', 'LBL_NEW_EMPLOYEE_BUTTON_TITLE' => '新增同事 [Alt+N]', 'LBL_NEW_EMPLOYEE_BUTTON_LABEL' => '新增同事', 'LBL_NEW_EMPLOYEE_BUTTON_KEY' => 'N', 'LBL_ERROR' => '错误:', 'LBL_PASSWORD' => '密码:', 'LBL_EMPLOYEE_NAME' => '同事姓名:', 'LBL_USER_NAME' => '用户名:', 'LBL_FIRST_NAME' => '姓名:', 'LBL_LAST_NAME' => '名:', 'LBL_EN_NAME' => '英文名:', 'LBL_EMPLOYEE_SETTINGS' => '同事设定', 'LBL_THEME' => '主题:', 'LBL_LANGUAGE' => '语言:', 'LBL_ADMIN' => '管理员:', 'LBL_EMPLOYEE_INFORMATION' => '同事信息', 'LBL_OFFICE_PHONE' => '客户电话:', 'LBL_REPORTS_TO' => '经理:', 'LBL_OTHER_PHONE' => '其他电话:', 'LBL_OTHER_EMAIL' => '其他电子邮件:', 'LBL_NOTES' => '备忘录:', 'LBL_DEPARTMENT' => '部门:', 'LBL_TITLE' => '职务:', 'LBL_ANY_PHONE' => '任何电话:', 'LBL_ANY_EMAIL' => '任何电子邮件:', 'LBL_ADDRESS' => '住址:', 'LBL_CITY' => '城市:', 'LBL_STATE' => '省份:', 'LBL_POSTAL_CODE' => '邮编:', 'LBL_COUNTRY' => '国家:', 'LBL_NAME' => '姓名', 'LBL_MOBILE_PHONE' => '手机:', 'LBL_OTHER' => '其他:', 'LBL_FAX' => '传真:', 'LBL_EMAIL' => '电子邮件:', 'LBL_HOME_PHONE' => '家庭电话:', 'LBL_ADDRESS_INFORMATION' => '住址信息', 'LBL_EMPLOYEE_STATUS' => '同事状态:', 'LBL_PRIMARY_ADDRESS' => '地址:', 'LBL_CREATE_USER_BUTTON_TITLE' => '新增用户 [Alt+N]', 'LBL_CREATE_USER_BUTTON_LABEL' => '新增用户', 'LBL_CREATE_USER_BUTTON_KEY' => 'N', 'LBL_FAVORITE_COLOR' => '偏好颜色:', 'LBL_MESSENGER_ID' => '聊天工具:', 'LBL_MESSENGER_TYPE' => '聊天用户名:', 'ERR_EMPLOYEE_NAME_EXISTS_1' => '同事名称', 'ERR_EMPLOYEE_NAME_EXISTS_2' => ' 重复,请确认或修改', 'ERR_LAST_ADMIN_1' => '同事名称', 'ERR_LAST_ADMIN_2' => '', 'LNK_NEW_EMPLOYEE' => '新增同事', 'LNK_EMPLOYEE_LIST' => '同事', 'ERR_DELETE_RECORD' => '您必须指定要删除的同事', 'LBL_DEFAULT_TEAM' => '默认部门:', 'LBL_DEFAULT_TEAM_TEXT' => '为新用户选择默认的部门', 'LBL_MY_TEAMS' => '我的部门', 'LBL_LIST_DESCRIPTION' => '描述', 'LNK_EDIT_TABS' => '编辑主菜单', 'NTC_REMOVE_TEAM_MEMBER_CONFIRMATION' => '您确定要删除这个同事的资格?', //add user label 'LNK_NEW_USER' => '新增用户', 'LNK_USER_LIST' => '用户',);?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -