📄 en_us.lang.php
字号:
<?php
if(empty($GLOBALS['sugarEntry'])) die('Not A Valid Entry Point');
/**
* English language file for History
*
* 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.2.12.1 2006/01/08 04:35:46 majed Exp $
$mod_strings = array (
'LBL_MODULE_NAME' => 'History',
'LBL_MODULE_TITLE' => 'History: Home',
'LBL_SEARCH_FORM_TITLE' => 'History Search',
'LBL_LIST_FORM_TITLE' => 'History',
'LBL_LIST_SUBJECT' => 'Subject',
'LBL_LIST_CONTACT' => 'Contact',
'LBL_LIST_RELATED_TO' => 'Related to',
'LBL_LIST_DATE' => 'Date',
'LBL_LIST_TIME' => 'Start Time',
'LBL_LIST_CLOSE' => 'Close',
'LBL_SUBJECT' => 'Subject:',
'LBL_STATUS' => 'Status:',
'LBL_LOCATION' => 'Location:',
'LBL_DATE_TIME' => 'Start Date & Time:',
'LBL_DATE' => 'Start Date:',
'LBL_TIME' => 'Start Time:',
'LBL_DURATION' => 'Duration:',
'LBL_HOURS_MINS' => '(hours/minutes)',
'LBL_CONTACT_NAME' => 'Contact Name: ',
'LBL_MEETING' => 'Meeting:',
'LBL_DESCRIPTION_INFORMATION' => 'Description Information',
'LBL_DESCRIPTION' => 'Description:',
'LBL_COLON' => ':',
'LBL_DEFAULT_STATUS' => 'Planned',
'LNK_NEW_CALL' => 'Schedule Call',
'LNK_NEW_MEETING' => 'Schedule Meeting',
'LNK_NEW_TASK' => 'Create Task',
'LNK_NEW_NOTE' => 'Create Note or Attachment',
'LNK_NEW_EMAIL' => 'Archive Email',
'LNK_CALL_LIST' => 'Calls',
'LNK_MEETING_LIST' => 'Meetings',
'LNK_TASK_LIST' => 'Tasks',
'LNK_NOTE_LIST' => 'Notes',
'LNK_EMAIL_LIST' => 'Emails',
'ERR_DELETE_RECORD' => 'A record number must be specified to delete the account.',
'NTC_REMOVE_INVITEE' => 'Are you sure you want to remove this invitee from the meeting?',
'LBL_INVITEE' => 'Invitees',
'LBL_LIST_DIRECTION' => 'Direction',
'LBL_DIRECTION' => 'Direction',
'LNK_NEW_APPOINTMENT' => 'New Appointment',
'LNK_VIEW_CALENDAR' => 'Today',
'LBL_OPEN_ACTIVITIES' => 'Open Activities',
'LBL_HISTORY' => 'History',
'LBL_UPCOMING' => 'My Upcoming Appointments',
'LBL_TODAY' => 'through ',
'LBL_NEW_TASK_BUTTON_TITLE' => 'Create Task [Alt+N]',
'LBL_NEW_TASK_BUTTON_KEY' => 'N',
'LBL_NEW_TASK_BUTTON_LABEL' => 'Create Task',
'LBL_SCHEDULE_MEETING_BUTTON_TITLE' => 'Schedule Meeting [Alt+M]',
'LBL_SCHEDULE_MEETING_BUTTON_KEY' => 'M',
'LBL_SCHEDULE_MEETING_BUTTON_LABEL' => 'Schedule Meeting',
'LBL_SCHEDULE_CALL_BUTTON_TITLE' => 'Schedule Call [Alt+C]',
'LBL_SCHEDULE_CALL_BUTTON_KEY' => 'C',
'LBL_SCHEDULE_CALL_BUTTON_LABEL' => 'Schedule Call',
'LBL_NEW_NOTE_BUTTON_TITLE' => 'Create Note or Attachment [Alt+T]',
'LBL_NEW_NOTE_BUTTON_KEY' => 'T',
'LBL_NEW_NOTE_BUTTON_LABEL' => 'Create Note or Attachment',
'LBL_TRACK_EMAIL_BUTTON_TITLE' => 'Archive Email [Alt+K]',
'LBL_TRACK_EMAIL_BUTTON_KEY' => 'K',
'LBL_TRACK_EMAIL_BUTTON_LABEL' => 'Archive Email',
'LBL_LIST_STATUS' => 'Status',
'LBL_LIST_DUE_DATE' => 'Due Date',
'LBL_LIST_LAST_MODIFIED' => 'Last Modified',
'NTC_NONE_SCHEDULED' => 'None scheduled.',
'appointment_filter_dom' => array(
'today' => 'today'
,'tomorrow' => 'tomorrow'
,'this Saturday' => 'this week'
,'next Saturday' => 'next week'
,'last this_month' => 'this month'
,'last next_month' => 'next month'
),
'LNK_IMPORT_NOTES'=>'Import Notes',
'NTC_NONE'=>'None',
'LBL_ACCEPT_THIS'=>'Accept?',
'LBL_DEFAULT_SUBPANEL_TITLE' => 'History',
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -