Update translation
This commit is contained in:
parent
a8052d8ea4
commit
5f8919c857
@ -902,7 +902,7 @@ if ($id > 0)
|
||||
}
|
||||
|
||||
// Assigned to
|
||||
print '<tr><td class="nowrap">'.$langs->trans("ActionAffectedTo").'</td><td colspan="3">';
|
||||
print '<tr><td class="nowrap">'.$langs->trans("ActionAssignedTo").'</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("ActionAffectedTo").'</td><td colspan="3">';
|
||||
print '<tr><td width="30%" class="nowrap">'.$langs->trans("ActionAssignedTo").'</td><td colspan="3">';
|
||||
$listofuserid=array();
|
||||
if (empty($donotclearsession))
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user