<?php
$lang['calc_description']      = 'Lil calculator.
                                  Example: "calc:2+3*4="
				  All the php math functions are allowed.
				  Example 2: "calc:round(sin(pi()/4),3)="
				  You can display the expression before the result adding a ">" before the "=".
				  Example 3: "calc:2*M_PI*5>="';
$lang['calc_erreur']           = 'Calc Error: ';
$lang['calc_valeurincorrecte'] = 'Bad value...';

$lang['calc_sepdec']           = '.';
$lang['calc_sepmil']           = ',';
