[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/modules/Webmails/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  'LBL_MODULE_NAME'=>'Emails',
  22  'LBL_MODULE_TITLE'=>'Emails: Home',
  23  'LBL_SEARCH_FORM_TITLE'=>'Email Search',
  24  'LBL_LIST_FORM_TITLE'=>'Email List',
  25  'LBL_NEW_FORM_TITLE'=>'Track Email',
  26  
  27  'LBL_LIST_SUBJECT'=>'Subject',
  28  'LBL_LIST_CONTACT'=>'Contact',
  29  'LBL_LIST_RELATED_TO'=>'Related to',
  30  'LBL_LIST_DATE'=>'Date Sent',
  31  'LBL_LIST_TIME'=>'Time Sent',
  32  'LBL_MOVE_TO'=>'Move To',
  33  'LBL_DELETE'=>'Delete',
  34  
  35  'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.",
  36  'LBL_DATE_SENT'=>'Date Sent:',
  37  'LBL_SUBJECT'=>'Subject :',
  38  'LBL_DATE_AND_TIME'=>'Date & Time Sent:',
  39  'LBL_DATE'=>'Date :',
  40  'LBL_TIME'=>'Time Sent:',
  41  'LBL_BODY'=>'Body:',
  42  'LBL_CONTACT_NAME'=>' Contact Name: ',
  43  'LBL_EMAIL'=>'Email:',  
  44  'LBL_COLON'=>':',
  45  'LBL_TO'=>'To :',
  46  'LBL_CHK_MAIL'=>'Check Mail',
  47  'LBL_COMPOSE'=>'Compose',
  48  'LBL_SETTINGS'=>'Settings',
  49  'LBL_EMAIL_FOLDERS'=>'Email Folders',
  50  'LBL_INBOX'=>'Inbox',
  51  'LBL_SENT_MAILS'=>'Sent Mails',
  52  'LBL_TRASH'=>'Trash',
  53  'LBL_JUNK_MAILS'=>'Junk Mails',
  54  'LBL_TO_LEADS'=>'To Leads',
  55  'LBL_TO_CONTACTS'=>'To Contacts',
  56  'LBL_TO_ACCOUNTS'=>'To Accounts',
  57  'LBL_MY_MAILS'=>'My Mails',
  58  'LBL_QUAL_CONTACT'=>'Qualified Mails (As Contacts)',
  59  'LBL_MAILS'=>'Mails',
  60  'LBL_QUALIFY_BUTTON'=>'Qualify',
  61  'LBL_REPLY_BUTTON'=>'Reply',
  62  'LBL_FORWARD_BUTTON'=>'Forward',
  63  'LBL_DOWNLOAD_ATTCH_BUTTON'=>'Download Attachments',
  64  'LBL_FROM'=>'From :',
  65  'LBL_CC'=>'CC :',
  66  'LBL_REPLY_TO_SENDER'=>'Reply to Sender',
  67  'LBL_REPLY_ALL'=>'Reply All',
  68  'LBL_SHOW_HIDDEN'=>'Show Hidden',
  69  'LBL_EXPUNGE_MAILBOX'=>'Expunge Mailbox',
  70  
  71  'NTC_REMOVE_INVITEE'=>'Are you sure you want to remove this recipient from the email?',
  72  'LBL_INVITEE'=>'Recipients',
  73  
  74  // Added Fields
  75  // Contacts-SubPanelViewContactsAndUsers.php
  76  'LBL_BULK_MAILS'=>'Bulk Mails',
  77  'LBL_ATTACHMENT'=>'Attachment',
  78  'LBL_DESCRIPTION'=>'Description',
  79  'LBL_UPLOAD'=>'Upload',
  80  'LBL_FILE_NAME'=>'File Name',
  81  'LBL_SEND'=>'Send',
  82  
  83  'LBL_EMAIL_TEMPLATES'=>'Email Templates',
  84  'LBL_TEMPLATE_NAME'=>'Template Name',
  85  'LBL_DESCRIPTION'=>'Description',
  86  'LBL_EMAIL_TEMPLATES_LIST'=>'Email Templates  List',
  87  'LBL_EMAIL_INFORMATION'=>'Email Information',
  88  
  89  
  90  
  91  
  92  //for v4 release added
  93  'LBL_NEW_LEAD'=>'New Lead',
  94  'LBL_LEAD_TITLE'=>'Leads',
  95  
  96  'LBL_NEW_PRODUCT'=>'New Product',
  97  'LBL_PRODUCT_TITLE'=>'Products',
  98  'LBL_NEW_CONTACT'=>'New Contact',
  99  'LBL_CONTACT_TITLE'=>'Contacts',
 100  'LBL_NEW_ACCOUNT'=>'New Account',
 101  'LBL_ACCOUNT_TITLE'=>'Accounts',
 102  
 103  // Added vtiger_fields after vtiger4 - Beta
 104  'LBL_USER_TITLE'=>'Users',
 105  'LBL_NEW_USER'=>'New User',
 106  
 107  // Added for 4 GA
 108  'LBL_TOOL_FORM_TITLE'=>'Email Tools',
 109  //Added for 4GA
 110  'Date & Time Sent'=>'Date & Time Sent',
 111  'Sales Enity Module'=>'Sales Enity Module',
 112  'Activtiy Type'=>'Activtiy Type',
 113  'Related To'=>'Related To',
 114  'Assigned To'=>'Assigned To',
 115  'Subject'=>'Subject',
 116  'Attachment'=>'Attachment',
 117  'Description'=>'Description',
 118  'Time Start'=>'Time Start',
 119  'Created Time'=>'Created Time',
 120  'Modified Time'=>'Modified Time',
 121  
 122  'MESSAGE_CHECK_MAIL_SERVER_NAME'=>'Please Check the Mail Server Name...',
 123  'MESSAGE_CHECK_MAIL_ID'=>'Please Check the Email Id of "Assigned To" User...',
 124  'MESSAGE_MAIL_HAS_SENT_TO_USERS'=>'Mail has been sent to the following User(s) :',
 125  'MESSAGE_MAIL_HAS_SENT_TO_CONTACTS'=>'Mail has been sent to the following Contact(s) :',
 126  'MESSAGE_MAIL_ID_IS_INCORRECT'=>'Mail Id is incorrect. Please Check this Mail Id...',
 127  'MESSAGE_ADD_USER_OR_CONTACT'=>'Please Add any User(s) or Contact(s)...',
 128  'MESSAGE_MAIL_SENT_SUCCESSFULLY'=>' Mail(s) sent successfully!',
 129  
 130  // Added for web mail post 4.0.1 release
 131  'LBL_FETCH_WEBMAIL'=>'Fetch Web Mail',
 132  //Added for 4.2 Release -- CustomView
 133  'LBL_ALL'=>'All',
 134  'MESSAGE_CONTACT_NOT_WANT_MAIL'=>'This Contact does not want to receive mails.',
 135  'LBL_WEBMAILS_TITLE'=>'WebMails',
 136  'LBL_EMAILS_TITLE'=>'Emails',
 137  'LBL_MAIL_CONNECT_ERROR_INFO'=>'Error connecting mail server!<br> Check in My Accounts->List Mail Server -> List Mail Account',
 138  
 139  );
 140  ?>


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