r53329 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53328‎ | r53329 | r53330 >
Date:20:35, 15 July 2009
Author:raymond
Status:deferred
Tags:
Comment:
Follow-up r53297: fix special page name and encoding in 'it' messages
Per chat with Marco27
Modified paths:
  • /trunk/extensions/freenodeChat/freenodeChat.i18n.php (modified) (history)
  • /trunk/extensions/freenodeChat/freenodeChat_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/freenodeChat/freenodeChat_body.php
@@ -7,7 +7,7 @@
88 class FreenodeChat extends SpecialPage {
99
1010 function __construct() {
11 - SpecialPage::SpecialPage( 'FreenodeChat', 'freenode-chat' );
 11+ SpecialPage::SpecialPage( 'FreenodeChat', 'freenodechat' );
1212 }
1313
1414 function execute( $par ) {
Index: trunk/extensions/freenodeChat/freenodeChat.i18n.php
@@ -23,7 +23,7 @@
2424 'freenodechat-desc' => 'Aggiunge una [[Special:FreenodeChat|pagina speciale]] usata per chattare in tempo reale con altri utenti wiki (usando il client web IRC di freenode)',
2525 'freenodechat-header' => 'Questa pagina speciale ti permette di collaborare in tempo reale con altri utenti della wiki.
2626 Per connetterti premi semplicemente il pulsante "Connect".
27 -Se sei giàloggato il tuo nickname saràpreinserito.
 27+Se sei già loggato il tuo nickname sarà preinserito.
2828 Gli utenti anonimi devono inserirne uno a loro scelta nel campo "Nickname"',
2929 'right-freenodechat' => 'Autorizzato a usare la chat',
3030 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53297* Tweak message keys to be consistent...raymond08:07, 15 July 2009

Status & tagging log