Trans
This commit is contained in:
parent
cfb41d4329
commit
da7b433cd0
@ -539,7 +539,8 @@ if ($showweather)
|
|||||||
$boxwork.='<td class="nohover hideonsmartphone center valignmiddle">';
|
$boxwork.='<td class="nohover hideonsmartphone center valignmiddle">';
|
||||||
$text='';
|
$text='';
|
||||||
if ($totallate > 0) $text=$langs->transnoentitiesnoconv("WarningYouHaveAtLeastOneTaskLate").' ('.$langs->transnoentitiesnoconv("NActionsLate",$totallate.(!empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE) ? '%' : '')).')';
|
if ($totallate > 0) $text=$langs->transnoentitiesnoconv("WarningYouHaveAtLeastOneTaskLate").' ('.$langs->transnoentitiesnoconv("NActionsLate",$totallate.(!empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE) ? '%' : '')).')';
|
||||||
$text.='. '.$langs->trans("LateDesc");
|
else $text=$langs->transnoentitiesnoconv("NoItemLate");
|
||||||
|
$text.='. '.$langs->transnoentitiesnoconv("LateDesc");
|
||||||
//$text.=$form->textwithpicto('',$langs->trans("LateDesc"));
|
//$text.=$form->textwithpicto('',$langs->trans("LateDesc"));
|
||||||
$options='height="64px"';
|
$options='height="64px"';
|
||||||
$boxwork.=showWeather($totallate,$text,$options);
|
$boxwork.=showWeather($totallate,$text,$options);
|
||||||
|
|||||||
@ -507,6 +507,7 @@ NoneF=None
|
|||||||
NoneOrSeveral=None or several
|
NoneOrSeveral=None or several
|
||||||
Late=Late
|
Late=Late
|
||||||
LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
|
LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
|
||||||
|
NoItemLate=No late item
|
||||||
Photo=Picture
|
Photo=Picture
|
||||||
Photos=Pictures
|
Photos=Pictures
|
||||||
AddPhoto=Add picture
|
AddPhoto=Add picture
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user