/
var
/
www
/
html
/
sugar13
/
modules
/
WorkFlowActionShells
/
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' => 'Actions', 'LBL_MODULE_NAME_SINGULAR' => 'Action', 'LBL_MODULE_TITLE' => 'Workflow Triggers: Home', 'LBL_SEARCH_FORM_TITLE' => 'Workflow Trigger Search', 'LBL_LIST_FORM_TITLE' => 'Action List', 'LBL_NEW_FORM_TITLE' => 'Create Trigger', 'LBL_LIST_NAME' => 'Trigger Name:', 'LBL_LIST_TYPE' => 'Type:', 'LBL_LIST_EVAL' => 'Eval:', 'LBL_LIST_FIELD' => 'Field:', 'LBL_NAME' => 'Trigger Name:', 'LBL_FIELD' => 'Field:', 'LBL_TYPE' => 'Type:', 'LBL_EVAL' => 'Trigger Evaluation:', 'LBL_SHOW_PAST' => 'Modify Past Value:', 'LNK_NEW_TRIGGER' => 'Create Trigger', 'LNK_TRIGGER' => 'Workflow Triggers', 'NTC_REMOVE_ACTION' => 'Are you sure you want to remove this action?', 'LBL_ACTION_UPDATE_TITLE' => 'Update fields in the target module', 'LBL_ACTION_UPDATE_REL_TITLE' => 'Update fields in a related module', 'LBL_ACTION_NEW_TITLE' => 'Create a record in a module associated with target module', 'LBL_LIST_STATEMENT' => 'Event Description:', 'LBL_ACTION_UPDATE' => 'Update field(s) in the target ', 'LBL_ACTION_UPDATE_REL' => 'Update field(s) in a related', 'LBL_ACTION_UPDATE_REL_PART2' => 'all', 'LBL_ACTION_UPDATE_REL_PART3' => 'related', 'LBL_ACTION_NEW' => 'Create a new', 'LBL_RECORD' => 'record', 'LBL_ACTION_NEW_REL' => 'Create a new', 'LBL_ACTION_NEW_REL_TITLE' => 'Create a record associated with a module related to the target module', 'LBL_RELATED_RECORD' => 'record', 'LBL_NEXT_BUTTON' => 'Next', 'LBL_PREVIOUS_BUTTON' => 'Previous', 'LBL_LIST_ACTION_DESCRIPTION' => 'Actions to be performed:', 'LBL_INVITEES' => 'Invitees', 'LBL_DETAILS' => 'Details', 'LBL_SELECT_VALUE' => 'You must select a valid value.', 'LBL_SELECT_MODULE' => 'You must select a module.', 'LBL_SELECT_RELATED_MODULE' => 'You must select a related module.', 'LBL_SELECT_CHECKED_FIELDS' => 'You must select a values for all the checked fields', 'LBL_SET' => 'Set', 'LBL_AS' => 'as', 'LBL_SHOW' => 'Show', 'LBL_TITLE_ADVANCED'=>'Advanced Related Module Options', 'LBL_BY' => 'by', 'LBL__S' => ' s', 'LBL_FILTER_RELATED'=>'Filter Related', 'LBL_ASSOCIATED_WITH'=>' associated with a related ', 'LBL_ACTION_ERROR'=>'This action contains errors and connot be executed.', ); ?>