Skip to content
Snippets Groups Projects
Potentials.php 3.68 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'      , 
	'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'             , 
Prasad's avatar
Prasad committed
	'Forecast Amount'              => 'Ingresos ponderado'     , 
Prasad's avatar
Prasad committed
	'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'             , 
Prasad's avatar
Prasad committed
	'--None--'                     => '-----'                       , 
Prasad's avatar
Prasad committed
	'Existing Business'            => 'Negocio Existente'           , 
	'New Business'                 => 'Nuevo Negocio'               , 
	'LBL_EXPECTED_CLOSE_DATE_ON'   => 'Fecha esperada de cierre'    , 
Prasad's avatar
Prasad committed
	'LBL_RELATED_CONTACTS'         => 'Related Contacts'            , // TODO: Review
	'LBL_RELATED_PRODUCTS'         => 'Related Products'            , // TODO: Review
    'Related To'                   => 'Nombre de la organización'   ,
    'Type'                         => 'Tipo'                        , 
    
    //Convert Potentials
    'LBL_CONVERT_POTENTIAL' => 'Convertir Oportunidades',
    'LBL_POTENTIALS_FIELD_MAPPING' => 'Oportunidades de asignación de campos',
    'LBL_CONVERT_POTENTIALS_ERROR' => 'Debe permitir que su proyecto para convertir la Oportunidad',
    'LBL_POTENTIALS_FIELD_MAPPING_INCOMPLETE' => 'Oportunidades de asignación de campos es incompleta (Ajustes> Gestor de módulos> Oportunidades> Oportunidades Asignación de campos)',
	'LBL_CREATE_PROJECT'           => 'Crear proyecto'              , 
    
    //Potentials Custom Field Mapping
	'LBL_CUSTOM_FIELD_MAPPING'=> 'Oportunidad de proyecto de mapeo',

  'Contact Name' => 'Nombre De Contacto',

);

$jsLanguageStrings = array(
	'JS_SELECT_PROJECT_TO_CONVERT_LEAD' => 'La conversión exige la selección de Proyectos',
Prasad's avatar
Prasad committed
);