/
var
/
www
/
html
/
sugardemo
/
modules
/
WorkFlowAlertShells
/
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 = [ 'LBL_MODULE_NAME' => 'Alertas', 'LBL_MODULE_NAME_SINGULAR' => 'Alerta', 'LBL_MODULE_TITLE' => 'Alertas: Inicio', 'LBL_MODULE_SECTION_TITLE' => 'Las siguientes operaciones serán realizadas', 'LBL_SEARCH_FORM_TITLE' => 'Búsqueda de Alertas de Workflow', 'LBL_LIST_FORM_TITLE' => 'Lista de Alertas', 'LBL_NEW_FORM_TITLE' => 'Crear Alerta de Workflow', 'LBL_LIST_NAME' => 'Nombre', 'LBL_LIST_ALERT_TYPE' => 'Tipo de Alerta', 'LBL_LIST_ALERT_TEXT' => 'Mensaje para la Alerta', 'LBL_CUSTOM_TEMPLATE_NAME' => 'Plantilla Personalizada', 'LBL_NAME' => 'Nombre:', 'LBL_ALERT_TEXT' => 'Texto de la Alerta:', 'LBL_ALERT_TYPE' => 'Tipo de Alerta:', 'LBL_SOURCE_TYPE' => 'Tipo de Origen:', 'LBL_LIST_TYPE' => 'Tipo:', 'LBL_LIST_DETAILS' => 'Detalles', 'LNK_NEW_WORKFLOW' => 'Crear Definición de Workflow', 'LNK_WORKFLOW' => 'Lista de Definiciones de Workflow', 'LBL_PARENT_WORKFLOW' => 'Objeto de Workflow Padre:', 'LBL_RETURN_TO_WORKFLOW' => 'Volver a Definición de Workflow', 'NTC_REMOVE_ALERT' => '¿Está seguro de que desea quitar esta alerta y todos sus destinatarios?', 'LBL_LIST_STATEMENT' => 'Descripción del Evento:', 'STATEMENT_PART1' => 'Enviar', 'STATEMENT_PART2' => 'usando un', ////////////Old stuff below, eventually move or rename or delete 'LNK_LIST_REPORTMAKER' => 'Lista de Informes', 'LNK_NEW_REPORTMAKER' => 'Crear Informe Nuevo', 'LNK_LIST_DATASET' => 'Lista de conjunto de datos', 'LNK_NEW_DATASET' => 'Crear conjunto de datos', 'LNK_NEW_QUERYBUILDER' => 'Crear Consulta', 'LNK_QUERYBUILDER' => 'Generador de Consultas', 'LBL_ALL_REPORTS' => 'Todos los Informes', 'NTC_DELETE_CONFIRMATION' => '¿Está seguro de que desea eliminar este registro?', 'ERR_DELETE_RECORD' => 'Debe especificar un número de registro para eliminar el producto.', //Sub panel combo list view 'LBL_NEW_BUTTON_LABEL_ALERT' => 'Crear Alerta', 'LBL_NEW_BUTTON_KEY_ALERT' => 'A', 'LBL_NEW_BUTTON_TITLE_ALERT' => 'Crear Alerta [Alt+A]', 'LBL_NEW_BUTTON_LABEL_ACTION' => 'Crear Acción', 'LBL_NEW_BUTTON_KEY_ACTION' => 'C', 'LBL_NEW_BUTTON_TITLE_ACTION' => 'Crear Acción [Alt+C]', 'LBL_MODULE_NAME_COMBO' => 'Alertas', 'LBL_MODULE_NAME_SINGULAR_COMBO' => 'Alerta', 'LNK_ALERT_TEMPLATES' => 'Plantillas de Alerta', 'LNK_PROCESS_VIEW' => 'Orden de Ejecución del Workflow', 'LBL_LIST_COMPONENTS' => 'Componentes', 'LBL_RECIPIENTS' => 'Destinatarios', //Invite Labels 'LBL_MODULE_TITLE_INVITE' => 'Invitar a Gente', 'LBL_SHOW' => 'Mostrar', 'LBL_RECIPIENT_ERROR' => 'Este destinatario contiene errores y no puede ser utilizado.', 'LBL_ALERT_ERRORS' => 'Aviso: Una o más de las siguientes alertas contiene errores.', ];