Skip to content
Snippets Groups Projects
Potentials.php 2.97 KiB
Newer Older
Prasad's avatar
Prasad committed
<?php
/************************************************************************************
 * The contents of this file are subject to the vtiger CRM Public License Version 1.0
 * ("License"); You may not use this file except in compliance with the License
 * The Original Code is:  vtiger CRM Open Source
 * The Initial Developer of the Original Code is vtiger.
 * Portions created by vtiger are Copyright (C) vtiger.
 * All Rights Reserved.
 *  Author       : Francisco Hernandez Odin Consultores S de RL de CV
 *  Author       : www.odin.mx
 *  Author       : Proudly, the best Vtiger's Partner in Mexico
 ************************************************************************************/
$languageStrings = array(
	'Potentials'                   => 'Oportunidades'               , 
	'SINGLE_Potentials'            => 'Oportunidad'                 , 
	'LBL_ADD_RECORD'               => 'Agregar Oportunidad'         , 
	'LBL_RECORDS_LIST'             => 'Lista de oportunidades'      , 
	'LBL_OPPORTUNITY_INFORMATION'  => 'Información de Oportunidad:', 
	'Potential No'                 => 'Núm. Oportunidad'           , 
	'Amount'                       => 'Importe'                     , 
	'Next Step'                    => 'Siguiente Paso'              , 
	'Sales Stage'                  => 'Fase de Venta'               , 
	'Probability'                  => 'Probabilidad'                , 
	'Campaign Source'              => 'Campaña Origen'             , 
	'Forecast Amount'              => 'Importe del presupuesto'     , 
	'Funnel'                       => 'Embudo de ventas'            , 
	'Potentials by Stage'          => 'Oportunidades por fase'      , 
	'Total Revenue'                => 'Ingresos por Vendedor'       , 
	'Top Potentials'               => 'Oportunidades más importantes', 
	'Forecast'                     => 'Presupuesto de ventas'       , 
	'Prospecting'                  => 'Investigando'                , 
	'Qualification'                => 'Calificando'                 , 
	'Needs Analysis'               => 'Necesita Análisis'          , 
	'Value Proposition'            => 'Propuesta de Evaluación'    , 
	'Id. Decision Makers'          => 'Identificando Quien Decide'  , 
	'Perception Analysis'          => 'Análisis'                   , 
	'Proposal/Price Quote'         => 'Cotización Propuesta'       , 
	'Negotiation/Review'           => 'Negociando/Revisando'        , 
	'Closed Won'                   => 'Cerrada-Ganada'              , 
	'Closed Lost'                  => 'Cerrada-Perdida'             , 
	'--None--'                     => '--'                       , 
	'Existing Business'            => 'Negocio Existente'           , 
	'New Business'                 => 'Nuevo Negocio'               , 
	'LBL_EXPECTED_CLOSE_DATE_ON'   => 'Fecha esperada de cierre'    , 
	'LBL_RELATED_CONTACTS'         => 'Contactos relacionados'            , 
	'LBL_RELATED_PRODUCTS'         => 'Productos Relacionados'            , 
        'Potentials Won'               =>'Oportunidades Ganadass',
);