[ 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 - 20/06/2014 - www.ttcasolucoes.com.br 9 ************************************************************************************/ 10 $languageStrings = array( 11 '300-Sales-Software' => '300-Vendas-Software' , 12 '301-Sales-Hardware' => '301-Vendas-Hardware' , 13 '302-Rental-Income'=> '302-Locação-Renda' , 14 '303-Interest-Income'=> '303-Juro-Renda', 15 '304-Sales-Software-Support' => '304-Vendas-Software-Suporte' , 16 '305-Sales Other'=> '305-Outras Vendas' , 17 '306-Internet Sales' => '306-Vendas Internet' , 18 '307-Service-Hardware Labor' => '307-Serviço-Lab Hardware' , 19 '308-Sales-Books'=> '308-Vendas-Livros' , 20 'Email' => 'Email', 21 'GL Account' => 'Conta Plano Contas', 22 'LBL_ADD_RECORD' => 'Adicionar Fornecedor', 23 'LBL_RECORDS_LIST' => 'Lista Fornecedores', 24 'LBL_VENDOR_ADDRESS_INFORMATION' => 'Informação Endereço:' , 25 'LBL_VENDOR_INFORMATION' => 'Detalhes do Fornecedor:', 26 'Phone' => 'Telefone', 27 'SINGLE_Vendors' => 'Fornecedor', 28 'Vendor Name'=> 'Nome Fornecedor' , 29 'Vendor No'=> 'Cod. Fornecedor' , 30 'Vendors'=> 'Fornecedores', 31 'Website'=> 'Website' , 32 ); 33 34 $jsLanguageStrings = array( 35 'LBL_DELETE_CONFIRMATION'=> 'Ao apagar este Fornecedor serão removidos os Pedidos de Compras relacionados. Tem certeza que deseja apagar este Fornecedor?', 36 'LBL_MASS_DELETE_CONFIRMATION' => 'Ao apagar este(s) Fornecedor(s) serão removidos os Pedidos de Compras relacionados. Tem certeza que deseja apagar os Registros selacionados?', 37 'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'tem certeza que deseja apagar?', 38 );
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 |