/
var
/
www
/
html
/
sugardemo
/
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' => 'As Minhas Fases do Guia Inteligente', 'LBL_LIST_FORM_TITLE' => 'Lista de Fases do Guia Inteligente', 'LBL_MODULE_TITLE' => 'Fases do Guia Inteligente', 'LBL_MODULE_NAME' => 'Fases do Guia Inteligente', 'LBL_NEW_FORM_TITLE' => 'Nova Fase do Guia Inteligente', 'LBL_PROGRESS' => 'Progresso', 'LBL_REMOVE' => 'Remover', 'LBL_SEARCH_FORM_TITLE' => 'Pesquisar Fases do Guia Inteligente', 'LBL_SORT_ORDER' => 'Ordem', 'LNK_LIST' => 'Fases do Guia Inteligente', 'LNK_NEW_RECORD' => 'Criar Fase do Guia Inteligente', 'LBL_LABEL' => 'Rótulo', 'LNK_VIEW_RECORDS' => 'Visualizar Fases do Guia Inteligente', 'LNK_DRI_SUBWORKFLOW_LIST' => 'Visualizar Fases do Guia Inteligente', 'LBL_ADD_TASK_BUTTON_TITLE' => 'Criar Tarefa', 'LBL_ADD_MEETING_BUTTON_TITLE' => 'Agendar Reunião', 'LBL_ADD_CALL_BUTTON_TITLE' => 'Agendar Chamada', 'LBL_LINK_TASK_BUTTON_TITLE' => 'Associar Tarefa Existente', 'LBL_LINK_MEETING_BUTTON_TITLE' => 'Associar Reunião Existente', 'LBL_LINK_CALL_BUTTON_TITLE' => 'Associar Chamada Existente', 'LBL_SCORING' => 'Classificação', 'LBL_SCORE' => 'Pontuação', 'LBL_POINTS' => 'Pontos', 'LBL_CURRENT_STAGE_AT' => 'Fase Atual Em', 'LBL_DATE_STARTED' => 'Data do Início', 'LBL_DATE_COMPLETED' => 'Data da Conclusão', 'LBL_MOMENTUM_RATIO' => 'Ímpeto', 'LBL_MOMENTUM_POINTS' => 'Pontos do Ímpeto', 'LBL_MOMENTUM_SCORE' => 'Pontuação do Ímpeto', 'LBL_MOMENTUM_SCORING' => 'Classificação do Ímpeto', 'LBL_WEB_HOOKS' => 'Web Hooks', 'LBL_START_NEXT_JOURNEY_ID' => 'Iniciar Próximo ID do Guia Inteligente', 'LBL_IS_JOURNEY_SAVED' => 'É Guia Inteligente Guardada', 'LBL_MODULE_NAME_SINGULAR' => 'Fases do Guia Inteligente', 'LBL_RECORD_BODY' => 'Visão Geral', ];