]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/MyTool.class.php
poche / pocket / bolsillo / Tasche & more
[github/wallabag/wallabag.git] / inc / MyTool.class.php
index 8206f3f7fa233028a6094e5edcc92b962f81d774..b11f18e9784807f54093edd86ad2735f1e88ba15 100644 (file)
@@ -1,4 +1,13 @@
 <?php
+/**
+ * poche, a read it later open source system
+ *
+ * @category   poche
+ * @author     Nicolas LÅ“uillet <support@inthepoche.com>
+ * @copyright  2013
+ * @license    http://www.wtfpl.net/ see COPYING file
+ */
 class MyTool
 {
     public static function initPhp()
@@ -6,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);