/
var
/
www
/
html
/
sugardemo
/
modules
/
WorkFlowAlertShells
/
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. */ /********************************************************************************* * Description: Defines the English language pack for the base application. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. * Contributor(s): ______________________________________.. ********************************************************************************/ $mod_strings = [ 'LBL_MODULE_NAME' => 'Alertes', 'LBL_MODULE_NAME_SINGULAR' => 'Alerte', 'LBL_MODULE_TITLE' => 'Alertes', 'LBL_MODULE_SECTION_TITLE' => 'Ces actions seront effectuées', 'LBL_SEARCH_FORM_TITLE' => 'Recherche alerte de Workflow', 'LBL_LIST_FORM_TITLE' => 'Liste des Alertes', 'LBL_NEW_FORM_TITLE' => 'Créer une Alerte Workflow', 'LBL_LIST_NAME' => 'Nom', 'LBL_LIST_ALERT_TYPE' => 'Type d'Alerte', 'LBL_LIST_ALERT_TEXT' => 'Message d'Alerte', 'LBL_CUSTOM_TEMPLATE_NAME' => 'Modèle personnalisé', 'LBL_NAME' => 'Nom :', 'LBL_ALERT_TEXT' => 'Texte d'Alerte', 'LBL_ALERT_TYPE' => 'Type d'Alerte', 'LBL_SOURCE_TYPE' => 'Type de Source :', 'LBL_LIST_TYPE' => 'Type :', 'LBL_LIST_DETAILS' => 'Détails', 'LNK_NEW_WORKFLOW' => 'Créer de Workflow', 'LNK_WORKFLOW' => 'Liste des Workflows', 'LBL_PARENT_WORKFLOW' => 'Objet Parent du Workflow :', 'LBL_RETURN_TO_WORKFLOW' => 'Retour à la définition de Workflow', 'NTC_REMOVE_ALERT' => 'Êtes-vous sûr de vouloir supprimer cette alerte et tous ses destinataires?', 'LBL_LIST_STATEMENT' => 'Description de l'évenement :', 'STATEMENT_PART1' => 'Envoyer', 'STATEMENT_PART2' => 'en utilisant un', ////////////Old stuff below, eventually move or rename or delete 'LNK_LIST_REPORTMAKER' => 'Liste de Rapports', 'LNK_NEW_REPORTMAKER' => 'Créer un nouveau Rapport', 'LNK_LIST_DATASET' => 'Liste de Jeux de données', 'LNK_NEW_DATASET' => 'Créer un jeu de données', 'LNK_NEW_QUERYBUILDER' => 'Créer Requête', 'LNK_QUERYBUILDER' => 'Générateur de requêtes', 'LBL_ALL_REPORTS' => 'Tous les Rapports', 'NTC_DELETE_CONFIRMATION' => 'Êtes-vous sûr de vouloir supprimer cet enregistrement ?', 'ERR_DELETE_RECORD' => 'Un ID doit être spécifié pour toute suppression.', //Sub panel combo list view 'LBL_NEW_BUTTON_LABEL_ALERT' => 'Créer une Alerte', 'LBL_NEW_BUTTON_KEY_ALERT' => 'A', 'LBL_NEW_BUTTON_TITLE_ALERT' => 'Créer une Alerte [Alt+A]', 'LBL_NEW_BUTTON_LABEL_ACTION' => 'Créer une Action', 'LBL_NEW_BUTTON_KEY_ACTION' => 'C', 'LBL_NEW_BUTTON_TITLE_ACTION' => 'Créer une Action [Alt+C]', 'LBL_MODULE_NAME_COMBO' => 'Alertes', 'LBL_MODULE_NAME_SINGULAR_COMBO' => 'Alerte', 'LNK_ALERT_TEMPLATES' => 'Modèles d'Alerte', 'LNK_PROCESS_VIEW' => 'Ordre d'execution du Workflow', 'LBL_LIST_COMPONENTS' => 'Composants', 'LBL_RECIPIENTS' => 'Destinataires', //Invite Labels 'LBL_MODULE_TITLE_INVITE' => 'Inviter quelqu'un', 'LBL_SHOW' => 'Afficher', 'LBL_RECIPIENT_ERROR' => 'Ce destinataire provoque une erreur et ne peut pas être utilisé.', 'LBL_ALERT_ERRORS' => 'Remarque : Une ou plusieurs des alertes ci-dessous contiennent des erreurs.', ];