[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/ -> Contacts.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  $languageStrings = array(
  11      'Assistant' => 'Assistant',
  12      'Assistant Phone' => 'Assistant Phone',
  13      'Birthdate' => 'Date of Birth',
  14      'Contact Id' => 'Contact Id',
  15      'Contact Image' => 'Contact Image',
  16      'Contacts' => 'Contacts',
  17      'Department' => 'Department',
  18      'Do Not Call' => 'Do Not Call',
  19      'Email' => 'Primary Email',
  20      'Home Phone' => 'Home Phone',
  21      'LBL_ADD_RECORD' => 'Add Contact',
  22      'LBL_CONTACT_INFORMATION' => 'Basic Information',
  23      'LBL_COPY_MAILING_ADDRESS' => 'Copy Mailing Address',
  24      'LBL_COPY_OTHER_ADDRESS' => 'Copy Other Address',
  25      'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Customer Portal Details',
  26      'LBL_IMAGE_INFORMATION' => 'Profile Picture',
  27      'LBL_RECORDS_LIST' => 'Contacts List',
  28      'Mailing City' => 'Mailing City',
  29      'Mailing Country' => 'Mailing Country',
  30      'Mailing Po Box' => 'Mailing P.O. Box',
  31      'Mailing State' => 'Mailing State',
  32      'Mailing Street' => 'Mailing Street',
  33      'Mailing Zip' => 'Mailing Zip',
  34      'Office Phone' => 'Office Phone',
  35      'Other City' => 'Other City',
  36      'Other Country' => 'Other Country',
  37      'Other Phone' => 'Secondary Phone',
  38      'Other Po Box' => 'Other P.O. Box',
  39      'Other State' => 'Other State',
  40      'Other Street' => 'Other Street',
  41      'Other Zip' => 'Other Zip',
  42      'Portal User' => 'Portal User',
  43      'Reference' => 'Reference',
  44      'Reports To' => 'Reports To',
  45      'Secondary Email' => 'Secondary Email',
  46      'SINGLE_Contacts' => 'Contact',
  47      'Support End Date'   => 'Support End Date',
  48      'Support Start Date' => 'Support Start Date',
  49      'Title' => 'Title',
  50      'User List'=>'User List',
  51      
  52      //Added for Picklist Values
  53      'Dr.'=>'Dr.',
  54      'Mr.'=>'Mr.',
  55      'Mrs.'=>'Mrs.',
  56      'Ms.'=>'Ms.',
  57      'Prof.'=>'Prof.',
  58  );
  59  
  60  $jsLanguageStrings = array(
  61   );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1