Index: trunk/phpwiki/fpw/special_wantedpages.php |
— | — | @@ -1,10 +1,10 @@ |
2 | 2 | <? |
3 | 3 | |
4 | 4 | function WantedPages () { |
5 | | - global $vpage , $wikiWantedText , $wikiWantedLine ; |
| 5 | + global $vpage , $wikiWantedText , $wikiWantedLine , $wikiWantedTitle ; |
6 | 6 | global $wikiGetDate ; |
7 | 7 | |
8 | | - $vpage->special ( "The Most Wanted Pages" ) ; |
| 8 | + $vpage->special ( $wikiWantedTitle ) ; |
9 | 9 | $vpage->namespace = "" ; |
10 | 10 | |
11 | 11 | $ret = $wikiWantedText ; |
Index: trunk/phpwiki/fpw/wikiTextEn.php |
— | — | @@ -355,11 +355,13 @@ |
356 | 356 | $wikiLinkhereNoBacklink = "These articles are ''not'' linked back from [[$1]]:" ; |
357 | 357 | $wikiBacklinkNolink = "There are no articles that link to [[$1]]!" ; |
358 | 358 | $wikiBacklinkFollowing = "The following articles link to [[$1]]:" ; |
| 359 | +$wikiWantedTitle = "The Most Wanted Pages" ; |
359 | 360 | $wikiWantedText = "'''These articles don't exist, but other articles link to them!''' (the top 50)<br>\n" ; |
360 | 361 | $wikiWantedToggleNumbers = "Click here to toggle the display of page titles starting with numbers (currently $1)" ; |
361 | 362 | $wikiWantedLine = "$1 is wanted by <b>$2</b> articles <nowiki>(see the <a href=\"$3\">pages that link to \"$4\"</a></nowiki>)" ; |
362 | 363 | $wikiLastChange = "Last edited $1" ; |
363 | 364 | $wikiPopularPages = "Most popular" ; |
| 365 | +$wikiPopularTitle = "Most Popular Pages" ; |
364 | 366 | $wikiRefreshThisPage = "Refresh this page" ; |
365 | 367 | $wikiResourcesWarning = "(Please, do this only when necessary, as this function uses a high amount of system resources)" ; |
366 | 368 | $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 @@ |
322 | 322 | $wikiLinkhereNoBacklink = "Ĉi tiuj artikoloj ''ne'' estas ligataj el [[$1]]:" ; |
323 | 323 | $wikiBacklinkNolink = "Neniu artikoloj ligas al [[$1]]!" ; |
324 | 324 | $wikiBacklinkFollowing = "La jenaj artikoloj ligas al [[$1]]:" ; |
| 325 | +$wikiWantedTitle = "La Plej Dezirataj Paĝoj" ; |
325 | 326 | $wikiWantedText = "'''La jenaj artikoloj ne ekzistas, sed aliaj artikoloj ligas al ili!''' (la unuaj 50)<br>\n" ; |
326 | 327 | $wikiWantedToggleNumbers = "Klaku ĉi tien por ŝalti montri paĝtitolojn kiuj komencas per cifroj (aktuale $1)" ; |
327 | 328 | $wikiWantedLine = "$1 deziras de <b>$2</b> artikoloj <nowiki>(vidu tiuj <a href=\"$3\">paĝojn kiuj ligas al \"$4\"</a></nowiki>)" ; |
328 | 329 | $wikiLastChange = "Laste redaktita $1" ; |
329 | 330 | $wikiPopularPages = "Plej vizitataj" ; |
| 331 | +$wikiPopularTitle = "Plej Vizitataj Paĝoj" ; |
330 | 332 | $wikiRefreshThisPage = "Rekalkulu ĉi tiun liston" ; |
331 | 333 | $wikiResourcesWarning = "(Bonvolu faru ĉi tion nur malofte, ĉar tiu funkcio alte taksas la sistemrisorcojn)" ; |
332 | 334 | $wikiNoRefresh = "(La paĝon estis rekalkulita antaŭ nur $1 minutoj; bonvolu atendi kaj reprovi post $2 minutoj.)" ; |