[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

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

   1  <?php
   2  /*********************************************************************************
   3  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9  *
  10   ********************************************************************************/
  11  
  12  
  13  $mod_strings = array(
  14  
  15  'LBL_VENDOR_INFORMATION'=>'Vendor Information:',
  16  'LBL_CUSTOM_INFORMATION'=>'Custom Information',
  17  'LBL_VENDOR_ADDRESS_INFORMATION'=>'Address Information:',
  18  'LBL_DESCRIPTION_INFORMATION'=>'Description Name:',
  19  
  20  
  21  'Vendor Name'=>'Vendor Name',
  22  'Name'=>'Name',
  23  'Company Name'=>'Company Name',
  24  'Phone'=>'Phone',
  25  'Email'=>'Email',
  26  'Website'=>'Website',
  27  'GL Account'=>'GL Account',
  28  'Category'=>'Category',
  29  'Street'=>'Street',
  30  'City'=>'City',
  31  'State'=>'State',
  32  'Postal Code'=>'Postal Code',
  33  'Country'=>'Country',
  34  'Description'=>'Description',
  35  'Po Box'=>'PO Box',
  36  'Vendor'=>'Vendor',
  37  
  38  //Added for existing Picklist entries
  39  
  40  '300-Sales-Software'=>'300-Sales-Software',
  41  '301-Sales-Hardware'=>'301-Sales-Hardware',
  42  '302-Rental-Income'=>'302-Rental-Income',
  43  '303-Interest-Income'=>'303-Interest-Income',
  44  '304-Sales-Software-Support'=>'304-Sales-Software-Support',
  45  '305-Sales Other'=>'305-Sales Other',
  46  '306-Internet Sales'=>'306-Internet Sales',
  47  '307-Service-Hardware Labor'=>'307-Service-Hardware Labor',
  48  '308-Sales-Books'=>'308-Sales-Books',
  49  
  50  
  51  );
  52  ?>


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