]> git.p6c8.net - jirafeau.git/blobdiff - lib/lang.php
typo : accept of our / accept our
[jirafeau.git] / lib / lang.php
old mode 100755 (executable)
new mode 100644 (file)
index b1265f8..86ffd4d
@@ -1,7 +1,7 @@
 <?php\r
 /*\r
  *  Jirafeau, your web file repository\r
 <?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
  *\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
@@ -23,7 +23,7 @@
                           'fr' => 'Français');\r
 \r
 /* Translation */\r
                           'fr' => 'Français');\r
 \r
 /* Translation */\r
-function _ ($text)\r
+function t ($text)\r
 {\r
     $cfg = $GLOBALS['cfg'];\r
     $languages_list = $GLOBALS['languages_list'];\r
 {\r
     $cfg = $GLOBALS['cfg'];\r
     $languages_list = $GLOBALS['languages_list'];\r
@@ -54,4 +54,4 @@ function _ ($text)
     return ($text);\r
 }\r
 \r
     return ($text);\r
 }\r
 \r
-?>
\ No newline at end of file
+?>\r

patrick-canterino.de