1<?php
2/**
3 * English language file
4 *
5 * @author Daniel Dias Rodrigues <danieldiasr@gmail.com>
6 */
7$lang['error']                = "ERROR:";
8$lang['no_such_function']     = "there is no such function!";
9$lang['not_enough_params']    = "not enough parameters were provided!";
10$lang['empty_test_parameter'] = "test parameter cannot be empty!";
11$lang['invalid_syntax']       = "invalid syntax!";
12$lang['invalid_expression']   = 'expression contains invalid characters.';
13$lang['undefined_result']     = 'indefinite or not numerical result.';
14$lang['evaluation_error']     = 'error evaluating the expression.';
15
16