1<?php
2/**
3 * English language strings for the Formular Plugin
4 *
5 * @author  Stephane Chamberland <stephane.chamberland@gmail.com>
6 */
7//$lang[''] = '';
8$lang['name_not_unique'] = 'Following name is not unique';
9$lang['wrong_nb_of_arguments'] = 'Wrong number of arguments given for element';
10$lang['undef_combo'] = 'Undefined ComboBox name';
11$lang['cannot_open'] = "Could not open file";
12$lang['received_on'] = 'Received On';
13$lang['pls_choose'] = 'Please choose...';
14$lang['len_not_num'] = 'Constraints length value is not numeric';
15$lang['minlen_not_num'] = 'Constraints minLength value is not numeric';
16$lang['maxlen_not_num'] = 'Constraints maxLength value is not numeric';
17$lang['wrong_kw'] = 'Failure in keyword';
18$lang['filesize_exceeded'] = 'The given file is too big';
19
20//Setup VIM: ex: et ts=2 enc=utf-8 :