📄 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.46 2006/08/09 18:32:49 wayne 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_NEW_FORM_TITLE' => 'New Contact',
'LBL_FIRST_NAME' => 'First Name:',
'LBL_LAST_NAME' => 'Last Name:',
'LBL_LIST_LAST_NAME' => 'Last Name',
'LBL_PHONE' => 'Phone:',
'LBL_EMAIL_ADDRESS' => 'Email:',
'LBL_PIPELINE_FORM_TITLE' => 'My Pipeline',
'LNK_NEW_CONTACT' => 'Create Contact',
'LNK_NEW_ACCOUNT' => 'Create Account',
'LNK_NEW_OPPORTUNITY' => 'Create Opportunity',
'LNK_NEW_LEAD' => 'Create Lead',
'LNK_NEW_CASE' => 'Create Case',
'LNK_NEW_NOTE' => 'Create Note or Attachment',
'LNK_NEW_CALL' => 'Schedule Call',
'LNK_NEW_EMAIL' => 'Archive Email',
'LNK_COMPOSE_EMAIL' => 'Compose Email',
'LNK_NEW_MEETING' => 'Schedule Meeting',
'LNK_NEW_TASK' => 'Create Task',
'LNK_NEW_BUG' => 'Report Bug',
'LBL_ADD_BUSINESSCARD' => 'Enter Business Card',
'ERR_ONE_CHAR' => 'Please enter at least one letter or number for your search ...',
'LBL_OPEN_TASKS' => 'My Open Tasks',
'LBL_SEARCH_RESULTS' => 'Search Results',
'LBL_SEARCH_RESULTS_IN' => 'in',
'LNK_NEW_SEND_EMAIL' => 'Compose Email',
'LBL_NO_RESULTS_IN_MODULE' => '-- No Results --',
'LBL_NO_RESULTS' => '<h2>There were no results found. Please search again.</h2><br>',
'LBL_NO_RESULTS_TIPS' => '<h3>Search Tips:</h3><ul><li>Make sure you have the proper categories selected above.</li><li>Broaden your search criteria.</li><li>If you still cannot find any results try the advanced search of that module.</li></ul>',
'LBL_RELOAD_PAGE' => 'Please <a href="javascript: window.location.reload()">reload the window</a> to use this Dashlet.',
'LBL_ADD_DASHLETS' => 'Add Dashlets',
'LBL_CLOSE_DASHLETS' => 'Close',
'LBL_OPTIONS' => 'Options',
// dashlet search fields
'LBL_TODAY'=>'Today',
'LBL_YESTERDAY' => 'Yesterday',
'LBL_TOMORROW'=>'Tomorrow',
'LBL_LAST_WEEK'=>'Last Week',
'LBL_NEXT_WEEK'=>'Next Week',
'LBL_LAST_7_DAYS'=>'Last 7 Days',
'LBL_NEXT_7_DAYS'=>'Next 7 Days',
'LBL_LAST_MONTH'=>'Last Month',
'LBL_NEXT_MONTH'=>'Next Month',
'LBL_LAST_QUARTER'=>'Last Quarter',
'LBL_THIS_QUARTER'=>'This Quarter',
'LBL_LAST_YEAR'=>'Last Year',
'LBL_NEXT_YEAR'=>'Next Year',
'LBL_THIS_MONTH' => 'This Month',
'LBL_THIS_YEAR' => 'This Year',
'LBL_LAST_30_DAYS' => 'Last 30 Days',
'LBL_NEXT_30_DAYS' => 'Next 30 Days',
'LBL_THIS_MONTH' => 'This Month',
'LBL_THIS_YEAR' => 'This Year',
'LBL_LAST_30_DAYS' => 'Last 30 Days',
'LBL_NEXT_30_DAYS' => 'Next 30 Days',
// Dashlet Categories
'dashlet_categories_dom' => array(
'Module Views' => 'Module Views',
'Portal' => 'Portal',
'Charts' => 'Charts',
'Tools' => 'Tools',
'Miscellaneous' => 'Miscellaneous'),
'LBL_MAX_DASHLETS_REACHED' => 'You have reached the maximum number of dashlets your adminstrator has set. Please remove a dashlet to add more.',
'LBL_ADDING_DASHLET' => 'Adding Dashlet ...',
'LBL_ADDED_DASHLET' => 'Dashlet Added',
'LBL_REMOVE_DASHLET_CONFIRM' => 'Are you sure you want to remove the Dashlet?',
'LBL_REMOVING_DASHLET' => 'Removing Dashlet ...',
'LBL_REMOVED_DASHLET' => 'Dashlet Removed',
'LBL_DASHLET_CONFIGURE_GENERAL' => 'General',
'LBL_DASHLET_CONFIGURE_FILTERS' => 'Filters',
'LBL_DASHLET_CONFIGURE_MY_ITEMS_ONLY' => 'My Items Only',
'LBL_DASHLET_CONFIGURE_TITLE' => 'Title',
'LBL_DASHLET_CONFIGURE_DISPLAY_ROWS' => 'Display Rows',
// 'LBL_DASHLET_CONFIGURE_MY_ITEMS_ONLY' => 'My Items Only',
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -