r176 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r175‎ | r176 | r177 >
Date:18:03, 20 February 2002
Author:vibber
Status:old
Tags:
Comment:
Removed hardcoded English strings in special:WantedPages,PopularPages
Modified paths:
  • /trunk/phpwiki/fpw/special_wantedpages.php (modified) (history)
  • /trunk/phpwiki/fpw/wikiTextEn.php (modified) (history)
  • /trunk/phpwiki/fpw/wikiTextEo.php (modified) (history)

Diff [purge]

Index: trunk/phpwiki/fpw/special_wantedpages.php
@@ -1,10 +1,10 @@
22 <?
33
44 function WantedPages () {
5 - global $vpage , $wikiWantedText , $wikiWantedLine ;
 5+ global $vpage , $wikiWantedText , $wikiWantedLine , $wikiWantedTitle ;
66 global $wikiGetDate ;
77
8 - $vpage->special ( "The Most Wanted Pages" ) ;
 8+ $vpage->special ( $wikiWantedTitle ) ;
99 $vpage->namespace = "" ;
1010
1111 $ret = $wikiWantedText ;
Index: trunk/phpwiki/fpw/wikiTextEn.php
@@ -355,11 +355,13 @@
356356 $wikiLinkhereNoBacklink = "These articles are ''not'' linked back from [[$1]]:" ;
357357 $wikiBacklinkNolink = "There are no articles that link to [[$1]]!" ;
358358 $wikiBacklinkFollowing = "The following articles link to [[$1]]:" ;
 359+$wikiWantedTitle = "The Most Wanted Pages" ;
359360 $wikiWantedText = "'''These articles don't exist, but other articles link to them!''' (the top 50)<br>\n" ;
360361 $wikiWantedToggleNumbers = "Click here to toggle the display of page titles starting with numbers (currently $1)" ;
361362 $wikiWantedLine = "$1 is wanted by <b>$2</b> articles <nowiki>(see the <a href=\"$3\">pages that link to \"$4\"</a></nowiki>)" ;
362363 $wikiLastChange = "Last edited $1" ;
363364 $wikiPopularPages = "Most popular" ;
 365+$wikiPopularTitle = "Most Popular Pages" ;
364366 $wikiRefreshThisPage = "Refresh this page" ;
365367 $wikiResourcesWarning = "(Please, do this only when necessary, as this function uses a high amount of system resources)" ;
366368 $wikiNoRefresh = "(The page was last refreshed just $1 minutes ago; please wait another $2 minutes and try again.)" ;
Index: trunk/phpwiki/fpw/wikiTextEo.php
@@ -321,11 +321,13 @@
322322 $wikiLinkhereNoBacklink = "Ĉi tiuj artikoloj ''ne'' estas ligataj el [[$1]]:" ;
323323 $wikiBacklinkNolink = "Neniu artikoloj ligas al [[$1]]!" ;
324324 $wikiBacklinkFollowing = "La jenaj artikoloj ligas al [[$1]]:" ;
 325+$wikiWantedTitle = "La Plej Dezirataj Paĝoj" ;
325326 $wikiWantedText = "'''La jenaj artikoloj ne ekzistas, sed aliaj artikoloj ligas al ili!''' (la unuaj 50)<br>\n" ;
326327 $wikiWantedToggleNumbers = "Klaku ĉi tien por ŝalti montri paĝtitolojn kiuj komencas per cifroj (aktuale $1)" ;
327328 $wikiWantedLine = "$1 deziras de <b>$2</b> artikoloj <nowiki>(vidu tiuj <a href=\"$3\">paĝojn kiuj ligas al \"$4\"</a></nowiki>)" ;
328329 $wikiLastChange = "Laste redaktita $1" ;
329330 $wikiPopularPages = "Plej vizitataj" ;
 331+$wikiPopularTitle = "Plej Vizitataj Paĝoj" ;
330332 $wikiRefreshThisPage = "Rekalkulu ĉi tiun liston" ;
331333 $wikiResourcesWarning = "(Bonvolu faru ĉi tion nur malofte, ĉar tiu funkcio alte taksas la sistemrisorcojn)" ;
332334 $wikiNoRefresh = "(La paĝon estis rekalkulita antaŭ nur $1 minutoj; bonvolu atendi kaj reprovi post $2 minutoj.)" ;

Status & tagging log