Files
CRM/languages/es_mx/Invoice.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

39 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.
************************************************************************************/
$languageStrings = array(
'Invoice' => 'Facturas' ,
'SINGLE_Invoice' => 'Factura' ,
'LBL_EXPORT_TO_PDF' => 'Exportar a PDF' ,
'LBL_SEND_MAIL_PDF' => 'Enviar email con PDF' ,
'LBL_ADD_RECORD' => 'Agregar Factura' ,
'LBL_RECORDS_LIST' => 'Lista de Facturas' ,
'LBL_INVOICE_INFORMATION' => 'Información de la Factura',
'Sales Order' => 'Pedido' ,
'Customer No' => 'Código de cliente' ,
'Invoice Date' => 'Fecha de Factura' ,
'Purchase Order' => 'Orden de compra' ,
'Sales Commission' => 'Comisión sobre ventas' ,
'Invoice No' => 'Nº Factura' ,
'LBL_RECEIVED' => 'Recibida' ,
'LBL_BALANCE' => 'Saldo' ,
'Sent' => 'Enviada' ,
'Credit Invoice' => 'A crédito' ,
'Paid' => 'Pagada' ,
'AutoCreated' => 'Automática' ,
'Cancel' => 'Cancelar' ,
'LBL_NOT_A_BUNDLE' => 'No es un paquete',
'LBL_SUB_PRODUCTS' => 'Subproductos',
'LBL_ACTION' => 'Acción',
'LBL_THIS' => 'Este',
'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'Se ha eliminado del sistema. Por favor elimine o reemplace este artículo',
'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'Esta línea de artículos ha sido eliminada del sistema. Por favor elimine esta línea de artículos',
);