Skip to content
Snippets Groups Projects
Commit b919a64b authored by Regis Houssin's avatar Regis Houssin
Browse files

Ajout traduction

parent 1fd1436c
Branches
No related tags found
No related merge requests found
...@@ -19,3 +19,4 @@ Task=Task ...@@ -19,3 +19,4 @@ Task=Task
NewTask=New task NewTask=New task
Activity=Activity Activity=Activity
MyActivity=My activity MyActivity=My activity
DurationEffective=Effective duration
\ No newline at end of file
...@@ -19,3 +19,4 @@ Task=T ...@@ -19,3 +19,4 @@ Task=T
NewTask=Nouvelle tche NewTask=Nouvelle tche
Activity=Activit Activity=Activit
MyActivity=Mon activit MyActivity=Mon activit
DurationEffective=Dure effective
\ No newline at end of file
...@@ -31,6 +31,8 @@ require("./pre.inc.php"); ...@@ -31,6 +31,8 @@ require("./pre.inc.php");
if (!$user->rights->projet->lire) accessforbidden(); if (!$user->rights->projet->lire) accessforbidden();
$langs->load('projects');
Function PLines(&$inc, $parent, $lines, &$level, &$var) Function PLines(&$inc, $parent, $lines, &$level, &$var)
{ {
$form = new Form($db); // $db est null ici mais inutile pour la fonction select_date() $form = new Form($db); // $db est null ici mais inutile pour la fonction select_date()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment