Skip to content
Snippets Groups Projects
Potentials.php 3.71 KiB
Newer Older
Prasad's avatar
Prasad committed
<?php
Prasad's avatar
Prasad committed
/*+**********************************************************************************
Prasad's avatar
Prasad committed
 * 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.
 ************************************************************************************/
$languageStrings = array(
	'Potentials'                   => 'Oportunidades'               , 
	'SINGLE_Potentials'            => 'Oportunidad'                 , 
	'LBL_ADD_RECORD'               => 'Agregar Oportunidad'         , 
	'LBL_RECORDS_LIST'             => 'Lista de Oportunidades'      , 
Prasad's avatar
Prasad committed
	'LBL_OPPORTUNITY_INFORMATION'  => 'Información de Oportunidad:', 
	'Potential No'                 => 'Núm. Oportunidad'           , 
	'Amount'                       => 'Importe'                     , 
	'Next Step'                    => 'Siguiente paso'              , 
	'Sales Stage'                  => 'Fase de venta'               , 
Prasad's avatar
Prasad committed
	'Probability'                  => 'Probabilidad'                , 
	'Campaign Source'              => 'Campaña origen'             , 
	'Forecast Amount'              => 'Ingresos ponderados'     , 
Prasad's avatar
Prasad committed
	'Funnel'                       => 'Embudo de ventas'            , 
	'Potentials by Stage'          => 'Oportunidades por fase'      , 
	'Total Revenue'                => 'Ingresos por vendedor'       , 
Prasad's avatar
Prasad committed
	'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 quién decide'  , 
Prasad's avatar
Prasad committed
	'Perception Analysis'          => 'Análisis'                   , 
	'Proposal/Price Quote'         => 'Cotización propuesta'       , 
Prasad's avatar
Prasad committed
	'Negotiation/Review'           => 'Negociando/Revisando'        , 
	'Closed Won'                   => 'Cerrada-Ganada'              , 
	'Closed Lost'                  => 'Cerrada-Perdida'             , 
Prasad's avatar
Prasad committed
	'--None--'                     => '-----'                       , 
	'Existing Business'            => 'Negocio existente'           , 
	'New Business'                 => 'Nuevo negocio'               , 
Prasad's avatar
Prasad committed
	'LBL_EXPECTED_CLOSE_DATE_ON'   => 'Fecha esperada de cierre'    , 
	'LBL_RELATED_CONTACTS'         => 'Contactos relacionados'            , // TODO: Review
	'LBL_RELATED_PRODUCTS'         => 'Productos relacionados'            , // TODO: Review
Prasad's avatar
Prasad committed
    'Related To'                   => 'Nombre de la organización'   ,
    'Type'                         => 'Tipo'                        , 
    
    //Convert Potentials
    'LBL_CONVERT_POTENTIAL' => 'Convertir Oportunidades',
    'LBL_POTENTIALS_FIELD_MAPPING' => 'Asignación de campos de Oportunidades',
    'LBL_CONVERT_POTENTIALS_ERROR' => 'Debe habilitar su proyecto para convertir la Oportunidad',
    'LBL_POTENTIALS_FIELD_MAPPING_INCOMPLETE' => 'La asignación de campos de Oportunidades está incompleta (Ajustes> Gestor de módulos> Oportunidades> Asignaciónde campos de Oportunidades)',
Prasad's avatar
Prasad committed
	'LBL_CREATE_PROJECT'           => 'Crear proyecto'              , 
    
    //Potentials Custom Field Mapping
	'LBL_CUSTOM_FIELD_MAPPING'=> 'Asignación de Oportunidad a Proyecto',
Prasad's avatar
Prasad committed

Prasad's avatar
Prasad committed

);

$jsLanguageStrings = array(
	'JS_SELECT_PROJECT_TO_CONVERT_LEAD' => 'La conversión requiere seleccionar un Proyecto',
Prasad's avatar
Prasad committed
);