Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/public_html/core/components/formit/lexicon/fr/ |
<?php /** * FormIt * * Copyright 2009-2012 by Shaun McCormick <shaun@modx.com> * * FormIt is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) any * later version. * * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * A PARTICULAR PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along with * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307 USA * * @package formit */ /** * Default Lexicon Topic * * @package formit * @subpackge lexicon */ $_lang['formit.contains'] = 'Votre valeur doit contenir la phrase "[[+value]]".'; $_lang['formit.email_invalid'] = 'Entrez une adresse courriel valide.'; $_lang['formit.email_invalid_domain'] = 'Votre adresse courriel n\'a pas un nom de domaine valide.'; $_lang['formit.email_no_recipient'] = 'Spécifiez un ou plusieurs destinataires du courriel.'; $_lang['formit.email_not_sent'] = 'Une erreur s\'est produite lors de l\'envoi du courriel.'; $_lang['formit.email_tpl_nf'] = 'Spécifiez un modéle de courriel.'; $_lang['formit.field_not_empty'] = 'Ce champ doit être vide.'; $_lang['formit.field_required'] = 'Ce champ est obligatoire.'; $_lang['formit.max_length'] = 'Ce champ ne peut pas être plus long que [[+length]] caractéres.'; $_lang['formit.max_value'] = 'Ce champ ne peut pas être plus grand que [[+value]].'; $_lang['formit.min_length'] = 'Ce champ doit contenir au moins [[+length]] caractéres.'; $_lang['formit.min_value'] = 'Ce champ ne peut pas être plus petit que [[+value]].'; $_lang['formit.not_date'] = 'Ce champ doit contenir une date valide.'; $_lang['formit.not_lowercase'] = 'Ce champ doit être en minuscule.'; $_lang['formit.not_number'] = 'Ce champ doit être un nombre valide.'; $_lang['formit.not_uppercase'] = 'Ce champ doit être en majuscules.'; $_lang['formit.password_dont_match'] = 'Les mots de passe ne correspondent pas.'; $_lang['formit.password_not_confirmed'] = 'Confirmez le mot de passe.'; $_lang['formit.range_invalid'] = 'Valeurs invalides.'; $_lang['formit.range'] = 'La valeur doit être comprise entre [[+min]] et [[+max]].'; $_lang['formit.recaptcha_err_load'] = 'Le service ReCaptcha n\'a pas pu charger la classe.'; $_lang['formit.spam_blocked'] = 'Votre inscription a été bloquée par un filtre anti-spam: '; $_lang['formit.spam_marked'] = ' - marqués comme spam.'; $_lang['formit.username_taken'] = 'Ce nom d\'utilisateur existe déjà , choisissez en un autre.';