77 lines
2.3 KiB
PHP

<?php
/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor: Valmir Carlos Trindade/Translate to Brazilian Portuguese| 03/03/2012 |Curitiba/Paraná/Brasil.|www.ttcasolucoes.com.br
********************************************************************************/
$mod_strings = array(
'LBL_VENDOR_INFORMATION'=>'Informação Fornecedor:',
'LBL_CUSTOM_INFORMATION'=>'Informação Customizada',
'LBL_VENDOR_ADDRESS_INFORMATION'=>'Informação Endereço:',
'LBL_DESCRIPTION_INFORMATION'=>'Descrição:',
'Vendor Name'=>'Nome Fornecedor',
'Name'=>'Nome',
'Company Name'=>'Nome Empresa',
'Phone'=>'Fone',
'Email'=>'Email',
'Website'=>'Website',
'GL Account'=>'Conta Plano Contas',
'Category'=>'Categoria',
'Street'=>'Rua',
'City'=>'Cidade',
'State'=>'Estado',
'Postal Code'=>'CEP',
'Country'=>'País',
'Description'=>'Descrição',
'Po Box'=>'Cx Postal',
'Vendor'=>'Fornecedor',
//Added for existing Picklist entries
'300-Sales-Software'=>'300-Vendas-Software',
'301-Sales-Hardware'=>'301-Vendas-Hardware',
'302-Rental-Income'=>'302-Locação-Renda',
'303-Interest-Income'=>'303-Juro-Renda',
'304-Sales-Software-Support'=>'304-Vendas-Software-Suporte',
'305-Sales Other'=>'305-Outras Vendas',
'306-Internet Sales'=>'306-Vendas Internet',
'307-Service-Hardware Labor'=>'307-Serviço-Lab Hardware',
'308-Sales-Books'=>'308-Vendas-Livros',
// Added/Updated for vtiger CRM 5.0.4
'Created Time'=>'Data Criação',
'Modified Time'=>'Data Modificação',
// Added after 5.0.4 GA
//added for find duplicate
'LBL_DUPLICATE_DATA_IN'=>'Duplicado ',
'LBL_DELETE'=>'Apagar',
'LBL_MERGE_SELECT'=>'Mesclar Seleção',
'LBL_MERGE'=>'Mesclar',
'LBL_MERGE_DATA_IN'=>'Mesclar Registros em',
'LBL_ACTION'=>'Ação',
'LBL_FIELDLISTS'=> 'Lista de Campos',
'LBL_RECORD'=>'Registro #',
// Module Sequence Numbering
'Vendor No' => 'Cod. Fornecedor',
// END
/*
* 5.2.0 changes
*/
'LBL_MODULE_NAME'=>'Fornecedores',
'Vendors ID'=>'ID Fornecedores',
);
?>