Fix trans
This commit is contained in:
parent
51ce4804dd
commit
9eee61e6b7
@ -558,7 +558,7 @@ if ($object->fetch($id) >= 0)
|
|||||||
{
|
{
|
||||||
if ($object->statut < 2)
|
if ($object->statut < 2)
|
||||||
{
|
{
|
||||||
print '<tr '.$bc[false].'><td colspan="8">';
|
print '<tr '.$bc[false].'><td colspan="8" class="opacitymedium">';
|
||||||
print $langs->trans("NoTargetYet");
|
print $langs->trans("NoTargetYet");
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -142,7 +142,7 @@ Update=Update
|
|||||||
AddActionToDo=Add event to do
|
AddActionToDo=Add event to do
|
||||||
AddActionDone=Add event done
|
AddActionDone=Add event done
|
||||||
Close=Close
|
Close=Close
|
||||||
CloseBox=Remove box from your dashboard
|
CloseBox=Remove widget from your dashboard
|
||||||
Confirm=Confirm
|
Confirm=Confirm
|
||||||
ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b> ?
|
ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b> ?
|
||||||
Delete=Delete
|
Delete=Delete
|
||||||
@ -611,7 +611,7 @@ RecordsModified=%s records modified
|
|||||||
AutomaticCode=Automatic code
|
AutomaticCode=Automatic code
|
||||||
NotManaged=Not managed
|
NotManaged=Not managed
|
||||||
FeatureDisabled=Feature disabled
|
FeatureDisabled=Feature disabled
|
||||||
MoveBox=Move box %s
|
MoveBox=Move widget
|
||||||
Offered=Offered
|
Offered=Offered
|
||||||
NotEnoughPermissions=You don't have permission for this action
|
NotEnoughPermissions=You don't have permission for this action
|
||||||
SessionName=Session name
|
SessionName=Session name
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user