poche / pocket / bolsillo / Tasche & more

This commit is contained in:
Nicolas Lœuillet
2013-08-02 10:39:03 +02:00
parent 02ea9f0769
commit 2ee436eaa1
8 changed files with 136 additions and 21 deletions

View File

@ -15,7 +15,7 @@ class MyTool
define('START_TIME', microtime(true));
if (phpversion() < 5) {
die("Argh you don't have PHP 5 !");
die(_('Oops, it seems you don\'t have PHP 5.'));
}
error_reporting(E_ALL);