Skip to content
Snippets Groups Projects
Invoice.php 2.11 KiB
Newer Older
Prasad's avatar
Prasad committed
<?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_Invoice'               => 'Factura'                     , 
	'LBL_EXPORT_TO_PDF'            => 'Exportar a PDF'              , 
	'LBL_SEND_MAIL_PDF'            => 'Enviar correo con PDF'         , 
	'LBL_ADD_RECORD'               => 'Agregar Factura'             , 
	'LBL_RECORDS_LIST'             => 'Lista de Facturas'           , 
	'LBL_INVOICE_INFORMATION'      => 'Información de la Facturación', 
	'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'                 => 'Recibido'                    , 
	'LBL_BALANCE'                  => 'Saldo'                     , 
	'Sent'                         => 'Enviada'                     , 
	'Credit Invoice'               => 'a Crédito'                  , 
	'Paid'                         => 'Pagada'                      , 
	'AutoCreated'                  => 'Automática'                 , 
	'Cancel'                       => 'Cancelar'                    , 
	'LBL_NOT_A_BUNDLE' 			   => 'No es Kit de productos',
	'LBL_SUB_PRODUCTS'		       => 'Sub Productos',
	'LBL_ACTION'				   => 'Acción',
);