Index: trunk/extensions/CentralNotice/special/SpecialCentralNoticeLogs.php |
— | — | @@ -160,7 +160,7 @@ |
161 | 161 | $wgLang->date( $row->notlog_timestamp ) . ' ' . $wgLang->time( $row->notlog_timestamp ) |
162 | 162 | ); |
163 | 163 | $htmlOut .= Xml::tags( 'td', array( 'valign' => 'top', 'class' => 'primary' ), |
164 | | - $userLink.' ('.$userTalkLink.')' |
| 164 | + wfMsg ( 'centralnotice-user-links', $userLink, $userTalkLink ) |
165 | 165 | ); |
166 | 166 | $htmlOut .= Xml::tags( 'td', array( 'valign' => 'top', 'class' => 'primary' ), |
167 | 167 | $row->notlog_action |
Index: trunk/extensions/CentralNotice/CentralNotice.i18n.php |
— | — | @@ -159,6 +159,7 @@ |
160 | 160 | 'centralnotice-banners-changed' => 'Banner assignments were changed', |
161 | 161 | 'centralnotice-no-assignments' => 'no banners assigned', |
162 | 162 | 'centralnotice-talk-link' => 'talk', |
| 163 | + 'centralnotice-user-links' => '$1 ($2)', |
163 | 164 | ); |
164 | 165 | |
165 | 166 | /** Message documentation (Message documentation) |
— | — | @@ -249,6 +250,7 @@ |
250 | 251 | 'centralnotice-action' => '{{Identical|Action}}', |
251 | 252 | 'centralnotice-no-assignments' => 'Appears in the middle of a sentence; should be all lower case.', |
252 | 253 | 'centralnotice-talk-link' => 'Link for user talk page; should be lower case.', |
| 254 | + 'centralnotice-user-links' => '$1 is a link to the user page, $2 is a link to the user talk page.', |
253 | 255 | ); |
254 | 256 | |
255 | 257 | /** Afrikaans (Afrikaans) |