📄 en_us.lang.php
字号:
<?php
if(empty($GLOBALS['sugarEntry'])) die('Not A Valid Entry Point');
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version
* 1.1.3 ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* 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.
*
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
* All Rights Reserved.
* Contributor(s): ______________________________________.
********************************************************************************/
/*********************************************************************************
* $Id: en_us.lang.php,v 1.3.16.1 2006/01/08 04:35:46 majed Exp $
* 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' => 'Employees',
'LBL_MODULE_TITLE' => 'Employees: Home',
'LBL_SEARCH_FORM_TITLE' => 'Employee Search',
'LBL_LIST_FORM_TITLE' => 'Employees',
'LBL_NEW_FORM_TITLE' => 'New Employee',
'LBL_EMPLOYEE' => 'Employees:',
'LBL_LOGIN' => 'Login',
'LBL_RESET_PREFERENCES' => 'Reset To Default Preferences',
'LBL_TIME_FORMAT' => 'Time Format:',
'LBL_DATE_FORMAT' => 'Date Format:',
'LBL_TIMEZONE' => 'Current Time:',
'LBL_CURRENCY' => 'Currency:',
'LBL_LIST_NAME' => 'Name',
'LBL_LIST_LAST_NAME' => 'Last Name',
'LBL_LIST_EMPLOYEE_NAME' => 'Employee Name',
'LBL_LIST_DEPARTMENT' => 'Department',
'LBL_LIST_REPORTS_TO_NAME' => 'Reports To',
'LBL_LIST_EMAIL' => 'Email',
'LBL_LIST_PRIMARY_PHONE' => 'Primary Phone',
'LBL_LIST_USER_NAME' => 'User Name',
'LBL_LIST_EMPLOYEE_STATUS' => 'Employee Status',
'LBL_LIST_ADMIN' => 'Admin',
'LBL_NEW_EMPLOYEE_BUTTON_TITLE' => 'New Employee [Alt+N]',
'LBL_NEW_EMPLOYEE_BUTTON_LABEL' => 'New Employee',
'LBL_NEW_EMPLOYEE_BUTTON_KEY' => 'N',
'LBL_ERROR' => 'Error:',
'LBL_PASSWORD' => 'Password:',
'LBL_EMPLOYEE_NAME' => 'Employee Name:',
'LBL_USER_NAME' => 'User Name:',
'LBL_FIRST_NAME' => 'First Name:',
'LBL_LAST_NAME' => 'Last Name:',
'LBL_EMPLOYEE_SETTINGS' => 'Employee Settings',
'LBL_THEME' => 'Theme:',
'LBL_LANGUAGE' => 'Language:',
'LBL_ADMIN' => 'Administrator:',
'LBL_EMPLOYEE_INFORMATION' => 'Employee Information',
'LBL_OFFICE_PHONE' => 'Office Phone:',
'LBL_REPORTS_TO' => 'Reports to:',
'LBL_OTHER_PHONE' => 'Other:',
'LBL_OTHER_EMAIL' => 'Other Email:',
'LBL_NOTES' => 'Notes:',
'LBL_DEPARTMENT' => 'Department:',
'LBL_TITLE' => 'Title:',
'LBL_ANY_PHONE' => 'Any Phone:',
'LBL_ANY_EMAIL' => 'Any Email:',
'LBL_ADDRESS' => 'Address:',
'LBL_CITY' => 'City:',
'LBL_STATE' => 'State:',
'LBL_POSTAL_CODE' => 'Postal Code:',
'LBL_COUNTRY' => 'Country:',
'LBL_NAME' => 'Name:',
'LBL_MOBILE_PHONE' => 'Mobile:',
'LBL_OTHER' => 'Other:',
'LBL_FAX' => 'Fax:',
'LBL_EMAIL' => 'Email:',
'LBL_HOME_PHONE' => 'Home Phone:',
'LBL_ADDRESS_INFORMATION' => 'Address Information',
'LBL_EMPLOYEE_STATUS' => 'Employee Status:',
'LBL_PRIMARY_ADDRESS' => 'Primary Address:',
'LBL_CREATE_USER_BUTTON_TITLE' => 'Create User [Alt+N]',
'LBL_CREATE_USER_BUTTON_LABEL' => 'Create User',
'LBL_CREATE_USER_BUTTON_KEY' => 'N',
'LBL_FAVORITE_COLOR' => 'Favorite Color:',
'LBL_MESSENGER_ID' => 'IM Name:',
'LBL_MESSENGER_TYPE' => 'IM Type:',
'ERR_EMPLOYEE_NAME_EXISTS_1' => 'The employee name ',
'ERR_EMPLOYEE_NAME_EXISTS_2' => ' already exists. Duplicate employee names are not allowed. Change the employee name to be unique.',
'ERR_LAST_ADMIN_1' => 'The employee name "',
'ERR_LAST_ADMIN_2' => '" is the last employee with administrator access. At least one employee must be an administrator.',
'LNK_NEW_EMPLOYEE' => 'Create Employee',
'LNK_EMPLOYEE_LIST' => 'Employees',
'ERR_DELETE_RECORD' => 'A record number must be specified to delete the account.',
'LBL_LIST_EMPLOYEE_STATUS' => 'Status',
'LNK_NEW_USER' => 'New User',
'LNK_USER_LIST' => 'Users',
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -