/
var
/
www
/
html
/
sugardemo
/
modules
/
ContractTypes
/
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_ID' => 'ID', 'LBL_DATE_ENTERED' => 'Date de création', 'LBL_DATE_MODIFIED' => 'Date de modification', 'LBL_MODIFIED_USER_ID' => 'Modifié par (ID)', 'LBL_CREATED_BY' => 'Créé par', 'LBL_DELETED' => 'Supprimé', 'LBL_DOCUMENTS' => 'Documents', 'LBL_TYPE_NAME' => 'Nom du type', 'LBL_MODULE_NAME' => 'Type de contrat', 'LBL_MODULE_NAME_SINGULAR' => 'Type de Contrat', 'LBL_MODULE_TITLE' => 'Types de contrat', 'LBL_LIST_FORM_TITLE' => 'Types de contrat', 'LBL_CONTRACT_TYPE' => 'Type de contrat', 'LBL_LIST_ORDER' => 'Ordre :', 'LNK_CONTRACTTYPE_LIST' => 'Types de Contrat', 'LNK_NEW_CONTRACTTYPE' => 'Créer type de contrat', 'LBL_LIST_NAME' => 'Nom', 'LBL_LIST_LIST_ORDER' => 'Ordre', 'LBL_NAME' => 'Nom :', 'NTC_DELETE_CONFIRMATION' => 'Supprimer ce type de contrat ?', 'LBL_DOCUMENTS_SUBPANEL_TITLE' => 'Documents', 'LBL_SEARCH_FORM_TITLE' => 'Recherche parmi les types de contrat', ];