[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/modules/Quotes/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$
  17   * Description:  Defines the English language pack 
  18   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
  19   * All Rights Reserved.
  20   * Contributor(s): ______________________________________..
  21   ********************************************************************************/
  22   
  23  $mod_strings = Array(
  24  'LBL_MODULE_NAME'=>'Quotes',
  25  'LBL_MODULE_TITLE'=>'Quotes: Home',
  26  'LBL_SEARCH_FORM_TITLE'=>'Quotes Search',
  27  'LBL_LIST_FORM_TITLE'=>'Quotes List',
  28  'LBL_NEW_FORM_TITLE'=>'New Quote',
  29  'LBL_MEMBER_ORG_FORM_TITLE'=>'Member Organizations',
  30  
  31  'LBL_LIST_ACCOUNT_NAME'=>'Account Name',
  32  'LBL_RELATED_PRODUCTS'=>'Product Details',
  33  'LBL_LIST_CITY'=>'City',
  34  'LBL_LIST_WEBSITE'=>'Website',
  35  'LBL_LIST_STATE'=>'State',
  36  'LBL_LIST_PHONE'=>'Phone',
  37  'LBL_LIST_EMAIL_ADDRESS'=>'Email Address',
  38  'LBL_LIST_CONTACT_NAME'=>'Contact Name',
  39  
  40  //DON'T CONVERT THESE THEY ARE MAPPINGS
  41  'db_name' => 'LBL_LIST_ACCOUNT_NAME',
  42  'db_website' => 'LBL_LIST_WEBSITE',
  43  'db_billing_address_city' => 'LBL_LIST_CITY',
  44  
  45  //END DON'T CONVERT
  46  
  47  'LBL_ACCOUNT'=>'Account:',
  48  'LBL_ACCOUNT_NAME'=>'Account Name:',
  49  'LBL_PHONE'=>'Phone:',
  50  'LBL_WEBSITE'=>'Website:',
  51  'LBL_FAX'=>'Fax:',
  52  'LBL_TICKER_SYMBOL'=>'Ticker Symbol:',
  53  'LBL_OTHER_PHONE'=>'Other Phone:',
  54  'LBL_ANY_PHONE'=>'Any Phone:',
  55  'LBL_MEMBER_OF'=>'Member of:',
  56  'LBL_EMAIL'=>'Email:',
  57  'LBL_EMPLOYEES'=>'Employees:',
  58  'LBL_OTHER_EMAIL_ADDRESS'=>'Other Email:',
  59  'LBL_ANY_EMAIL'=>'Any Email:',
  60  'LBL_OWNERSHIP'=>'Ownership:',
  61  'LBL_RATING'=>'Rating:',
  62  'LBL_INDUSTRY'=>'Industry:',
  63  'LBL_SIC_CODE'=>'SIC Code:',
  64  'LBL_TYPE'=>'Type:',
  65  'LBL_ANNUAL_REVENUE'=>'Annual Revenue:',
  66  'LBL_ADDRESS_INFORMATION'=>'Address Information',
  67  'LBL_Quote_INFORMATION'=>'Account Information',
  68  'LBL_CUSTOM_INFORMATION'=>'Custom Information',
  69  'LBL_BILLING_ADDRESS'=>'Billing Address:',
  70  'LBL_SHIPPING_ADDRESS'=>'Shipping Address:',
  71  'LBL_ANY_ADDRESS'=>'Any Address:',
  72  'LBL_CITY'=>'City:',
  73  'LBL_STATE'=>'State:',
  74  'LBL_POSTAL_CODE'=>'Postal Code:',
  75  'LBL_COUNTRY'=>'Country:',
  76  'LBL_DESCRIPTION_INFORMATION'=>'Description Information',
  77  'LBL_DESCRIPTION'=>'Description:',
  78  'NTC_COPY_BILLING_ADDRESS'=>'Copy billing address to shipping address',
  79  'NTC_COPY_SHIPPING_ADDRESS'=>'Copy shipping address to billing address',
  80  'NTC_REMOVE_MEMBER_ORG_CONFIRMATION'=>'Are you sure you want to remove this record as a member organization?',
  81  'LBL_DUPLICATE'=>'Potential Duplicate Accounts',
  82  'MSG_DUPLICATE' => 'Creating this vtiger_account may vtiger_potentialy create a duplicate vtiger_account. You may either select an vtiger_account from the list below or you may click on Create New Account to continue creating a new vtiger_account with the previously entered data.',
  83  
  84  'LBL_INVITEE'=>'Contacts',
  85  'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.",
  86  
  87  'LBL_SELECT_ACCOUNT'=>'Select Account',
  88  'LBL_GENERAL_INFORMATION'=>'General Information',
  89  
  90  //for v4 release added
  91  'LBL_NEW_POTENTIAL'=>'New Potential',
  92  'LBL_POTENTIAL_TITLE'=>'Potentials',
  93  
  94  'LBL_NEW_TASK'=>'New Task',
  95  'LBL_TASK_TITLE'=>'Tasks',
  96  'LBL_NEW_CALL'=>'New Call',
  97  'LBL_CALL_TITLE'=>'Calls',
  98  'LBL_NEW_MEETING'=>'New Meeting',
  99  'LBL_MEETING_TITLE'=>'Meetings',
 100  'LBL_NEW_EMAIL'=>'New Email',
 101  'LBL_EMAIL_TITLE'=>'Emails',
 102  'LBL_NEW_CONTACT'=>'New Contact',
 103  'LBL_CONTACT_TITLE'=>'Contacts',
 104  
 105  //Added vtiger_fields after RC1 - Release
 106  'LBL_ALL'=>'All',
 107  'LBL_PROSPECT'=>'Prospect',
 108  'LBL_INVESTOR'=>'Investor',
 109  'LBL_RESELLER'=>'Reseller',
 110  'LBL_PARTNER'=>'Partner',
 111  
 112  // Added for 4GA
 113  'LBL_TOOL_FORM_TITLE'=>'Account Tools',
 114  //Added for 4GA
 115  'Subject'=>'Subject',
 116  'Potential Name'=>'Potential Name',
 117  'Quote Stage'=>'Quote Stage',
 118  'Valid Till'=>'Valid Till',
 119  'Team'=>'Team',
 120  'Contact Name'=>'Contact Name',
 121  'Currency'=>'Currency',
 122  'Carrier'=>'Carrier',
 123  'Sub Total'=>'Sub Total',
 124  'Shipping'=>'Shipping',
 125  'Inventory Manager'=>'Inventory Manager',
 126  'Type'=>'Type',
 127  'Tax'=>'Tax',
 128  'Total'=>'Total',
 129  'Product Name'=>'Product Name',
 130  'Assigned To'=>'Assigned To',
 131  'Billing Address'=>'Billing Address',
 132  'Shipping Address'=>'Shipping Address',
 133  'Billing City'=>'Billing City',
 134  'Billing State'=>'Billing State',
 135  'Billing Code'=>'Billing Postal Code',
 136  'Billing Country'=>'Billing Country',
 137  'Billing Po Box'=>'Billing PO Box',
 138  'Shipping Po Box'=>'Shipping PO Box',
 139  'Shipping City'=>'Shipping City',
 140  'Shipping State'=>'Shipping State',
 141  'Shipping Code'=>'Shipping Postal Code',
 142  'Shipping Country'=>'Shipping Country',
 143  'Created Time'=>'Created Time',
 144  'Modified Time'=>'Modified Time',
 145  'Description'=>'Description',
 146  'Account Name'=>'Account Name',
 147  'Terms & Conditions'=>'Terms & Conditions',
 148  //Quote Info
 149  'LBL_QUOTE_INFORMATION'=>'Quote Information',
 150  'LBL_TERMS_INFORMATION'=>'Terms & Conditions',
 151  'LBL_QUOTE'=>'Quote:',
 152  
 153  //Added during 4.2 release
 154  'LBL_SUBJECT'=>'Subject:',
 155  'LBL_POTENTIAL_NAME'=>'Potential Name:',
 156  'LBL_ACCOUNT_NAME'=>'Account Name:',
 157  'LBL_QUOTE_STAGE'=>'Quote Stage:',
 158  'LBL_MY_TOP_QUOTE'=>'My Top Open Quotes',
 159  'Quote ID'=>'Quote Id',
 160  'Quote'=>'Quote',
 161  
 162  //Added for existing Picklist Entries
 163  
 164  'Created'=>'Created',
 165  'Delivered'=>'Delivered',
 166  'Reviewed'=>'Reviewed',
 167  'Accepted'=>'Accepted',
 168  'Rejected'=>'Rejected',
 169  
 170  'FedEx'=>'FedEx',
 171  'UPS'=>'UPS',
 172  'USPS'=>'USPS',
 173  'DHL'=>'DHL',
 174  'BlueDart'=>'BlueDart',
 175                         
 176  
 177  
 178  );
 179  
 180  ?>


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