[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/ -> Leads.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      'Attempted to Contact'=>'Attempted to Contact',
  12      'CANNOT_CONVERT' => 'Cannot Convert',
  13      'Cold'=>'Cold',
  14      'Company' => 'Company',
  15      'Contacted'=>'Contacted',
  16      'Contact in Future'=>'Contact in Future',
  17      'Designation' => 'Designation',
  18      'Dr.'=>'Dr.',
  19      'Email' => 'Primary Email',
  20      'Hot'=>'Hot',
  21      'Industry' => 'Industry',
  22      'Junk Lead'=>'Junk Lead',
  23      'LBL_ADD_RECORD' => 'Add Lead',
  24      'LBL_CONVERT_LEAD' => 'Convert Lead',
  25      'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Modules Disabled',
  26      'LBL_CONVERT_LEAD_ERROR' => 'You have to enable either Organization or Contact to convert the Lead',
  27      'LBL_CUSTOM_FIELD_MAPPING'=> 'Edit Field Mapping',
  28      'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'Possible reasons include:',
  29      'LBL_LEAD_INFORMATION' => 'Lead Details',
  30      'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'Leads Field Mapping is incomplete(Settings > Module Manager > Leads > Leads Field Mapping)',
  31      'LBL_LEADS_FIELD_MAPPING' => 'Leads Field Mapping',
  32      'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Mandatory fields are empty',
  33      'LBL_RECORDS_LIST' => 'Leads List',
  34      'LBL_TRANSFER_RELATED_RECORD' => 'Transfer related record to',
  35      'Lead No' => 'Lead Number',
  36      'Leads' => 'Leads',
  37      'Lead Status' => 'Lead Status',
  38      'Lost Lead'=>'Lost Lead',
  39      'Mr.'=>'Mr.',
  40      'Mrs.'=>'Mrs.',
  41      'Ms.'=>'Ms.',
  42      '--None--'=>'--None--',
  43      'No Of Employees' => 'Number of Employees',
  44      'Not Contacted'=>'Not Contacted',
  45      'Phone' => 'Primary Phone',
  46      'Pre Qualified'=>'Pre Qualified',
  47      'Prof.'=>'Prof.',
  48      'Qualified'=>'Qualified',
  49      'Secondary Email' => 'Secondary Email',
  50      'SINGLE_Leads' => 'Lead',
  51      'Warm'=>'Warm',
  52      'Website' => 'Website',
  53  );
  54  
  55  $jsLanguageStrings = array(
  56      'JS_SELECT_CONTACTS' => 'Select Contacts to proceed',
  57      'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'Conversion requires selection of Contact or Organization',
  58      'JS_SELECT_ORGANIZATION' => 'Select Organization to proceed',
  59  );


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