<?php
/**
 * French language strings for the Formular Plugin
 *
 * @author  Stephane Chamberland <stephane.chamberland@gmail.com>
 */
//$lang[''] = '';
$lang['name_not_unique'] = "Le nom suivant n'est pas unique";
$lang['wrong_nb_of_arguments'] = "Mauvais nombre d'argument pour l'element suivant";
$lang['undef_combo'] = 'Nom du ComboBox indefini';
$lang['cannot_open'] = "impossible d'ouvrir le fichier";
$lang['received_on'] = 'Recu le';
$lang['pls_choose'] = 'SVP choisir ...';
$lang['len_not_num'] = 'Contrainte lenght est non-numerique';
$lang['minlen_not_num'] = 'Contrainte minLength est non-numerique';
$lang['maxlen_not_num'] = 'Contrainte maxLength est non-numerique';
$lang['wrong_kw'] = 'Probleme de keyword';
$lang['filesize_exceeded'] = 'The given file is too big';

//Setup VIM: ex: et ts=2 enc=utf-8 :