[ 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. All Rights Reserved. 8 * Contributor(s): Valmir C. Trindade - Translate to Brazilian Portuguese - 17/05/2013 - www.ttcasolucoes.com.br 9 *************************************************************************************/ 10 $languageStrings = array( 11 'checkBox' => 'Caixa Seleção', 12 'currency' => 'Moeda', 13 'date' => 'Data', 14 'decimal' => 'Decimal', 15 'email' => 'Email', 16 'LBL_ADD_MAPPING' => 'Adicionar Mapeamento', 17 'LBL_CONTACTS' => 'Contatos', 18 'LBL_CONVERT_LEAD_FIELD_MAPPING' => 'Mapeamento Conversão Lead', 19 'LBL_DELETED_SUCCESSFULLY' => 'Apagado com Sucesso', 20 'LBL_FIELD_LABEL' => 'Rótulo Campo', 21 'LBL_FIELD_TYPE' => 'Tipo Campo', 22 'LBL_INVALID_MAPPING' => 'Mapeamento Inválido', 23 'LBL_MAPPING_WITH_OTHER_MODULES' => 'Mapeamento com outros Módulos', 24 'LBL_NONE' => 'Nenhum', 25 'LBL_OPPURTUNITIES' => 'Oportunidades', 26 'LBL_ORGANIZATIONS' => 'Organizações', 27 'LBL_SAVED_SUCCESSFULLY' => 'Salvo com Sucesso', 28 'multiSelectCombo' => 'Caixa Multi-Seleção', 29 'percent' => 'Percentual', 30 'phone' => 'Telefone', 31 'picklist' => 'Lista Opções', 32 'skype' => 'Skype', 33 'string' => 'String', 34 'textArea' => 'Área Texto', 35 'text' => 'Texto', 36 'time' => 'Hora', 37 'url' => 'Url', 38 ); 39 40 $jsLanguageStrings = array( 41 'JS_CANT_MAP' => 'Não é possível mapear', 42 'JS_checkBox' => 'Caixa Seleção', 43 'JS_currency' => 'Moeda', 44 'JS_date' => 'Data', 45 'JS_decimal' => 'Decimal', 46 'JS_email' => 'Email', 47 'JS_integer' => 'Número Inteiro', 48 'JS_IS_ALREADY_BEEN_MAPPED' => 'já está mapeado', 49 'JS_MAPPING_DELETED_SUCCESSFULLY' => 'Mapeamento Apagado com Sucesso', 50 'JS_multiSelectCombo' => 'Caixa Multi-Seleção', 51 'JS_NONE' => 'Nada', 52 'JS_None' => 'Nada', 53 'JS_percent' => 'Percentual', 54 'JS_phone' => 'Fone', 55 'JS_picklist' => 'Lista Opções', 56 'JS_skype' => 'Skype', 57 'JS_string' => 'String', 58 'JS_textArea' => 'Área de Texto', 59 'JS_text' => 'Texto', 60 'JS_time' => 'Data', 61 'JS_url' => 'Url', 62 'JS_WITH' => 'com', 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 |