📄 en_us.lang.php
字号:
<?phpif(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');/********************************************************************************* * SugarCRM is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004 - 2007 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU General Public License version 3. * * In accordance with Section 7(b) of the GNU General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ********************************************************************************//********************************************************************************* * Description: Defines the English language pack for the base application. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. ********************************************************************************/global $timedate; $mod_strings = array ( 'LBL_GOOD_FILE' => 'Import File Read Successfully', 'LBL_RECORDS_SKIPPED_DUE_TO_ERROR' => 'Records skipped due to error', 'LBL_UPDATE_SUCCESSFULLY' => 'Records created or updated successfully', 'LBL_SUCCESSFULLY_IMPORTED' => 'Records created successfully', 'LBL_STEP_4_TITLE' => 'Step 4: Import File', 'LBL_STEP_5_TITLE' => 'Step 5: View Results', 'LBL_CUSTOM_ENCLOSURE' => 'Fields Qualified By:', 'LBL_ERROR_UNABLE_TO_PUBLISH' => 'Unable to publish. There is another published Import map by the same name.', 'LBL_ERROR_UNABLE_TO_UNPUBLISH' => 'Unable to un-publish a map owned by another user. You own an Import map by the same name.', 'LBL_ERROR_IMPORTS_NOT_SET_UP' => 'Imports aren\'t set up for this module type', 'LBL_IMPORT_TYPE' => 'Import Action', 'LBL_IMPORT_BUTTON' => 'Create Records', 'LBL_UPDATE_BUTTON' => 'Create and Update Records', 'LBL_ERROR_INVALID_BOOL'=>'Invalid boolean value', 'LBL_NO_ID' => 'ID Required', 'LBL_PRE_CHECK_SKIPPED' => 'Pre-Check skipped', 'LBL_IMPORT_ERROR' => 'Import errors:', 'LBL_ERROR' => 'Error', 'LBL_NOLOCALE_NEEDED' => 'No locale conversion needed', 'LBL_FIELD_NAME' => 'Field Name', 'LBL_VALUE' => 'Value', 'LBL_ROW_NUMBER' => 'Row Number', 'LBL_NONE' => 'None', 'LBL_REQUIRED_VALUE' => 'Required value missing', 'LBL_ID_EXISTS_ALREADY' => 'ID already exists in this table', 'LBL_ASSIGNED_USER' => 'If the user does not exist use the current user', 'LBL_SHOW_HIDDEN' => 'Show fields that are not normally importable', 'LBL_UPDATE_RECORDS' => 'Update existing records instead of importing them (No Undo)', 'LBL_TEST'=> 'Test Import (do not save or change data)', 'LBL_TRUNCATE_TABLE' => 'Empty table before import (delete all records)', 'LBL_RELATED_ACCOUNTS' => 'Do not create related accounts', 'LBL_NO_DATECHECK' => 'Skip date check (faster but will fail if any date is wrong)', 'LBL_NO_WORKFLOW' => 'Do not run workflow during this import', 'LBL_NO_EMAILS' => 'Do not send out Email notifications during this import', 'LBL_NO_PRECHECK' => 'Native Format mode', 'LBL_STRICT_CHECKS' => 'Use strict ruleset (Check Email addresses and phone numbers too)', 'LBL_ERROR_SELECTING_RECORD' => 'Error selecting record:', 'LBL_ERROR_DELETING_RECORD' => 'Error deleting record:', 'LBL_NOT_SET_UP' => 'Import is not set up for this module type', 'LBL_ARE_YOU_SURE' => 'Are you sure? This will erase all data in this module.', 'LBL_NO_RECORD' => 'No record with this ID to update', 'LBL_NOT_SET_UP_FOR_IMPORTS' => 'Import is not set up for this module type', 'LBL_DEBUG_MODE' => 'Enable debugging mode', 'LBL_ERROR_INVALID_PHONE' => 'Invalid phone number', 'LBL_ERROR_INVALID_NAME' => 'String too long to fit in the field', 'LBL_ERROR_INVALID_VARCHAR' => 'String too long to fit in the field', 'LBL_ERROR_INVALID_DATE' => 'Invalid date', 'LBL_ERROR_INVALID_DATETIME' => 'Invalid datetime', 'LBL_ERROR_INVALID_TIME' => 'Invalid time', 'LBL_ERROR_INVALID_INT' => 'Invalid integer value', 'LBL_ERROR_INVALID_NUM' => 'Invalid numeric value', 'LBL_ERROR_INVALID_TIME' => 'Invalid time', 'LBL_ERROR_INVALID_EMAIL'=>'Invalid Email address', 'LBL_ERROR_INVALID_BOOL'=>'Invalid value (should be a 1 or 0)', 'LBL_ERROR_INVALID_DATE'=>'Invalid date dtring', 'LBL_ERROR_INVALID_USER'=>'Invalid user name or ID', 'LBL_ERROR_INVALID_TEAM' => 'Invalid team name or ID', 'LBL_ERROR_INVALID_ACCOUNT' => 'Invalid account name or ID', 'LBL_ERROR_INVALID_RELATE' => 'Invalid relational field', 'LBL_ERROR_INVALID_CURRENCY' => 'Invalid currency value', 'LBL_ERROR_INVALID_FLOAT' => 'Invalid floating point number', 'LBL_ERROR_NOT_IN_ENUM' => "Value not in dropDown list. <br><ul><li>Allowed values are: ", 'LBL_NOT_MULTIENUM' => 'Not a MultiEnum', 'LBL_IMPORT_MODULE_NO_TYPE' => "Import is not set up for this module type", 'LBL_IMPORT_MODULE_NO_USERS' => 'WARNING: You have no users defined on your system. If you import without adding users first, all records will be owned by the Administrator.', 'LBL_IMPORT_MODULE_MAP_ERROR' => 'Unable to publish. There is another published Import Map by the same name.', 'LBL_IMPORT_MODULE_MAP_ERROR2' => 'Unable to un-publish a map owned by another user. You own an Import Map by the same name.', 'LBL_IMPORT_MODULE_NO_DIRECTORY' => 'The directory ', 'LBL_IMPORT_MODULE_NO_DIRECTORY_END' => ' does not exist or is not writable', 'LBL_IMPORT_MODULE_ERROR_NO_UPLOAD' => 'File was not uploaded successfully. It may be that the \'upload_max_filesize\' setting in your php.ini file is set to a small number', 'LBL_IMPORT_MODULE_ERROR_LARGE_FILE' => 'File is too large. Max:', 'LBL_IMPORT_MODULE_ERROR_LARGE_FILE_END' => 'Bytes. Change $sugar_config[\'upload_maxsize\'] in config.php', 'LBL_MODULE_NAME' => 'Import', 'LBL_TRY_AGAIN' => 'Try Again', 'LBL_ERROR' => 'Error:', 'ERR_MULTIPLE' => 'Multiple columns have been defined with the same field name.', 'ERR_MISSING_REQUIRED_FIELDS' => 'Missing required fields:', 'ERR_MISSING_MAP_NAME' => 'Missing custom mapping name', 'ERR_SELECT_FULL_NAME' => 'You cannot select Full Name when First Name and Last Name are selected.', 'ERR_SELECT_FILE' => 'Select a file to upload.', 'LBL_SELECT_FILE' => 'Select file:', 'LBL_CUSTOM' => 'Custom', 'LBL_CUSTOM_CSV' => 'Custom comma delimited file', 'LBL_CSV' => 'Comma delimited file', 'LBL_TAB' => 'Tab delimited file', 'LBL_CUSTOM_DELIMITED' => 'Custom delimited file', 'LBL_CUSTOM_DELIMITER' => 'Fields Delimited By:', 'LBL_FILE_OPTIONS' => 'File options', 'LBL_CUSTOM_TAB' => 'Custom tab delimited file', 'LBL_DONT_MAP' => '-- Do not map this field --', 'LBL_STEP_1_TITLE' => 'Step 1: Select Data Source and Import Action', 'LBL_WHAT_IS' => 'What is the Data Source?', 'LBL_MICROSOFT_OUTLOOK' => 'Microsoft Outlook', 'LBL_ACT' => 'Act!', 'LBL_SALESFORCE' => 'Salesforce.com', 'LBL_MY_SAVED' => 'My Saved Mappings:', 'LBL_PUBLISH' => 'Publish', 'LBL_DELETE' => 'Delete', 'LBL_PUBLISHED_SOURCES' => 'Published Mappings:', 'LBL_UNPUBLISH' => 'Un-Publish', 'LBL_NEXT' => 'Next >', 'LBL_BACK' => '< Back', 'LBL_STEP_2_TITLE' => 'Step 2: Upload Import File', 'LBL_HAS_HEADER' => 'Has Header:', 'LBL_NUM_1' => '1.', 'LBL_NUM_2' => '2.', 'LBL_NUM_3' => '3.', 'LBL_NUM_4' => '4.', 'LBL_NUM_5' => '5.', 'LBL_NUM_6' => '6.', 'LBL_NUM_7' => '7.',
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -