From: T.D. Corell Date: Wed, 17 Sep 2003 19:45:19 +0000 (+0000) Subject: Added translation phrases in wlCutoffLinks(). X-Git-Tag: 1.1.0~258 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=1aedd5e7f60d7011424eafa83231518d155e76ea;p=lhc%2Fweb%2Fwiklou.git Added translation phrases in wlCutoffLinks(). --- diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 0b7374c1dd..cadf1f96b8 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -209,9 +209,9 @@ function wlCutoffLinks( $days, $limit, $page = "Watchlist" ) $days[$i++] = wlDaysLink( $d, $page ); } return - "Show last " . - implode(" | ", $hours) . " hours " . - implode(" | ", $days) . " days " . + wfMsg ("wlshowlast") . + implode(" | ", $hours) . wfMsg("wlhours") . + implode(" | ", $days) . wfMsg("wldays") . wlDaysLink( 0, $page ); # $note = wfMsg( "rclinks", $cl, $dl, $mlink ); }