r27666 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r27665‎ | r27666 | r27667 >
Date:10:21, 20 November 2007
Author:raymond
Status:old
Tags:
Comment:
* Don't translate 'changeauthor-short' to other languages. It is the name of the special page and at least all non ASCII characters break the special page.
Modified paths:
  • /trunk/extensions/ChangeAuthor/ChangeAuthor.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ChangeAuthor/ChangeAuthor.i18n.php
@@ -26,7 +26,7 @@
2727 $allMessages = array(
2828 'en' => array(
2929 'changeauthor' => 'Change revision author',
30 - 'changeauthor-short' => 'ChangeAuthor',
 30+ 'changeauthor-short' => 'ChangeAuthor', # don't translate or duplicate this message to other languages
3131 'changeauthor-title' => 'Change the author of a revision',
3232 'changeauthor-search-box' => 'Search revisions',
3333 'changeauthor-pagename-or-revid' => 'Article name or revision ID:',
@@ -50,7 +50,6 @@
5151 ),
5252 'ar' => array(
5353 'changeauthor' => 'غير مؤلف النسخة',
54 - 'changeauthor-short' => 'غير المؤلف',
5554 'changeauthor-title' => 'غير مؤلف نسخة',
5655 'changeauthor-search-box' => 'ابحث في النسخ',
5756 'changeauthor-pagename-or-revid' => 'اسم المقالة أو رقم النسخة:',
@@ -96,7 +95,6 @@
9796 ),
9897 'hsb' => array(
9998 'changeauthor' => 'Wersijoweho awtora změnić',
100 - 'changeauthor-short' => 'ChangeAuthor',#identical but defined
10199 'changeauthor-title' => 'Awtora wersije změnić',
102100 'changeauthor-search-box' => 'Wersije pytać',
103101 'changeauthor-pagename-or-revid' => 'Mjeno nastawka abo ID wersije:',
@@ -118,7 +116,6 @@
119117 ),
120118 'nl' => array(
121119 'changeauthor' => 'Auteur versie wijzigen',
122 - 'changeauthor-short' => 'AuteurWijzigen',
123120 'changeauthor-title' => 'De auteur van een bewerkingsversie wijzigen',
124121 'changeauthor-search-box' => 'Versies zoeken',
125122 'changeauthor-pagename-or-revid' => 'Paginanaam of versienummer:',

Status & tagging log