Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
b919a64b
Commit
b919a64b
authored
Dec 7, 2005
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Ajout traduction
parent
1fd1436c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/langs/en_US/projects.lang
+2
-1
2 additions, 1 deletion
htdocs/langs/en_US/projects.lang
htdocs/langs/fr_FR/projects.lang
+2
-1
2 additions, 1 deletion
htdocs/langs/fr_FR/projects.lang
htdocs/projet/tasks/mytasks.php
+2
-0
2 additions, 0 deletions
htdocs/projet/tasks/mytasks.php
with
6 additions
and
2 deletions
htdocs/langs/en_US/projects.lang
+
2
−
1
View file @
b919a64b
...
@@ -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
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/projects.lang
+
2
−
1
View file @
b919a64b
...
@@ -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
This diff is collapsed.
Click to expand it.
htdocs/projet/tasks/mytasks.php
+
2
−
0
View file @
b919a64b
...
@@ -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()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment