]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/lang.php
media/courgette: fix borders in install
[jirafeau_mojo42.git] / lib / lang.php
old mode 100755 (executable)
new mode 100644 (file)
index bf74e8d..89f890f
@@ -1,7 +1,7 @@
 <?php\r
 /*\r
  *  Jirafeau, your web file repository\r
- *  Copyright (C) 2012  Jerome Jutteau <j.jutteau@gmail.com>\r
+ *  Copyright (C) 2015  Jerome Jutteau <j.jutteau@gmail.com>\r
  *\r
  *  This program is free software: you can redistribute it and/or modify\r
  *  it under the terms of the GNU Affero General Public License as\r
@@ -44,7 +44,7 @@ function t ($text)
     if ($found && strcmp ($l, "en"))\r
     {\r
         /* $tr is defined in this requirement. */\r
-        require (JIRAFEAU_ROOT . "lib/lang/$l.php");\r
+        require (JIRAFEAU_ROOT . "lib/lang/lang_$l.php");\r
 \r
         foreach ($tr as $o => $t)\r
             if (strcmp ($text, $o) == 0)\r

patrick-canterino.de