[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/ -> 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      'Leads'                        => 'Leads'                       , 
  12      'SINGLE_Leads'                 => 'Lead'                        , 
  13      'LBL_RECORDS_LIST'             => 'Leads List'                  , 
  14      'LBL_ADD_RECORD'               => 'Add Lead'                    , 
  15      'LBL_LEAD_INFORMATION'         => 'Lead Information'            , 
  16      'Lead No'                      => 'Lead No.'                    , 
  17      'Company'                      => 'Company'                     , 
  18      'Designation'                  => 'Title'                       , 
  19      'Website'                      => 'Website'                     , 
  20      'Industry'                     => 'Industry'                    , 
  21      'Lead Status'                  => 'Lead Status'                 , 
  22      'No Of Employees'              => 'No. of Employees'             , 
  23      '--None--'                     => '--None--'                    , 
  24      'Mr.'                          => 'Mr.'                         , 
  25      'Ms.'                          => 'Ms.'                         , 
  26      'Mrs.'                         => 'Mrs.'                        , 
  27      'Dr.'                          => 'Dr.'                         , 
  28      'Prof.'                        => 'Prof.'                       , 
  29      'Attempted to Contact'         => 'Attempted to contact'        , 
  30      'Cold'                         => 'Cold'                        , 
  31      'Contact in Future'            => 'Contact in future'           , 
  32      'Contacted'                    => 'Contacted'                   , 
  33      'Hot'                          => 'Hot'                         , 
  34      'Junk Lead'                    => 'Junk Lead'                   , 
  35      'Lost Lead'                    => 'Lost Lead'                   , 
  36      'Not Contacted'                => 'Not Contacted'               , 
  37      'Pre Qualified'                => 'Pre Qualified'               , 
  38      'Qualified'                    => 'Qualified'                   , 
  39      'Warm'                         => 'Warm'                        , 
  40      'LBL_CONVERT_LEAD'             => 'Convert Lead:'               , 
  41      'LBL_TRANSFER_RELATED_RECORD'  => 'Transfer related record to'  , 
  42      'LBL_CONVERT_LEAD_ERROR'       => 'You have to enable either Organisation or Contact to convert the Lead', 
  43      'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Modules Disabled'            , 
  44      'CANNOT_CONVERT'               => 'Cannot be converted'         , 
  45      'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'Following could be one of the possible reasons', 
  46      'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'All the mandatory fields are not mapped', 
  47      'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Some of the mandatory field values are empty', 
  48      'LBL_LEADS_FIELD_MAPPING'      => 'Leads Custom Field Mapping'  , 
  49      'LBL_CUSTOM_FIELD_MAPPING'     => 'Edit Field Mapping'          , 
  50      
  51  );
  52  $jsLanguageStrings = array(
  53      'JS_SELECT_CONTACTS'           => 'Select Contacts to proceed'  , 
  54      'JS_SELECT_ORGANIZATION'       => 'Select Organisation to proceed', 
  55      'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'Conversion requires selection of Contact or Organisation', 
  56  );


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