[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/es_mx/ -> Potentials.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      'Potentials'                   => 'Oportunidades'               , 
  12      'SINGLE_Potentials'            => 'Oportunidad'                 , 
  13      'LBL_ADD_RECORD'               => 'Agregar Oportunidad'         , 
  14      'LBL_RECORDS_LIST'             => 'Lista de oportunidades'      , 
  15      'LBL_OPPORTUNITY_INFORMATION'  => 'Información de Oportunidad:', 
  16      'Potential No'                 => 'Núm. Oportunidad'           , 
  17      'Amount'                       => 'Importe'                     , 
  18      'Next Step'                    => 'Siguiente Paso'              , 
  19      'Sales Stage'                  => 'Fase de Venta'               , 
  20      'Probability'                  => 'Probabilidad'                , 
  21      'Campaign Source'              => 'Campaña Origen'             , 
  22      'Forecast Amount'              => 'Importe del presupuesto'     , 
  23      'Funnel'                       => 'Embudo de ventas'            , 
  24      'Potentials by Stage'          => 'Oportunidades por fase'      , 
  25      'Total Revenue'                => 'Ingresos por Vendedor'       , 
  26      'Top Potentials'               => 'Oportunidades más importantes', 
  27      'Forecast'                     => 'Presupuesto de ventas'       , 
  28      'Prospecting'                  => 'Investigando'                , 
  29      'Qualification'                => 'Calificando'                 , 
  30      'Needs Analysis'               => 'Necesita Análisis'          , 
  31      'Value Proposition'            => 'Propuesta de Evaluación'    , 
  32      'Id. Decision Makers'          => 'Identificando Quien Decide'  , 
  33      'Perception Analysis'          => 'Análisis'                   , 
  34      'Proposal/Price Quote'         => 'Cotización Propuesta'       , 
  35      'Negotiation/Review'           => 'Negociando/Revisando'        , 
  36      'Closed Won'                   => 'Cerrada-Ganada'              , 
  37      'Closed Lost'                  => 'Cerrada-Perdida'             , 
  38      '--None--'                     => '-----'                       , 
  39      'Existing Business'            => 'Negocio Existente'           , 
  40      'New Business'                 => 'Nuevo Negocio'               , 
  41      'LBL_EXPECTED_CLOSE_DATE_ON'   => 'Fecha esperada de cierre'    , 
  42      'LBL_RELATED_CONTACTS'         => 'Related Contacts'            , // TODO: Review
  43      'LBL_RELATED_PRODUCTS'         => 'Related Products'            , // TODO: Review
  44          'Potentials Won'               =>'Potenciales Ganados',
  45  );


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