/
var
/
www
/
html
/
sugar9
/
modules
/
Help
/
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 = array ( 'LBL_MODULE_NAME' => 'Comptes', 'LBL_MODULE_NAME_SINGULAR' => 'Compte', 'LBL_MODULE_TITLE' => 'Comptes', 'LBL_SEARCH_FORM_TITLE' => 'Rechercher un Compte', 'LBL_LIST_FORM_TITLE' => 'Liste des Comptes', 'LBL_NEW_FORM_TITLE' => 'Créer Compte', 'LNK_NEW_CONTACT' => 'Créer Contact', 'LNK_NEW_ACCOUNT' => 'Créer Compte', 'LNK_NEW_OPPORTUNITY' => 'Créer une Affaire', 'LNK_NEW_CASE' => 'Créer Ticket', 'LNK_NEW_NOTE' => 'Créer Note', 'LNK_NEW_CALL' => 'Planifier Appel', 'LNK_NEW_EMAIL' => 'Archiver Email', 'LNK_NEW_MEETING' => 'Planifier Réunion', 'LNK_NEW_TASK' => 'Créer Tâche', 'ERR_DELETE_RECORD' => 'Un ID doit être spécifié pour toute suppression.', ); ?>