/
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' => 'Mis fases de Smart Guide', 'LBL_LIST_FORM_TITLE' => 'Lista de fases de Smart Guide', 'LBL_MODULE_TITLE' => 'Fases de Smart Guide', 'LBL_MODULE_NAME' => 'Fases de la Smart Guide', 'LBL_NEW_FORM_TITLE' => 'Nueva fase de Smart Guide', 'LBL_PROGRESS' => 'Progreso', 'LBL_REMOVE' => 'Eliminar', 'LBL_SEARCH_FORM_TITLE' => 'Buscar fases de Smart Guide', 'LBL_SORT_ORDER' => 'Orden', 'LNK_LIST' => 'Fases de la Smart Guide', 'LNK_NEW_RECORD' => 'Crear fase de Smart Guide', 'LBL_LABEL' => 'Etiqueta', 'LNK_VIEW_RECORDS' => 'Ver las fases de Smart Guide', 'LNK_DRI_SUBWORKFLOW_LIST' => 'Ver las fases de Smart Guide', 'LBL_ADD_TASK_BUTTON_TITLE' => 'Crear tarea', 'LBL_ADD_MEETING_BUTTON_TITLE' => 'Programar reunión', 'LBL_ADD_CALL_BUTTON_TITLE' => 'Programar llamada', 'LBL_LINK_TASK_BUTTON_TITLE' => 'Vincular una tarea existente', 'LBL_LINK_MEETING_BUTTON_TITLE' => 'Vincular una reunión existente', 'LBL_LINK_CALL_BUTTON_TITLE' => 'Vincular una llamada existente', 'LBL_SCORING' => 'Puntuación', 'LBL_SCORE' => 'Puntuación', 'LBL_POINTS' => 'Puntos', 'LBL_CURRENT_STAGE_AT' => 'Fase actual en', 'LBL_DATE_STARTED' => 'Fecha de inicio', 'LBL_DATE_COMPLETED' => 'Fecha de finalización', 'LBL_MOMENTUM_RATIO' => 'Impulso', 'LBL_MOMENTUM_POINTS' => 'Puntos de impulso', 'LBL_MOMENTUM_SCORE' => 'Puntuación de impulso', 'LBL_MOMENTUM_SCORING' => 'Puntuación de impulso', 'LBL_WEB_HOOKS' => 'Web Hooks', 'LBL_START_NEXT_JOURNEY_ID' => 'Iniciar el siguiente Id de Smart Guide', 'LBL_IS_JOURNEY_SAVED' => 'Es una guía inteligente guardada', 'LBL_MODULE_NAME_SINGULAR' => 'Fases de la guía inteligente', 'LBL_RECORD_BODY' => 'Resumen', ];