/
var
/
www
/
html
/
sugar14
/
modules
/
DRI_SubWorkflows
/
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. */ $mod_strings = [ 'LBL_HOMEPAGE_TITLE' => 'My Smart Guide Stages', 'LBL_LIST_FORM_TITLE' => 'Smart Guide Stage List', 'LBL_MODULE_TITLE' => 'Smart Guide Stages', 'LBL_MODULE_NAME' => 'Smart Guide Stages', 'LBL_NEW_FORM_TITLE' => 'New Smart Guide Stage', 'LBL_PROGRESS' => 'Progress', 'LBL_REMOVE' => 'Remove', 'LBL_SEARCH_FORM_TITLE' => 'Search Smart Guide Stages', 'LBL_SORT_ORDER' => 'Order', 'LNK_LIST' => 'Smart Guide Stages', 'LNK_NEW_RECORD' => 'Create Smart Guide Stage', 'LBL_LABEL' => 'Label', 'LNK_VIEW_RECORDS' => 'View Smart Guide Stages', 'LNK_DRI_SUBWORKFLOW_LIST' => 'View Smart Guide Stages', 'LBL_ADD_TASK_BUTTON_TITLE' => 'Create Task', 'LBL_ADD_MEETING_BUTTON_TITLE' => 'Schedule Meeting', 'LBL_ADD_CALL_BUTTON_TITLE' => 'Schedule Call', 'LBL_LINK_TASK_BUTTON_TITLE' => 'Link Existing Task', 'LBL_LINK_MEETING_BUTTON_TITLE' => 'Link Existing Meeting', 'LBL_LINK_CALL_BUTTON_TITLE' => 'Link Existing Call', 'LBL_SCORING' => 'Scoring', 'LBL_SCORE' => 'Score', 'LBL_POINTS' => 'Points', 'LBL_CURRENT_STAGE_AT' => 'Current Stage At', 'LBL_DATE_STARTED' => 'Date Started', 'LBL_DATE_COMPLETED' => 'Date Completed', 'LBL_MOMENTUM_RATIO' => 'Momentum', 'LBL_MOMENTUM_POINTS' => 'Momentum Points', 'LBL_MOMENTUM_SCORE' => 'Momentum Score', 'LBL_MOMENTUM_SCORING' => 'Momentum Scoring', 'LBL_WEB_HOOKS' => 'Web Hooks', 'LBL_START_NEXT_JOURNEY_ID' => 'Start Next Smart Guide Id', 'LBL_IS_JOURNEY_SAVED' => 'Is Smart Guide Saved', 'LBL_MODULE_NAME_SINGULAR' => 'Smart Guide Stages', 'LBL_RECORD_BODY' => 'Overview', ];