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

📄 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.18.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_MODULE_NAME' => 'Email Marketing',
  'LBL_MODULE_TITLE' => 'Email Marketing: Home',
  'LBL_LIST_FORM_TITLE' => 'Email Marketing Campaigns',
  'LBL_PROSPECT_LIST_NAME' => 'Name:',
  'LBL_NAME' => 'Name: ',
  'LBL_LIST_NAME' => 'Name',
  'LBL_LIST_FROM_ADDR' => 'From Email',
  'LBL_LIST_DATE_START' => 'Start Date',
  'LBL_LIST_TEMPLATE_NAME' => 'Email Template',
  'LBL_LIST_STATUS' => 'Status',
  'LBL_STATUS'	=>	'Status',
  'LBL_STATUS_TEXT'	=>	'Status:' ,
  
  'LBL_DATE_ENTERED' => 'Date Entered',
  'LBL_DATE_MODIFIED' => 'Date Modified',
  'LBL_MODIFIED' => 'Modified by: ',
  'LBL_CREATED' => 'Created by: ',
  'LBL_MESSAGE_FOR'	=> 'Send This Message To:',
  'LBL_MESSAGE_FOR_ID'	=> 'Message For',
  
  'LBL_FROM_NAME' => 'From Name: ',
  'LBL_FROM_ADDR' => 'From Email Address: ',
  'LBL_DATE_START' => 'Start Date',
  'LBL_TIME_START' => 'Start Time',
  'LBL_START_DATE_TIME' => 'Start Date & Time: ',
  'LBL_TEMPLATE' => 'Email Template: ',
  
  'LBL_MODIFIED_BY' => 'Modified by: ',
  'LBL_CREATED_BY' => 'Created by: ',
  'LBL_DATE_CREATED' => 'Created date: ',
  'LBL_DATE_LAST_MODIFIED' => 'Modified date: ',

  'LNK_NEW_CAMPAIGN' => 'Create Campaign',
  'LNK_CAMPAIGN_LIST' => 'Campaigns',
  'LNK_NEW_PROSPECT_LIST' => 'Create Target List',
  'LNK_PROSPECT_LIST_LIST' => 'Target Lists',
  'LNK_NEW_PROSPECT' => 'Create Target',
  'LNK_PROSPECT_LIST' => 'Targets',
  'LBL_DEFAULT_SUBPANEL_TITLE'=>'Email Marketing',
  'LBL_CREATE_EMAIL_TEMPLATE'=>	'Create',
  'LBL_EDIT_EMAIL_TEMPLATE'=>	'Edit',
  'LBL_FROM_MAILBOX'=>'From Mailbox',
  'LBL_FROM_MAILBOX_NAME'=>'Use Mailbox:',
  'LBL_PROSPECT_LIST_SUBPANEL_TITLE'=>'Target Lists',	
  'LBL_ALL_PROSPECT_LISTS'=>'All Target Lists in the Campaign.',
  'LBL_RELATED_PROSPECT_LISTS'=>'All Target Lists related to this message.',
  'LBL_PROSPECT_LIST_NAME'=>'Target List Name',
  'LBL_LIST_PROSPECT_LIST_NAME'=>'Targeted Lists',
  'LBL_MODULE_SEND_TEST'=>'Campaign: Send Test',
  'LBL_MODULE_SEND_EMAILS'=>'Campaign: Send Emails',
  'LBL_SCHEDULE_MESSAGE_TEST'=>'Please select the campaign messages that you would like to send test:',
  'LBL_SCHEDULE_MESSAGE_EMAILS'=>'Please select the campaign messages that you would like to schedule for sending at specified start date and time:',
  'LBL_SCHEDULE_BUTTON_TITLE'=>'Send',
  'LBL_SCHEDULE_BUTTON_LABEL'=>'Send',
  'LBL_SCHEDULE_BUTTON_KEY'=>'T',
  
  
  
);
?>

⌨️ 快捷键说明

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