[ 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 * Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio. 9 * All Rights Reserved. 10 * ******************************************************************************** 11 * Language : Español es_es 12 * Version : 6.0.0 13 * Created Date : 2012-10-25 14 * Author : JPL TSolucio, S. L. Joe Bordes 15 * Last change : 2013-05-03 16 * Author : JPL TSolucio, S. L. Joe Bordes 17 ************************************************************************************/ 18 $languageStrings = array( 19 'Campaigns' => 'Campañas', 20 'SINGLE_Campaigns' => 'Campaña', 21 'LBL_ADD_RECORD' => 'Añadir Campaña', 22 'LBL_RECORDS_LIST' => 'Lista de Campañas', 23 'LBL_CAMPAIGN_INFORMATION' => 'Detalles de Campaña', 24 'LBL_EXPECTATIONS_AND_ACTUALS' => 'Expectativa y Real' , 25 'Campaign Name' => 'Nombre Campaña', 26 'Campaign No' => 'Número Campaña', 27 'Campaign Type' => 'Tipo Campaña', 28 'Product' => 'Producto', 29 'Campaign Status' => 'Estado Campaña', 30 'Num Sent' => 'Número de Envíos', 31 'Sponsor' => 'Patrocinador', 32 'Target Audience' => 'Público Objetivo', 33 'TargetSize' => 'Cantidad Objetivo', 34 'Expected Response' => 'Respuesta Estimada', 35 'Expected Revenue' => 'Beneficio Estimado', 36 'Budget Cost' => 'Coste Estimado', 37 'Actual Cost' => 'Coste Real', 38 'Expected Response Count' => 'Estimación de Respuestas', 39 'Expected Sales Count' => 'Estimación de Ventas', 40 'Expected ROI' => 'Estimación Retorno Inversión', 41 'Actual Response Count' => 'Respuestas', 42 'Actual Sales Count' => 'Ventas', 43 'Actual ROI' => 'Retorno de Inversión', 44 'Webinar' => 'Webinar', 45 'Referral Program' => 'Programa de Referidos', 46 'Advertisement' => 'Publicidad', 47 'Banner Ads' => 'Banners', 48 'Direct Mail' => 'Mailing', 49 'Telemarketing' => 'Telemarketing', 50 'Others' => 'Otros', 51 'Planning' => 'Planeada', 52 'Inactive' => 'Inactiva', 53 'Complete' => 'Completa', 54 'Cancelled' => 'Cancelada', 55 'Excellent' => 'Excelente', 56 'Good' => 'Buena', 57 'Average' => 'Normal', 58 'Poor' => 'Pobre', 59 '--None--' => '--Ninguno--', 60 'Contacted - Successful' => 'Respuesta - Satisfactoria' , 61 'Contacted - Unsuccessful' => 'Respuesta - Insatisfactoria', 62 'Contacted - Never Contact Again' => 'Respuesta - No volver a contactar', 63 );
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 |