File: /home/nexper/public_html/crm/modules/AOS_Contracts/language/es_es.lang.php
<?php
/**
* Products, Quotations & Invoices modules.
* Extensions to SugarCRM
* @package Advanced OpenSales for SugarCRM
* @subpackage Products
* @copyright SalesAgility Ltd http://www.salesagility.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with this program; if not, see http://www.gnu.org/licenses
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
* Fifth Floor, Boston, MA 02110-1301 USA
*
* @author Salesagility Ltd <support@salesagility.com>
*/
$mod_strings = array (
'LBL_ASSIGNED_TO_NAME' => 'Administrador de Contratos',
'LBL_CONTRACT_ACCOUNT' => 'Cuenta',
'LBL_OPPORTUNITY' => 'Oportunidad',
'LBL_ID' => 'ID',
'LBL_DATE_ENTERED' => 'Fecha de Creación',
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
'LBL_MODIFIED' => 'Modificado Por',
'LBL_MODIFIED_ID' => 'Modificado Por Id',
'LBL_MODIFIED_NAME' => 'Modificado Por Nombre',
'LBL_CREATED' => 'Creado Por',
'LBL_CREATED_ID' => 'Creado Por Id',
'LBL_DESCRIPTION' => 'Descripción',
'LBL_DELETED' => 'Eliminado',
'LBL_NAME' => 'Título del Contrato',
'LBL_CREATED_USER' => 'Creado Por Ususario',
'LBL_MODIFIED_USER' => 'Modificado Por Usuario',
'LBL_LIST_NAME' => 'Nombre',
'LBL_LIST_FORM_TITLE' => 'Lista de Contratos',
'LBL_MODULE_NAME' => 'Contratos',
'LBL_MODULE_TITLE' => 'Contratos',
'LBL_HOMEPAGE_TITLE' => 'Mis Contratos',
'LNK_NEW_RECORD' => 'Crear Contratos',
'LNK_LIST' => 'Ver Contratos',
'LNK_IMPORT_AOS_CONTRACTS' => 'Importar Contratos',
'LBL_SEARCH_FORM_TITLE' => 'Buscar Contratos',
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver Historial',
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
'LBL_AOS_CONTRACTS_SUBPANEL_TITLE' => 'Contratos',
'LBL_NEW_FORM_TITLE' => 'Nuevos Contratos',
'LBL_CONTRACT_NAME' => 'Nombre del Contrato',
'LBL_REFERENCE_CODE ' => 'Código de Referencia',
'LBL_START_DATE' => 'Fecha de Inicio',
'LBL_END_DATE' => 'Fecha de Finalización',
'LBL_TOTAL_CONTRACT_VALUE' => 'Valor del Contrato',
'LBL_STATUS' => 'Estatus',
'LBL_CUSTOMER_SIGNED_DATE' => 'Fecha de Firma del Cliente',
'LBL_COMPANY_SIGNED_DATE' => 'Fecha de Firma de la Compañía',
'LBL_RENEWAL_REMINDER_DATE' => 'Fecha de Recordatorio de Renovación',
'LBL_CONTRACT_TYPE' => 'Tipo de Contrato',
'LBL_CONTACT' => 'Contacto',
);
// DISYTEL: Additional translations
$mod_strings['LBL_ADD_GROUP'] = 'Agregar Grupo';
$mod_strings['LBL_DELETE_GROUP'] = 'Eliminar Grupo';
$mod_strings['LBL_GROUP_NAME'] = 'Nombre del Grupo';
$mod_strings['LBL_GROUP_TOTAL'] = 'Total del Grupo';
$mod_strings['LBL_PRODUCT_QUANITY'] = 'Cantidad';
$mod_strings['LBL_PRODUCT_NAME'] = 'Producto';
$mod_strings['LBL_PART_NUMBER'] = 'Nro de Parte';
$mod_strings['LBL_PRODUCT_NOTE'] = 'Nota';
$mod_strings['LBL_PRODUCT_DESCRIPTION'] = 'Descripción';
$mod_strings['LBL_LIST_PRICE'] = 'Lista';
$mod_strings['LBL_DISCOUNT_TYPE'] = 'Tipo';
$mod_strings['LBL_DISCOUNT_AMT'] = 'Descuento';
$mod_strings['LBL_UNIT_PRICE'] = 'Precio de Venta';
$mod_strings['LBL_TOTAL_PRICE'] = 'Total';
$mod_strings['LBL_VAT'] = 'Impuesto';
$mod_strings['LBL_VAT_AMT'] = 'Monto Impuesto';
$mod_strings['LBL_SERVICE_NAME'] = 'Servicio';
$mod_strings['LBL_SERVICE_LIST_PRICE'] = 'Lista';
$mod_strings['LBL_SERVICE_PRICE'] = 'Precio de Venta';
$mod_strings['LBL_SERVICE_DISCOUNT'] = 'Descuento';
$mod_strings['LBL_LINE_ITEMS'] = 'Items';
$mod_strings['LBL_SUBTOTAL_AMOUNT'] = 'Subtotal';
$mod_strings['LBL_DISCOUNT_AMOUNT'] = 'Descuento';
$mod_strings['LBL_TAX_AMOUNT'] = 'Impuesto';
$mod_strings['LBL_SHIPPING_AMOUNT'] = 'Envío';
$mod_strings['LBL_TOTAL_AMT'] = 'Total';
$mod_strings['LBL_GRAND_TOTAL'] = 'Gran Total';
$mod_strings['LBL_SHIPPING_TAX'] = 'Impuestos de Envío';
$mod_strings['LBL_SHIPPING_TAX_AMT'] = 'Impuesto de Envío';
$mod_strings['LBL_ADD_PRODUCT_LINE'] = 'Agregar Línea de Producto';
$mod_strings['LBL_ADD_SERVICE_LINE'] = 'Agregar Línea de Servicio';
?>