Index: trunk/phpwiki/fpw/wikiTextEn.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | $wikiMainPage = "Main Page" ; # This is actual the title of the article in the database |
18 | 18 | $wikiErrorPageTitle = "Yikes! An error!" ; |
19 | 19 | $wikiErrorMessage = "<h2>$1!</h2>Return to the [[:Main Page|Main Page]]!" ; |
20 | | -$wikiAllowedSpecialPages = array("userlogin","userlogout","newpages","recentchanges","upload","statistics","lonelypages","popularpages","wantedpages","allpages","randompage","shortpages","longpages","listusers","watchlist","special_pages","editusersettings","deletepage","protectpage","contributions","whatlinkshere"); |
| 20 | +$wikiAllowedSpecialPages = array("userlogin","userlogout","newpages","recentchanges","upload","statistics","lonelypages","popularpages","wantedpages","allpages","randompage","shortpages","longpages","listusers","watchlist","special_pages","editusersettings","deletepage","protectpage","contributions","whatlinkshere","recentchangeslinked"); |
21 | 21 | $wikiRecentChangesText = "Track the most recent changes to Wikipedia on this page. [[Welcome, newcomers]]! Please have a look at these pages: [[Wikipedia FAQ]], [[Wikipedia policy]] (especially [[naming conventions]] and [[neutral point of view]]), and [[most common Wikipedia faux pas]].<br>If you want to see the Wikipedia succeed, it's very important that you don't add material restricted by others' [[copyright]]s. The legal liability could really hurt the project, so please don't do it.<br>See also the [http://meta.wikipedia.com/wiki.phtml?title=special:RecentChanges recent meta discussion]" ; |
22 | 22 | $wikiMetaDescription = "$1... Read more here at wikipedia, the free encyclopedia!" ; |
23 | 23 | |
— | — | @@ -76,6 +76,8 @@ |
77 | 77 | $wikiRedirectFrom = "(redirected from $1)" ; |
78 | 78 | $wikiRecentChanges = "Recent Changes" ; |
79 | 79 | $wikiRecentChangesLink = "RecentChanges" ; # "special:" is added automatically |
| 80 | +$wikiRecentLinked = "Watch page links" ; |
| 81 | +$wikiRecentLinkedLink = "Recentchangeslinked" ; |
80 | 82 | $wikiSpecialPagesLink = "Special_pages" ; # "special:" is added automatically |
81 | 83 | $wikiEditThisPage = "Edit this page" ; |
82 | 84 | $wikiDeleteThisPage = "Delete this page" ; |
— | — | @@ -279,7 +281,8 @@ |
280 | 282 | $wikiWatchYes = "\"$1\" was added to your [[special:WatchList|watch list]]." ; |
281 | 283 | $wikiWatchNo = "\"$1\" was removed from your [[special:WatchList|watch list]]." ; |
282 | 284 | $wikiWatchlistTitle = "Watch list" ; |
283 | | -$wikiWatchlistText = "'''Currently, you are watching the following articles :''' " ; |
| 285 | +$wikiWatchlistExistText = "'''Currently, you are watching the following existing articles :'''" ; |
| 286 | +$wikiWatchlistNotExistText = "\n====\n'''Currently, you are watching the following non-existing articles :'''" ; |
284 | 287 | |
285 | 288 | # Statistics |
286 | 289 | $wikiStatisticsTitle = "Article statistics" ; |
— | — | @@ -352,6 +355,7 @@ |
353 | 356 | $wikiStubLinkHere = "$1 articles link here." ; |
354 | 357 | $wikiStubShowLinks = "Toggle \"show links\" option" ; |
355 | 358 | $wikiShowLinks = "Show pages that link to $1" ; |
| 359 | +$wikiRecentChangesLinkedTitle = "Recent changes on pages linked from $1" ; |
356 | 360 | $wikiDeleteTitle = "Deleting article '$1'" ; |
357 | 361 | $wikiDeleteDenied = "<font size=\"+3\">You are not allowed to delete this page!</font>" ; |
358 | 362 | $wikiDeleteSuccess = "'$1' has been removed." ; |