/
var
/
www
/
html
/
sugar12
/
modules
/
WorkFlow
/
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' => 'Workflow Definitions', 'LBL_MODULE_NAME_SINGULAR' => 'Workflow Definition', 'LBL_MODULE_ID' => 'WorkFlow', 'LBL_MODULE_TITLE' => 'Workflow: Home', 'LBL_SEARCH_FORM_TITLE' => 'Workflow Search', 'LBL_LIST_FORM_TITLE' => 'Workflow List', 'LBL_NEW_FORM_TITLE' => 'Create Workflow Definition', 'LBL_LIST_NAME' => 'Name', 'LBL_LIST_TYPE' => 'Execution Occurs:', 'LBL_LIST_BASE_MODULE' => 'Target Module:', 'LBL_LIST_STATUS' => 'Status', 'LBL_NAME' => 'Name:', 'LBL_DESCRIPTION' => 'Description:', 'LBL_TYPE' => 'Execution Occurs:', 'LBL_STATUS' => 'Status:', 'LBL_BASE_MODULE' => 'Target Module:', 'LBL_LIST_ORDER' => 'Process Order:', 'LBL_FROM_NAME' => 'From Name:', 'LBL_FROM_ADDRESS' => 'From Address:', 'LNK_NEW_WORKFLOW' => 'Create Workflow Definition', 'LNK_WORKFLOW' => 'List Workflow Definitions', 'LBL_ALERT_TEMPLATES' => 'Alert Templates', 'LBL_CREATE_ALERT_TEMPLATE' => 'Create an alert template:', 'LBL_SUBJECT' => 'Subject:', 'LBL_RECORD_TYPE' => 'Applies to:', 'LBL_RELATED_MODULE'=> 'Related Module:', 'LBL_PROCESS_LIST' => 'Workflow Sequence', 'LNK_ALERT_TEMPLATES' => 'Alert Email Templates', 'LNK_PROCESS_VIEW' => 'Workflow Sequence', 'LBL_PROCESS_SELECT' => 'Please select a module:', 'LBL_LACK_OF_TRIGGER_ALERT'=> 'Notice: You must create a trigger for this workflow object to function', 'LBL_LACK_OF_NOTIFICATIONS_ON'=> 'Notice: To send alerts, provide SMTP Server information in Admin > Email Settings. ', 'LBL_FIRE_ORDER' => 'Processing Order:', 'LBL_RECIPIENTS' => 'Recipients', 'LBL_INVITEES' => 'Invitees', 'LBL_INVITEE_NOTICE' => 'Attention, you must select at least one invitee in order to create this. ', 'NTC_REMOVE_ALERT' => 'Are you sure you want to remove this workflow?', 'LBL_EDIT_ALT_TEXT' => 'Alt Text', 'LBL_INSERT' => 'Insert', 'LBL_SELECT_OPTION' => 'Please select an option.', 'LBL_SELECT_VALUE' => 'You must select a value.', 'LBL_SELECT_MODULE' => 'Please select a related module.', 'LBL_SELECT_FILTER' => 'You must select a field with which to filter the related module.', 'LBL_LIST_UP' => 'up', 'LBL_LIST_DN' => 'dn', 'LBL_SET' => 'Set', 'LBL_AS' => 'as', 'LBL_SHOW' => 'Show', 'LBL_HIDE' => 'Hide', 'LBL_SPECIFIC_FIELD' => 'specific field', 'LBL_ANY_FIELD' => 'any field', 'LBL_LINK_RECORD'=>'Link to Record', 'LBL_INVITE_LINK'=>'Meeting/Call Invite Link', 'LBL_PLEASE_SELECT'=>'Please Select', 'LBL_BODY'=>'Body:', 'LBL__S'=>'\'s', 'LBL_ALERT_SUBJECT'=>'WORKFLOW ALERT', 'LBL_ACTION_ERROR'=>'This action cannot be executed. Edit the action so that all of the fields and field values are valid.', 'LBL_ACTION_ERRORS'=>'Notice: One or more actions below contains errors.', 'LBL_ALERT_ERROR'=>'This alert cannot be executed. Edit the alert so that all of settings are valid.', 'LBL_ALERT_ERRORS'=>'Notice: One or more alerts below contains errors.', 'LBL_TRIGGER_ERROR'=>'Notice: This trigger contains invalid values and will not fire.', 'LBL_TRIGGER_ERRORS'=>'Notice: One or more triggers below contains errors.', 'LBL_UP' => 'Up' /*for 508 compliance fix*/, 'LBL_DOWN' => 'Down' /*for 508 compliance fix*/, 'LBL_EDITLAYOUT' => 'Edit Layout' /*for 508 compliance fix*/, 'LBL_EMAILTEMPLATES_TYPE_LIST_WORKFLOW' => array('workflow' => 'Workflow'), 'LBL_EMAILTEMPLATES_TYPE' => 'Type', );