[ 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 'LBL_ADD_RECORD' => 'Adicionar Pedido Compra', 12 'LBL_BALANCE' => 'Saldo', 13 'LBL_COPY_BILLING_ADDRESS' => 'Copiar Endereço Faturamento', 14 'LBL_COPY_SHIPPING_ADDRESS' => 'Copiar Endereço Entrega', 15 'LBL_EXPORT_TO_PDF'=> 'Exportar para PDF' , 16 'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'é excluído do Sistema. Por favor, remova ou substitua este item', 17 'LBL_LIST_PRICE' => 'Lista de Preços', 18 'LBL_PAID' => 'Pago', 19 'LBL_PO_INFORMATION' => 'Detalhes Pedido Compra', 20 'LBL_RECORDS_LIST' => 'Lista Pedidos Compra' , 21 'LBL_SEND_MAIL_PDF' => 'Enviar Email com PDF', 22 'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'Este item da linha foi excluído do Sistema. Por favor, remova estes itens da linha', 23 'LBL_THIS' => 'Este', 24 'List Price' => 'Lista de Preços', 25 'PurchaseOrder No' => 'No. Pedido Compra' , 26 'Received Shipment'=> 'Entrega Recebida', 27 'Requisition No' => 'No. Requisição', 28 'Sales Commission' => 'Comissão Vendas', 29 'SINGLE_PurchaseOrder' => 'Pedido Compra' , 30 'Tracking Number'=> 'No. Rastreamento', 31 ); 32 33 $jsLanguageStrings = array( 34 'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'Por favor, remova o item da linha que será excluída', 35 'JS_PLEASE_ENABLE_PRODUCT_OR_SERVICE_MODULE'=>'Por favor, habilite o Módulo de Produto ou Serviço', 36 );
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 |