43 lines
1.4 KiB
PHP
Raw Permalink Normal View History

<?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_PRICEBOOK_INFORMATION'=>'Informação Lista de Preço:',
'LBL_CUSTOM_INFORMATION'=>'Informação Customizada',
'LBL_DESCRIPTION_INFORMATION'=>'Nome Descrição:',
//Mapping for price book
'Price Book Name'=>'Nome Lista Preço',
'Product Name'=>'Nome Produto',
'Active'=>'Ativo',
'Description'=>'Descrição',
'Created Time'=>'Data Criação',
'Modified Time'=>'Data Modificação',
'LBL_LIST_PRODUCT_NAME'=>'Nome Produto',
'LBL_PRODUCT_CODE'=>'Código Produto',
'LBL_PRODUCT_UNIT_PRICE'=>'Preço Unitário',
'LBL_PB_LIST_PRICE'=>'Lista de Preços',
'LBL_ACTION'=>'Ação',
'PriceBook'=>'Lista de Preços',
// Added after 5.0.4 GA
'Currency'=>'Moeda',
// Module Sequence Numbering
'PriceBook No' => 'No. Lista Preços',
// END
);
?>