[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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 'Campaigns' => 'Campañas' , 12 'SINGLE_Campaigns' => 'Campaña' , 13 'LBL_ADD_RECORD' => 'Agregar Campaña' , 14 'LBL_RECORDS_LIST' => 'Lista de campañas' , 15 'LBL_CAMPAIGN_INFORMATION' => 'Información de Campaña' , 16 'LBL_EXPECTATIONS_AND_ACTUALS' => 'Expectativa y Real' , 17 'Campaign Name' => 'Nombre de Campaña' , 18 'Campaign No' => 'Núm. Campaña' , 19 'Campaign Type' => 'Tipo de Campaña' , 20 'Product' => 'Producto' , 21 'Campaign Status' => 'Situación de Campaña' , 22 'Num Sent' => 'Número de Envíos' , 23 'Sponsor' => 'Patrocinador' , 24 'Target Audience' => 'Público Objetivo' , 25 'TargetSize' => 'Cantidad Objetivo' , 26 'Expected Response' => 'Respuesta Estimada' , 27 'Expected Revenue' => 'Beneficio Estimado' , 28 'Budget Cost' => 'Costo Estimado' , 29 'Actual Cost' => 'Costo Real' , 30 'Expected Response Count' => 'Estimación de Respuestas' , 31 'Expected Sales Count' => 'Estimación de Ventas' , 32 'Expected ROI' => 'Estimación de ROI' , 33 'Actual Response Count' => 'Respuestas' , 34 'Actual Sales Count' => 'Ventas' , 35 'Actual ROI' => 'Retorno de Inversión' , 36 'Webinar' => 'Webinar' , 37 'Referral Program' => 'Programa de Referidos' , 38 'Advertisement' => 'Publicidad' , 39 'Banner Ads' => 'Banners' , 40 'Direct Mail' => 'Mailing' , 41 'Telemarketing' => 'Telemarketing' , 42 'Others' => 'Otros' , 43 'Planning' => 'Planeada' , 44 'Inactive' => 'Inactiva' , 45 'Complete' => 'Completa' , 46 'Cancelled' => 'Cancelada' , 47 'Excellent' => 'Excelente' , 48 'Good' => 'Buena' , 49 'Average' => 'Normal' , 50 'Poor' => 'Pobre' , 51 '--None--' => '--Ninguno--' , 52 'Contacted - Successful' => 'Contactado - Éxito' , 53 'Contacted - Unsuccessful' => 'Contactado - Fracaso' , 54 'Contacted - Never Contact Again' => 'Contactado - No volver a contactar', 55 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |