/
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' => 'Alerts', 'LBL_MODULE_NAME_SINGULAR' => 'Alert', 'LBL_MODULE_TITLE' => 'Alerts: Home', 'LBL_MODULE_SECTION_TITLE' => 'These operations will be performed', 'LBL_SEARCH_FORM_TITLE' => 'Workflow Alert Search', 'LBL_LIST_FORM_TITLE' => 'Alert List', 'LBL_NEW_FORM_TITLE' => 'Create Workflow Alert', 'LBL_LIST_NAME' => 'Name', 'LBL_LIST_ALERT_TYPE' => 'Alert Type', 'LBL_LIST_ALERT_TEXT' => 'Alert Msg', 'LBL_CUSTOM_TEMPLATE_NAME' => 'Custom Template', 'LBL_NAME' => 'Name:', 'LBL_ALERT_TEXT' => 'Alert Text:', 'LBL_ALERT_TYPE' => 'Alert Type:', 'LBL_SOURCE_TYPE' => 'Source Type:', 'LBL_LIST_TYPE' => 'Type:', 'LBL_LIST_DETAILS' => 'Details', 'LNK_NEW_WORKFLOW' => 'Create Workflow Definition', 'LNK_WORKFLOW' => 'List Workflow Definitions', 'LBL_PARENT_WORKFLOW' => 'Parent Workflow Object:', 'LBL_RETURN_TO_WORKFLOW' => 'Return to Workflow Definition', 'NTC_REMOVE_ALERT' => 'Are you sure you want to remove this alert and all its recipients?', 'LBL_LIST_STATEMENT' => 'Event Description:', 'STATEMENT_PART1' => 'Send', 'STATEMENT_PART2' => 'using a', ////////////Old stuff below, eventually move or rename or delete 'LNK_LIST_REPORTMAKER' => 'Report List', 'LNK_NEW_REPORTMAKER' => 'Create New Report', 'LNK_LIST_DATASET' => 'Data Set List', 'LNK_NEW_DATASET' => 'Create Data Set', 'LNK_NEW_QUERYBUILDER' => 'Create Query', 'LNK_QUERYBUILDER' => 'Query Builder', 'LBL_ALL_REPORTS' => 'All Reports', 'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?', 'ERR_DELETE_RECORD' => 'A record number must be specified to delete the product.', //Sub panel combo list view 'LBL_NEW_BUTTON_LABEL_ALERT' => 'Create Alert', 'LBL_NEW_BUTTON_KEY_ALERT' => 'A', 'LBL_NEW_BUTTON_TITLE_ALERT' => 'Create Alert', 'LBL_NEW_BUTTON_LABEL_ACTION' => 'Create Action', 'LBL_NEW_BUTTON_KEY_ACTION' => 'C', 'LBL_NEW_BUTTON_TITLE_ACTION' => 'Create Action', 'LBL_MODULE_NAME_COMBO' => 'Alerts', 'LBL_MODULE_NAME_SINGULAR_COMBO' => 'Alert', 'LNK_ALERT_TEMPLATES' => 'Alert Templates', 'LNK_PROCESS_VIEW' => 'Workflow Execution Order', 'LBL_LIST_COMPONENTS' => 'Components', 'LBL_RECIPIENTS' => 'Recipients', //Invite Labels 'LBL_MODULE_TITLE_INVITE' => 'Invite People', 'LBL_SHOW' => 'Show', 'LBL_RECIPIENT_ERROR' => 'This recipient contains errors and connot be used.', 'LBL_ALERT_ERRORS' => 'Notice: One or more alerts below contains errors.', ];