/
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' => 'Le mie fasi della Guida Intelligente', 'LBL_LIST_FORM_TITLE' => 'Elenco fasi della Guida Intelligente', 'LBL_MODULE_TITLE' => 'Fasi della Guida Intelligente', 'LBL_MODULE_NAME' => 'Fasi della Guida Intelligente', 'LBL_NEW_FORM_TITLE' => 'Nuova fase della Guida Intelligente', 'LBL_PROGRESS' => 'Avanzamento', 'LBL_REMOVE' => 'Rimuovi', 'LBL_SEARCH_FORM_TITLE' => 'Cerca le fasi della Guida Intelligente', 'LBL_SORT_ORDER' => 'Ordine', 'LNK_LIST' => 'Fasi della Guida Intelligente', 'LNK_NEW_RECORD' => 'Crea fase della Guida Intelligente', 'LBL_LABEL' => 'Etichetta', 'LNK_VIEW_RECORDS' => 'Visualizza fasi della Guida Intelligente', 'LNK_DRI_SUBWORKFLOW_LIST' => 'Visualizza le fasi della Guida Intelligente', 'LBL_ADD_TASK_BUTTON_TITLE' => 'Crea compito', 'LBL_ADD_MEETING_BUTTON_TITLE' => 'Pianifica riunione', 'LBL_ADD_CALL_BUTTON_TITLE' => 'Pianifica chiamata', 'LBL_LINK_TASK_BUTTON_TITLE' => 'Collega attività esistente', 'LBL_LINK_MEETING_BUTTON_TITLE' => 'Collega riunione esistente', 'LBL_LINK_CALL_BUTTON_TITLE' => 'Collega chiamata esistente', 'LBL_SCORING' => 'Punteggio', 'LBL_SCORE' => 'Punteggio', 'LBL_POINTS' => 'Punti', 'LBL_CURRENT_STAGE_AT' => 'Fase corrente a', 'LBL_DATE_STARTED' => 'Data di inizio', 'LBL_DATE_COMPLETED' => 'Data di completamento', 'LBL_MOMENTUM_RATIO' => 'Impulso', 'LBL_MOMENTUM_POINTS' => 'Punti dell'impulso', 'LBL_MOMENTUM_SCORE' => 'Punteggio dell'impulso', 'LBL_MOMENTUM_SCORING' => 'Punteggio dell'impulso', 'LBL_WEB_HOOKS' => 'Web hook', 'LBL_START_NEXT_JOURNEY_ID' => 'Avvia l'Id della Guida Intelligente successiva', 'LBL_IS_JOURNEY_SAVED' => 'La Guida Intelligente è salvata?', 'LBL_MODULE_NAME_SINGULAR' => 'Fasi della Guida Intelligente', 'LBL_RECORD_BODY' => 'Panoramica', ];