/
var
/
www
/
html
/
sugar9
/
modules
/
Help
/
language
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ /********************************************************************************* * Description: Defines the English language pack for the base application. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. * Contributor(s): ______________________________________.. ********************************************************************************/ $mod_strings = array ( 'LBL_MODULE_NAME' => 'Cuentas', 'LBL_MODULE_NAME_SINGULAR' => 'Cuenta', 'LBL_MODULE_TITLE' => 'Cuentas: Inicio', 'LBL_SEARCH_FORM_TITLE' => 'Búsqueda de Cuentas', 'LBL_LIST_FORM_TITLE' => 'Lista de Cuentas', 'LBL_NEW_FORM_TITLE' => 'Nueva Cuenta', 'LNK_NEW_CONTACT' => 'Nuevo Contacto', 'LNK_NEW_ACCOUNT' => 'Nueva Cuenta', 'LNK_NEW_OPPORTUNITY' => 'Nueva Oportunidad', 'LNK_NEW_CASE' => 'Nuevo Caso', 'LNK_NEW_NOTE' => 'Nueva Nota o Archivo Adjunto', 'LNK_NEW_CALL' => 'Registrar Llamada', 'LNK_NEW_EMAIL' => 'Archivar Email', 'LNK_NEW_MEETING' => 'Programar Reunión', 'LNK_NEW_TASK' => 'Nueva Tarea', 'ERR_DELETE_RECORD' => 'Debe especificar un número de registro para eliminar la cuenta.', ); ?>