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