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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
5f8919c8
Commit
5f8919c8
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Update translation
parent
a8052d8e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/comm/action/card.php
+2
-2
2 additions, 2 deletions
htdocs/comm/action/card.php
htdocs/langs/en_US/agenda.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/agenda.lang
htdocs/langs/fr_FR/agenda.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/fr_FR/agenda.lang
with
4 additions
and
2 deletions
htdocs/comm/action/card.php
+
2
−
2
View file @
5f8919c8
...
...
@@ -902,7 +902,7 @@ if ($id > 0)
}
// Assigned to
print
'<tr><td class="nowrap">'
.
$langs
->
trans
(
"ActionA
ffect
edTo"
)
.
'</td><td colspan="3">'
;
print
'<tr><td class="nowrap">'
.
$langs
->
trans
(
"ActionA
ssign
edTo"
)
.
'</td><td colspan="3">'
;
$listofuserid
=
array
();
if
(
empty
(
$donotclearsession
))
{
...
...
@@ -1072,7 +1072,7 @@ if ($id > 0)
}
// Assigned to
print
'<tr><td width="30%" class="nowrap">'
.
$langs
->
trans
(
"ActionA
ffect
edTo"
)
.
'</td><td colspan="3">'
;
print
'<tr><td width="30%" class="nowrap">'
.
$langs
->
trans
(
"ActionA
ssign
edTo"
)
.
'</td><td colspan="3">'
;
$listofuserid
=
array
();
if
(
empty
(
$donotclearsession
))
{
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/agenda.lang
+
1
−
0
View file @
5f8919c8
...
...
@@ -29,6 +29,7 @@ ActionsToDoBy=Events assigned to
ActionsDoneBy=Events done by
ActionsForUser=Events for user
ActionsForUsersGroup=Events for all users of group
ActionAssignedTo=Event assigned to
AllMyActions= All my events/tasks
AllActions= All events/tasks
ViewList=List view
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/agenda.lang
+
1
−
0
View file @
5f8919c8
...
...
@@ -29,6 +29,7 @@ ActionsToDoBy=Événements affectés à
ActionsDoneBy=Événements réalisés par
ActionsForUser=Evénements de l'utilisateur
ActionsForUsersGroup=Evénements de tous les utilisateurs du groupe
ActionAssignedTo=Événement assigné à
AllMyActions= Tous mes événements
AllActions= Tous les événements
ViewList=Vue liste
...
...
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