]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/lang.php
Closes #6 can use several upload passwords in options
[jirafeau_project.git] / lib / lang.php
old mode 100755 (executable)
new mode 100644 (file)
index b1265f8..bf74e8d
@@ -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