Added translation phrases in wlCutoffLinks().
authorT.D. Corell <smurf-wiki@users.mediawiki.org>
Wed, 17 Sep 2003 19:45:19 +0000 (19:45 +0000)
committerT.D. Corell <smurf-wiki@users.mediawiki.org>
Wed, 17 Sep 2003 19:45:19 +0000 (19:45 +0000)
includes/SpecialWatchlist.php

index 0b7374c..cadf1f9 100644 (file)
@@ -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 );
 }