[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/Settings/ -> 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      'checkBox' => 'Check Box',
  12      'currency' => 'Currency',
  13      'date' => 'Date',
  14      'decimal' => 'Decimal',
  15      'email' => 'Email',
  16      'LBL_ADD_MAPPING' => 'Add Mapping',
  17      'LBL_CONTACTS' => 'Contacts',
  18      'LBL_CONVERT_LEAD_FIELD_MAPPING' => 'Convert Lead Mapping',
  19      'LBL_DELETED_SUCCESSFULLY' => 'Deleted Successfully',
  20      'LBL_FIELD_LABEL' => 'Field Label',
  21      'LBL_FIELD_TYPE' => 'Field Type',
  22      'LBL_INVALID_MAPPING' => 'Invalid Mapping',
  23      'LBL_MAPPING_WITH_OTHER_MODULES' => 'Mapping with other Modules',
  24      'LBL_NONE' => 'None',
  25      'LBL_OPPURTUNITIES' => 'Oppurtunities',
  26      'LBL_ORGANIZATIONS' => 'Organizations',
  27      'LBL_SAVED_SUCCESSFULLY' => 'Saved Successfully',
  28      'multiSelectCombo' => 'Multi-Select Combo Box',
  29      'percent' => 'Percent',
  30      'phone' => 'Phone',
  31      'picklist' => 'Pick List',
  32      'skype' => 'Skype',
  33      'string' => 'String',
  34      'textArea' => 'Text Area',
  35      'text' => 'String',
  36      'time' => 'Time',
  37      'url' => 'Url',
  38  );
  39  
  40  $jsLanguageStrings = array(
  41      'JS_CANT_MAP' => 'Cant map',
  42      'JS_checkBox' => 'Check Box',
  43      'JS_currency' => 'Currency',
  44      'JS_date' => 'Date',
  45      'JS_decimal' => 'Decimal',
  46      'JS_email' => 'Email',
  47      'JS_integer' => 'Integer',
  48      'JS_IS_ALREADY_BEEN_MAPPED' => 'is already been mapped',
  49      'JS_MAPPING_DELETED_SUCCESSFULLY' => 'Mapping Deleted Successfully',
  50      'JS_multiSelectCombo' => 'Multi-Select Combo Box',
  51      'JS_NONE' => 'None',
  52      'JS_None' => 'None',
  53      'JS_percent' => 'Percent',
  54      'JS_phone' => 'Phone',
  55      'JS_picklist' => 'Pick List',
  56      'JS_skype' => 'Skype',
  57      'JS_string' => 'String',
  58      'JS_textArea' => 'Text Area',
  59      'JS_text' => 'String',
  60      'JS_time' => 'Time',
  61      'JS_url' => 'Url',
  62      'JS_WITH' => 'with',
  63  );


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