r57655 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57654‎ | r57655 | r57656 >
Date:14:51, 12 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Merge r57654 (l10n fixes)
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads (modified) (history)
  • /branches/wmf-deployment/extensions/LiquidThreads/classes/View.php (modified) (history)
  • /branches/wmf-deployment/extensions/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/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',
@@ -3317,6 +3318,7 @@
33183319 'lqt-feed-reply-intro' => 'Réponse à $3 (sur $1) postée par $2',
33193320 'lqt-newmessages-n' => 'Nouveaux messages ($1)',
33203321 'lqt_newmessages' => 'Nouveaux messages',
 3322+ 'lqt-movethread' => 'Déplacer',
33213323 );
33223324
33233325 /** Franco-Provençal (Arpetan)
Index: branches/wmf-deployment/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 }
Property changes on: branches/wmf-deployment/extensions/LiquidThreads
___________________________________________________________________
Name: svn:mergeinfo
663663 - /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57571,57651
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447
664664 + /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57571,57651,57654
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57654LiquidThreads: Adjust translation for "move thread" button. Was incorrectly s...werdna14:37, 12 October 2009

Status & tagging log