/
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' => 'Mes étapes du guide intelligent', 'LBL_LIST_FORM_TITLE' => 'Liste des étapes du guide intelligent', 'LBL_MODULE_TITLE' => 'Étapes du guide intelligent', 'LBL_MODULE_NAME' => 'Étapes du guide intelligent', 'LBL_NEW_FORM_TITLE' => 'Nouvelle étape du guide intelligent', 'LBL_PROGRESS' => 'Progression', 'LBL_REMOVE' => 'Supprimer', 'LBL_SEARCH_FORM_TITLE' => 'Rechercher les étapes du guide intelligent', 'LBL_SORT_ORDER' => 'Ordre', 'LNK_LIST' => 'Étapes du guide intelligent', 'LNK_NEW_RECORD' => 'Créer une étape du guide intelligent', 'LBL_LABEL' => 'Libellé', 'LNK_VIEW_RECORDS' => 'Afficher les étapes du guide intelligent', 'LNK_DRI_SUBWORKFLOW_LIST' => 'Afficher les étapes du guide intelligent', 'LBL_ADD_TASK_BUTTON_TITLE' => 'Créer une tâche', 'LBL_ADD_MEETING_BUTTON_TITLE' => 'Planifier une Réunion', 'LBL_ADD_CALL_BUTTON_TITLE' => 'Planifier un appel', 'LBL_LINK_TASK_BUTTON_TITLE' => 'Lier une tâche existante', 'LBL_LINK_MEETING_BUTTON_TITLE' => 'Lier une réunion existante', 'LBL_LINK_CALL_BUTTON_TITLE' => 'Lier un appel existant', 'LBL_SCORING' => 'Notation', 'LBL_SCORE' => 'Note', 'LBL_POINTS' => 'Points', 'LBL_CURRENT_STAGE_AT' => 'Étape actuelle à', 'LBL_DATE_STARTED' => 'Date de début', 'LBL_DATE_COMPLETED' => 'Date d’achèvement', 'LBL_MOMENTUM_RATIO' => 'Élan', 'LBL_MOMENTUM_POINTS' => 'Points d’élan', 'LBL_MOMENTUM_SCORE' => 'Note de l'élan', 'LBL_MOMENTUM_SCORING' => 'Notation de l'élan', 'LBL_WEB_HOOKS' => 'Webhooks', 'LBL_START_NEXT_JOURNEY_ID' => 'Démarrer l'ID du guide intelligent suivant', 'LBL_IS_JOURNEY_SAVED' => 'Est un guide intelligent enregistré', 'LBL_MODULE_NAME_SINGULAR' => 'Étapes du guide intelligent', 'LBL_RECORD_BODY' => 'Aperçu', ];