[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Emails/language/ -> en_us.lang.php (source)

   1  <?php
   2  /*********************************************************************************
   3   * The contents of this file are subject to the SugarCRM Public License Version 1.1.2
   4   * ("License"); You may not use this file except in compliance with the
   5   * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
   6   * Software distributed under the License is distributed on an  "AS IS"  basis,
   7   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
   8   * the specific language governing rights and limitations under the License.
   9   * The Original Code is:  SugarCRM Open Source
  10   * The Initial Developer of the Original Code is SugarCRM, Inc.
  11   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
  12   * All Rights Reserved.
  13   * Contributor(s): ______________________________________.
  14   ********************************************************************************/
  15  /*********************************************************************************
  16   * $Header: /advent/projects/wesat/vtiger_crm/sugarcrm/modules/Emails/language/en_us.lang.php,v 1.17 2005/03/28 06:31:38 rank Exp $
  17   * Description:  Defines the English language pack for the Account module.
  18   ********************************************************************************/
  19   
  20  $mod_strings = Array(
  21  // Mike Crowe Mod --------------------------------------------------------added for general search
  22  'LBL_GENERAL_INFORMATION'=>'General Information',
  23  
  24  'LBL_MODULE_NAME'=>'Emails',
  25  'LBL_MODULE_TITLE'=>'Emails: Home',
  26  'LBL_SEARCH_FORM_TITLE'=>'Email Search',
  27  'LBL_LIST_FORM_TITLE'=>'Email List',
  28  'LBL_NEW_FORM_TITLE'=>'Track Email',
  29  
  30  'LBL_LIST_SUBJECT'=>'Subject',
  31  'LBL_LIST_CONTACT'=>'Contact',
  32  'LBL_LIST_RELATED_TO'=>'Related to',
  33  'LBL_LIST_DATE'=>'Date Sent',
  34  'LBL_LIST_TIME'=>'Time Sent',
  35  
  36  'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.",
  37  'LBL_DATE_SENT'=>'Date Sent:',
  38  'LBL_SUBJECT'=>'Subject :',
  39  'LBL_BODY'=>'Body:',
  40  'LBL_DATE_AND_TIME'=>'Date & Time Sent:',
  41  'LBL_DATE'=>'Date Sent:',
  42  'LBL_TIME'=>'Time Sent:',
  43  'LBL_SUBJECT'=>'Subject:',
  44  'LBL_BODY'=>'Body:',
  45  'LBL_CONTACT_NAME'=>' Contact Name: ',
  46  'LBL_EMAIL'=>'Email:',  
  47  'LBL_COLON'=>':',
  48  'LBL_CHK_MAIL'=>'Check Mail',
  49  'LBL_COMPOSE'=>'Compose',
  50  'LBL_SETTINGS'=>'Settings',
  51  'LBL_EMAIL_FOLDERS'=>'Email Folders',
  52  'LBL_INBOX'=>'Inbox',
  53  'LBL_SENT_MAILS'=>'Sent Mails',
  54  'LBL_TRASH'=>'Trash',
  55  'LBL_JUNK_MAILS'=>'Junk Mails',
  56  'LBL_TO_LEADS'=>'To Leads',
  57  'LBL_TO_CONTACTS'=>'To Contacts',
  58  'LBL_TO_ACCOUNTS'=>'To Accounts',
  59  'LBL_MY_MAILS'=>'My Mails',
  60  'LBL_QUAL_CONTACT'=>'Qualified Mails (As Contacts)',
  61  'LBL_MAILS'=>'Mails',
  62  'LBL_QUALIFY_BUTTON'=>'Qualify',
  63  'LBL_REPLY_BUTTON'=>'Reply',
  64  'LBL_FORWARD_BUTTON'=>'Forward',
  65  'LBL_DOWNLOAD_ATTCH_BUTTON'=>'Download Attachments',
  66  'LBL_FROM'=>'From :',
  67  'LBL_CC'=>'Cc :',
  68  'LBL_BCC'=>'Bcc :',
  69  
  70  'NTC_REMOVE_INVITEE'=>'Are you sure you want to remove this recipient from the email?',
  71  'LBL_INVITEE'=>'Recipients',
  72  
  73  // Added Fields
  74  // Contacts-SubPanelViewContactsAndUsers.php
  75  'LBL_BULK_MAILS'=>'Bulk Mails',
  76  'LBL_ATTACHMENT'=>'Attachment',
  77  'LBL_DESCRIPTION'=>'Description',
  78  'LBL_UPLOAD'=>'Upload',
  79  'LBL_FILE_NAME'=>'File Name',
  80  'LBL_SEND'=>'Send',
  81  
  82  'LBL_EMAIL_TEMPLATES'=>'Email Templates',
  83  'LBL_TEMPLATE_NAME'=>'Template Name',
  84  'LBL_DESCRIPTION'=>'Description',
  85  'LBL_EMAIL_TEMPLATES_LIST'=>'Email Templates  List',
  86  'LBL_EMAIL_INFORMATION'=>'Email Information',
  87  
  88  
  89  
  90  
  91  //for v4 release added
  92  'LBL_NEW_LEAD'=>'New Lead',
  93  'LBL_LEAD_TITLE'=>'Leads',
  94  
  95  'LBL_NEW_PRODUCT'=>'New Product',
  96  'LBL_PRODUCT_TITLE'=>'Products',
  97  'LBL_NEW_CONTACT'=>'New Contact',
  98  'LBL_CONTACT_TITLE'=>'Contacts',
  99  'LBL_NEW_ACCOUNT'=>'New Account',
 100  'LBL_ACCOUNT_TITLE'=>'Accounts',
 101  
 102  // Added vtiger_fields after vtiger4 - Beta
 103  'LBL_USER_TITLE'=>'Users',
 104  'LBL_NEW_USER'=>'New User',
 105  
 106  // Added for 4 GA
 107  'LBL_TOOL_FORM_TITLE'=>'Email Tools',
 108  //Added for 4GA
 109  'Date & Time Sent'=>'Date & Time Sent',
 110  'Sales Enity Module'=>'Sales Enity Module',
 111  'Activtiy Type'=>'Activtiy Type',
 112  'Related To'=>'Related To',
 113  'Assigned To'=>'Assigned To',
 114  'Subject'=>'Subject',
 115  'Attachment'=>'Attachment',
 116  'Description'=>'Description',
 117  'Time Start'=>'Time Start',
 118  'Created Time'=>'Created Time',
 119  'Modified Time'=>'Modified Time',
 120  
 121  'MESSAGE_CHECK_MAIL_SERVER_NAME'=>'Please Check the Mail Server Name...',
 122  'MESSAGE_CHECK_MAIL_ID'=>'Please Check the Email Id of "Assigned To" User...',
 123  'MESSAGE_MAIL_HAS_SENT_TO_USERS'=>'Mail has been sent to the following User(s) :',
 124  'MESSAGE_MAIL_HAS_SENT_TO_CONTACTS'=>'Mail has been sent to the following Contact(s) :',
 125  'MESSAGE_MAIL_ID_IS_INCORRECT'=>'Mail Id is incorrect. Please Check this Mail Id...',
 126  'MESSAGE_ADD_USER_OR_CONTACT'=>'Please Add any User(s) or Contact(s)...',
 127  'MESSAGE_MAIL_SENT_SUCCESSFULLY'=>' Mail(s) sent successfully!',
 128  
 129  // Added for web mail post 4.0.1 release
 130  'LBL_FETCH_WEBMAIL'=>'Fetch Web Mail',
 131  //Added for 4.2 Release -- CustomView
 132  'LBL_ALL'=>'All',
 133  'MESSAGE_CONTACT_NOT_WANT_MAIL'=>'This Contact does not want to receive mails.',
 134  'LBL_WEBMAILS_TITLE'=>'WebMails',
 135  'LBL_EMAILS_TITLE'=>'Emails',
 136  'LBL_MAIL_CONNECT_ERROR_INFO'=>'Error connecting mail server!<br> Check in My Accounts->List Mail Server -> List Mail Account',
 137  'LBL_ALLMAILS'=>'All Mails',
 138  'LBL_TO_USERS'=>'To Users',
 139  'LBL_TO'=>'To:',
 140  'LBL_IN_SUBJECT'=>'in Subject',
 141  'LBL_IN_SENDER'=>'in Sender',
 142  'LBL_IN_SUBJECT_OR_SENDER'=>'in Subject or Sender',
 143  'SELECT_EMAIL'=>'Select Email IDs',
 144  'Sender'=>'Sender',
 145  'LBL_CONFIGURE_MAIL_SETTINGS'=>'Your Incoming Mail Server is not configured',
 146  'LBL_MAILSELECT_INFO'=>'has the follwoing Email IDs associated.Please Select the Email IDs to which,the mail should be sent',
 147  'LBL_MAILSELECT_INFO1'=>'The following Email ID types are associated to the selected',
 148  'LBL_MAILSELECT_INFO2'=>'Select the Email ID types to which,the email should be sent',
 149  'LBL_MULTIPLE'=>'Multiple',
 150  'LBL_COMPOSE_EMAIL'=>'Compose E-Mail',
 151  );
 152  
 153  ?>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7