[ 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' => 'Campanhas' , 12 'SINGLE_Campaigns' => 'Campanha' , 13 'LBL_ADD_RECORD' => 'Add Campaign' , 14 'LBL_RECORDS_LIST' => 'Campaigns List' , 15 'LBL_CAMPAIGN_INFORMATION' => 'Informação da Campanha' , 16 'LBL_EXPECTATIONS_AND_ACTUALS' => 'Expectativas & Atualidades' , 17 'Campaign Name' => 'Nome Campanha' , 18 'Campaign No' => 'No. Campanha' , 19 'Campaign Type' => 'Tipo Campanha' , 20 'Product' => 'Produto' , 21 'Campaign Status' => 'Status Campanha' , 22 'Num Sent' => 'No. Envio' , 23 'Sponsor' => 'Patrocinador' , 24 'Target Audience' => 'Público Alvo' , 25 'TargetSize' => 'Tamanho Alvo' , 26 'Expected Response' => 'Expectativa Resposta' , 27 'Expected Revenue' => 'Previsão Receita' , 28 'Budget Cost' => 'Custo Orçado' , 29 'Actual Cost' => 'Custo Atual' , 30 'Expected Response Count' => 'Quantidade Resposta Esperada', 31 'Expected Sales Count' => 'Montante Esperado Vendas' , 32 'Expected ROI' => 'Expectativa ROI' , 33 'Actual Response Count' => 'Quantidade Resposta Atual' , 34 'Actual Sales Count' => 'Montante Vendas Atual' , 35 'Actual ROI' => 'ROI Atual' , 36 'Webinar' => 'Seminário via Web' , 37 'Referral Program' => 'Programa Referência' , 38 'Advertisement' => 'Propaganda' , 39 'Banner Ads' => 'Banners' , 40 'Direct Mail' => 'Mala Direta' , 41 'Telemarketing' => 'Telemarketing' , 42 'Others' => 'Outros' , 43 'Planning' => 'Planejamento' , 44 'Inactive' => 'Inativa' , 45 'Complete' => 'Completa' , 46 'Cancelled' => 'Cancelada' , 47 'Excellent' => 'Excelente' , 48 'Good' => 'Boa' , 49 'Average' => 'Média' , 50 'Poor' => 'Ruim' , 51 '--None--' => '--Nada--' , 52 'Contacted - Successful' => 'Contactado - Sucesso' , 53 'Contacted - Unsuccessful' => 'Contactado - Insucesso' , 54 'Contacted - Never Contact Again' => 'Contactado - Nunca Contactar Novamente', 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 |