[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/es_es/ -> 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   * Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio.
   9   * All Rights Reserved.
  10   * ********************************************************************************
  11   *  Language     : Español es_es
  12   *  Version      : 6.0.0
  13   *  Created Date : 2012-10-25
  14   *  Author       : JPL TSolucio, S. L. Joe Bordes
  15   *  Last change  : 2013-05-03
  16   *  Author       : JPL TSolucio, S. L. Joe Bordes
  17   ************************************************************************************/
  18  $languageStrings = array(
  19      'Leads'                        => 'Pre-Contactos',
  20      'SINGLE_Leads'                 => 'Pre-Contacto',
  21      'LBL_RECORDS_LIST'             => 'Lista de Pre-Contactos',
  22      'LBL_ADD_RECORD'               => 'Añadir Pre-Contacto',
  23      'LBL_LEAD_INFORMATION'         => 'Detalle de Pre-Contacto',
  24      'Lead No'                      => 'Número Pre-Contacto',
  25      'Company'                      => 'Cuenta',
  26      'Designation'                  => 'Designación',
  27      'Website'                      => 'Página Web',
  28      'Industry'                     => 'Industria',
  29      'Lead Status'                  => 'Estado Pre-Contacto',
  30      'No Of Employees'              => 'Numero de Empleados',
  31      '--None--'                     => '--Ninguno--',
  32      'Mr.'                          => 'Sr.',
  33      'Ms.'                          => 'Sra.',
  34      'Mrs.'                         => 'Srta.',
  35      'Dr.'                          => 'Dr.',
  36      'Prof.'                        => 'Prof.',
  37      'Attempted to Contact'         => 'Intentado Contactar',
  38      'Cold'                         => 'Frío',
  39      'Contact in Future'            => 'Contactar más adelante',
  40      'Contacted'                    => 'Contactado',
  41      'Hot'                          => 'Caliente',
  42          'Hot Leads'                    => 'Leads calientes',
  43      'Junk Lead'                    => 'Pre-Contacto Basura',
  44      'Lost Lead'                    => 'Pre-Contacto Fallido',
  45      'Not Contacted'                => 'No Contactado',
  46      'Pre Qualified'                => 'Pre Calificado',
  47      'Qualified'                    => 'Calificado',
  48      'Warm'                         => 'Tibio',
  49      'LBL_CONVERT_LEAD'             => 'Convertir Pre-Contacto',
  50      'LBL_TRANSFER_RELATED_RECORD'  => 'Transferir elemento relacionado a',
  51      'LBL_CONVERT_LEAD_ERROR'       => 'Cuentas y/o Contactos han de estar habilitados para la conversión',
  52      'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Módulos Deshabilitados',
  53      'CANNOT_CONVERT'               => 'No se puede convertir',
  54      'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'A continuación se detallan algunas de las posibles causas:',
  55      'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'No se han vinculado todos los campos obligatorios(Configuración > Administrador de Módulos > Pre-Contactos > Vinculación de Campos)',
  56      'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Algún campo obligatorio está vacío',
  57      'LBL_LEADS_FIELD_MAPPING'      => 'Vinculación de Campos',
  58      'LBL_CUSTOM_FIELD_MAPPING'     => 'Editar Vinculación de Campos',
  59      
  60  );
  61  $jsLanguageStrings = array(
  62      'JS_SELECT_CONTACTS'           => 'Selecciona Contactos para seguir',
  63      'JS_SELECT_ORGANIZATION'       => 'Selecciona Cuenta para seguir',
  64      'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'La conversión requiere la selección de Contacto o Cuenta',
  65  );


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