/
var
/
www
/
html
/
sugar13
/
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' => '내 Smart Guide 단계', 'LBL_LIST_FORM_TITLE' => 'Smart Guide 단계 목록', 'LBL_MODULE_TITLE' => 'Smart Guide 단계', 'LBL_MODULE_NAME' => 'Smart Guide 단계', 'LBL_NEW_FORM_TITLE' => '새 Smart Guide 단계', 'LBL_PROGRESS' => '진행도', 'LBL_REMOVE' => '제거', 'LBL_SEARCH_FORM_TITLE' => 'Smart Guide 단계 검색', 'LBL_SORT_ORDER' => '주문', 'LNK_LIST' => 'Smart Guide 단계', 'LNK_NEW_RECORD' => 'Smart Guide 단계 생성', 'LBL_LABEL' => '라벨', 'LNK_VIEW_RECORDS' => 'Smart Guide 단계 보기', 'LNK_DRI_SUBWORKFLOW_LIST' => 'Smart Guide 단계 보기', 'LBL_ADD_TASK_BUTTON_TITLE' => '작업 추가하기', 'LBL_ADD_MEETING_BUTTON_TITLE' => '회의일정', 'LBL_ADD_CALL_BUTTON_TITLE' => '전화 일정잡기', 'LBL_SCORING' => '채점', 'LBL_SCORE' => '점수', 'LBL_POINTS' => '포인트', 'LBL_CURRENT_STAGE_AT' => '현재 단계', 'LBL_DATE_STARTED' => '시작일', 'LBL_DATE_COMPLETED' => '완료일', 'LBL_MOMENTUM_RATIO' => '모멘텀', 'LBL_MOMENTUM_POINTS' => '모멘텀 포인트', 'LBL_MOMENTUM_SCORE' => '모멘텀 점수', 'LBL_MOMENTUM_SCORING' => '모멘텀 채점', 'LBL_WEB_HOOKS' => '웹훅', 'LBL_START_NEXT_JOURNEY_ID' => '다음 Smart Guide ID 시작', 'LBL_IS_JOURNEY_SAVED' => 'Smart Guide가 저장되어 있습니까', 'LBL_MODULE_NAME_SINGULAR' => 'Smart Guide 단계', 'LBL_RECORD_BODY' => '개요', ];