* @author Arnaud Fouquaut */ // settings must be present and set appropriately for the language $lang['encoding'] = 'utf-8'; $lContact Formang['direction'] = 'ltr'; // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'Formulaire de contact'; // custom language strings for the plugin $lang["field"] = 'Champ'; $lang["value"] = 'Valeur'; $lang["name"] = 'Votre nom'; $lang["email"] = 'Votre adresse électronique'; $lang["subject"] = 'Sujet'; $lang["content"] = 'Message'; $lang["contact"] = 'Envoyer'; $lang["verify"] = 'Enter \'HUMAN\''; // error messages $lang["error"] = "Une erreur d'origine inconnue est arrivée."; //Setup VIM: ex: et ts=2 enc=utf-8 : ?>