Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -939,7 +939,10 @@ |
940 | 940 | |
941 | 941 | $thumbnail = $file->transform( $params ); |
942 | 942 | $options = array( |
943 | | - 'alt' => wfMsg( 'filehist-thumbtext', $wgLang->timeAndDate( $timestamp, true ) ), |
| 943 | + 'alt' => wfMsg( 'filehist-thumbtext', |
| 944 | + $wgLang->timeAndDate( $timestamp, true ), |
| 945 | + $wgLang->date( $timestamp, true ), |
| 946 | + $wgLang->time( $timestamp, true ) ), |
944 | 947 | 'file-link' => true, |
945 | 948 | ); |
946 | 949 | |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -1359,7 +1359,10 @@ |
1360 | 1360 | 'filehist-thumb' => 'Shown in the file history list of a file desription page. |
1361 | 1361 | |
1362 | 1362 | Example: [[:Image:Addon-icn.png]]', |
1363 | | -'filehist-thumbtext' => "Shown in the file history list of a file description page. '''$1''' is a time followed by a date, e.g. ''10:23, 18 april 2007''. |
| 1363 | +'filehist-thumbtext' => "Shown in the file history list of a file description page. |
| 1364 | +* '''$1''' is a time followed by a date, e.g. ''10:23, 18 april 2007''. |
| 1365 | +* '''$2''' is the date, |
| 1366 | +* '''$3''' is the time. |
1364 | 1367 | |
1365 | 1368 | Example: [[wikipedia:Image:Madeleine close2.jpg]]", |
1366 | 1369 | 'filehist-nothumb' => 'Shown if no thumbnail is available in the file history list of a file desription page. |