Label week too long with some language
This commit is contained in:
parent
88dcb27981
commit
216ec6ac4b
@ -256,6 +256,7 @@ DurationDays=days
|
||||
Year=Year
|
||||
Month=Month
|
||||
Week=Week
|
||||
WeekShort=Week
|
||||
Day=Day
|
||||
Hour=Hour
|
||||
Minute=Minute
|
||||
|
||||
@ -291,7 +291,7 @@ $param=($mode?'&mode='.$mode:'');
|
||||
|
||||
// Show navigation bar
|
||||
$nav ="<a href=\"?year=".$prev_year."&month=".$prev_month."&day=".$prev_day.$param."\">".img_previous($langs->trans("Previous"))."</a>\n";
|
||||
$nav.=" <span id=\"month_name\">".dol_print_date(dol_mktime(0,0,0,$first_month,$first_day,$first_year),"%Y").", ".$langs->trans("Week")." ".$week." </span>\n";
|
||||
$nav.=" <span id=\"month_name\">".dol_print_date(dol_mktime(0,0,0,$first_month,$first_day,$first_year),"%Y").", ".$langs->trans("WeekShort")." ".$week." </span>\n";
|
||||
$nav.="<a href=\"?year=".$next_year."&month=".$next_month."&day=".$next_day.$param."\">".img_next($langs->trans("Next"))."</a>\n";
|
||||
$nav.=" (<a href=\"?year=".$nowyear."&month=".$nowmonth."&day=".$nowday.$param."\">".$langs->trans("Today")."</a>)";
|
||||
$nav.='<br>'.$form->select_date(-1,'',0,0,2,"addtime",1,0,1).' ';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user