⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 en_us.lang.php

📁 开源的CRM,功能全面,国内最优秀的源码
💻 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.9.4.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_ID'=>'Id',
	'LBL_OLD_ID'=>'Old Id',
	'LBL_LIST_CAMPAIGN'=> 'Campaign',
	'LBL_LIST_FORM_PROCESSED_TITLE'=>'Processed',
	'LBL_LIST_FORM_TITLE'=>'Queue',
	'LBL_LIST_FROM_EMAIL'=>'From Email',
	'LBL_LIST_FROM_NAME'=>'From Name',
	'LBL_LIST_IN_QUEUE'=>'In Process',
	'LBL_LIST_RECIPIENT_EMAIL'=>'Recipient Email',
	'LBL_LIST_RECIPIENT_NAME'=>'Recipient Name',
	'LBL_LIST_SEND_ATTEMPTS'=>'Send Attempts',
	'LBL_LIST_SEND_DATE_TIME'=>'Send On',
	'LBL_LIST_USER_NAME'=>'User Name',
	'LBL_MODULE_TITLE' => 'Mass Email Queue Management',
	'LBL_SEARCH_FORM_PROCESSED_TITLE'=>'Processed Search',
	'LBL_SEARCH_FORM_TITLE'=>'Queue Search',
	'LBL_VIEW_PROCESSED_EMAILS'=>'View Processed Emails',
	'LBL_VIEW_QUEUED_EMAILS'=>'View Queued Emails',
	'LBL_RELATED_ID'=>'Related Id',
	'LBL_RELATED_TYPE'=>'Related Type',
	'LBL_MARKETING_ID'=>'Marketing Id',
	'LBL_LIST_MESSAGE_NAME'=>'Marketing Message',
	'LBL_MODULE_NAME'=>'Mass Emailer',
	'LBL_CONFIGURE_SETTINGS'=>'Configure',
	
	'LBL_EMAILS_PER_RUN'=>'Number of emails sent per batch:',
	'LBL_EMAIL_PER_RUN_REQ'=>'Number of emails sent per batch:',
	'LBL_LOCATION_ONLY'=>'Location',
	'LBL_LOCATION_TRACK'=>'Location of campaign tracking files (like campaign_tracker.php)',
	'LBL_DEFAULT_LOCATION'=>'Default',
	'LBL_CUSTOM_LOCATION'=>'User Defined',
	'TRACKING_ENTRIES_LOCATION_DEFAULT_VALUE'=>'Value of Config.php setting site_url',
	'ERR_INT_ONLY_EMAIL_PER_RUN'=>'Only integer values are allow for Number of emails sent per batch',
	'TXT_REMOVE_ME'=>'To remove yourself from this email list ',
	'TXT_REMOVE_ME_ALT'=>'To remove yourself from this email list go to',
	'TXT_REMOVE_ME_CLICK'=>'click here',
);

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -