Newer
Older
<?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.
* Author : Francisco Hernandez Odin Consultores S de RL de CV
* Author : www.odin.mx
* Author : Proudly, the best Vtiger's Partner in Mexico
************************************************************************************/
$languageStrings = array(
'SINGLE_PurchaseOrder' => 'Orden de Compra' ,
'LBL_EXPORT_TO_PDF' => 'Exportar a PDF' ,
'LBL_SEND_MAIL_PDF' => 'Enviar correo con PDF' ,
'LBL_ADD_RECORD' => 'Agregar Orden de Compra' ,
'LBL_RECORDS_LIST' => 'Lista de Ordenes de Compra' ,
'LBL_COPY_SHIPPING_ADDRESS' => 'Copiar Dirección de Envío' ,
'LBL_COPY_BILLING_ADDRESS' => 'Copiar Dirección de Factura' ,
'LBL_PO_INFORMATION' => 'Información de la Orden de Compra',
'PurchaseOrder No' => 'No Orden Compra' ,
'Requisition No' => 'Referencia del pedido' ,
'Tracking Number' => 'No de Guía' ,
'Sales Commission' => 'Comisión sobre Ventas' ,
'LBL_PAID' => 'Pagada' ,
'LBL_BALANCE' => 'Saldo' ,
'Received Shipment' => 'Recibido' ,
'LBL_LIST_PRICE' => 'Precio de lista',
'List Price' => 'Precio de lista',
'LBL_COPY_COMPANY_ADDRESS'=> 'Copiar Dirección de la empresa',
);