Index: trunk/phpwiki/fpw/wikiTextEn.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | $wikiLogIn = "Log in" ; |
32 | 32 | $wikiLogOut = "Log out" ; |
33 | 33 | $wikiHelp = "Help" ; |
34 | | -$wikiHelpLink = "Help" ; # "special:" is added automatically |
| 34 | +$wikiHelpLink = "wikipedia:Help" ; |
35 | 35 | $wikiPreferences = "Preferences" ; |
36 | 36 | $wikiWhatLinksHere = "Pages that link here" ; |
37 | 37 | $wikiPrintLinksMarkup = "i" ; # will be used as <$wikiPrintLinksMarkup> and </$wikiPrintLinksMarkup> |
Index: trunk/phpwiki/fpw/wikiTextEo.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | $wikiLogIn = "Salutu" ; |
38 | 38 | $wikiLogOut = "Adiaŭu" ; |
39 | 39 | $wikiHelp = "Helpo" ; |
40 | | -$wikiHelpLink = "Helpo" ; # "special:" is added automatically |
| 40 | +$wikiHelpLink = "vikipedio:Helpo" ; |
41 | 41 | $wikiPreferences = "Preferoj" ; |
42 | 42 | $wikiWhatLinksHere = "Paĝoj kiuj ligas ĉi tien" ; |
43 | 43 | $wikiPrintLinksMarkup = "i" ; # will be used as <$wikiPrintLinksMarkup> and </$wikiPrintLinksMarkup> |
Index: trunk/phpwiki/fpw/wikiPage.php |
— | — | @@ -998,7 +998,7 @@ |
999 | 999 | $ret .= "</td>\n<td valign=top width=200 rowspan=2 nowrap>".$user->getLink()."<br>" ; |
1000 | 1000 | if ( $user->isLoggedIn ) $ret .= "<a href=\"".wikiLink("special:userLogout")."\">$wikiLogOut</a> | <a href=\"".wikiLink("special:editUserSettings")."\">$wikiPreferences</a>" ; |
1001 | 1001 | else $ret .= "<a href=\"".wikiLink("special:userLogin")."\">$wikiLogIn</a>" ; |
1002 | | - $ret .= " | <a href=\"".wikiLink("wikipedia:$wikiHelpLink")."\">$wikiHelp</a><br>\n" ; |
| 1002 | + $ret .= " | <a href=\"".wikiLink($wikiHelpLink)."\">$wikiHelp</a><br>\n" ; |
1003 | 1003 | |
1004 | 1004 | # Text encoding |
1005 | 1005 | if(count($wikiEncodingNames) > 1) { # Shortcut for switching character encodings |