r57654 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57653‎ | r57654 | r57655 >
Date:14:37, 12 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
LiquidThreads: Adjust translation for "move thread" button. Was incorrectly sharing the message for "rename". Includes translation to fr.
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/View.php (modified) (history)
  • /trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
@@ -185,6 +185,7 @@
186186 To avoid this, split them from this thread before deleting it.',
187187 'lqt-delete-parent-deleted' => 'Parent thread deleted ($1)',
188188 'lqt-delete-replies-done' => 'All replies to this thread have also been deleted.',
 189+ 'lqt-movethread' => 'Move',
189190
190191 // Rights
191192 'right-lqt-split' => 'Split threads',
@@ -3325,6 +3326,7 @@
33263327 'lqt-feed-reply-intro' => 'Réponse à $3 (sur $1) postée par $2',
33273328 'lqt-newmessages-n' => 'Nouveaux messages ($1)',
33283329 'lqt_newmessages' => 'Nouveaux messages',
 3330+ 'lqt-movethread' => 'Déplacer',
33293331 );
33303332
33313333 /** Franco-Provençal (Arpetan)
Index: trunk/extensions/LiquidThreads/classes/View.php
@@ -655,7 +655,7 @@
656656 if ( $this->user->isAllowed( 'move' ) ) {
657657 $move_href = SpecialPage::getTitleFor( 'MoveThread' )->getFullURL()
658658 . '/' . $thread->title()->getPrefixedURL();
659 - $commands['move'] = array( 'label' => wfMsg( 'move' ),
 659+ $commands['move'] = array( 'label' => wfMsg( 'lqt-movethread' ),
660660 'href' => $move_href,
661661 'enabled' => true );
662662 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r57655Merge r57654 (l10n fixes)werdna14:51, 12 October 2009

Status & tagging log