[ 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 * Author : Francisco Hernandez Odin Consultores S de RL de CV 10 * Author : www.odin.mx 11 * Author : Proudly, the best Vtiger's Partner in Mexico 12 ************************************************************************************/ 13 $languageStrings = array( 14 'Campaigns' => 'Campañas' , 15 'SINGLE_Campaigns' => 'Campaña' , 16 'LBL_ADD_RECORD' => 'Agregar Campaña' , 17 'LBL_RECORDS_LIST' => 'Lista de campañas' , 18 'LBL_CAMPAIGN_INFORMATION' => 'Información de Campaña' , 19 'LBL_EXPECTATIONS_AND_ACTUALS' => 'Expectativa y Real' , 20 'Campaign Name' => 'Nombre de Campaña' , 21 'Campaign No' => 'Núm. Campaña' , 22 'Campaign Type' => 'Tipo de Campaña' , 23 'Product' => 'Producto' , 24 'Campaign Status' => 'Situación de Campaña' , 25 'Num Sent' => 'Número de Envíos' , 26 'Sponsor' => 'Patrocinador' , 27 'Target Audience' => 'Público Objetivo' , 28 'TargetSize' => 'Cantidad Objetivo' , 29 'Expected Response' => 'Respuesta Estimada' , 30 'Expected Revenue' => 'Beneficio Estimado' , 31 'Budget Cost' => 'Costo Estimado' , 32 'Actual Cost' => 'Costo Real' , 33 'Expected Response Count' => 'Estimación de Respuestas' , 34 'Expected Sales Count' => 'Estimación de Ventas' , 35 'Expected ROI' => 'Estimación de ROI' , 36 'Actual Response Count' => 'Respuestas' , 37 'Actual Sales Count' => 'Ventas' , 38 'Actual ROI' => 'Retorno de Inversión' , 39 'Webinar' => 'Webinar' , 40 'Referral Program' => 'Programa de Referidos' , 41 'Advertisement' => 'Publicidad' , 42 'Banner Ads' => 'Banners' , 43 'Direct Mail' => 'Mailing' , 44 'Telemarketing' => 'Telemarketing' , 45 'Others' => 'Otros' , 46 'Planning' => 'Planeada' , 47 'Inactive' => 'Inactiva' , 48 'Complete' => 'Completa' , 49 'Cancelled' => 'Cancelada' , 50 'Excellent' => 'Excelente' , 51 'Good' => 'Buena' , 52 'Average' => 'Normal' , 53 'Poor' => 'Pobre' , 54 '--None--' => '--Ninguno--' , 55 'Contacted - Successful' => 'Contactado - Éxito' , 56 'Contacted - Unsuccessful' => 'Contactado - Fracaso' , 57 'Contacted - Never Contact Again' => 'Contactado - No volver a contactar', 58 );
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 |