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