added restore option to wiki page

This commit is contained in:
JT Smith 2007-01-17 23:33:58 +00:00
parent 1497c991a1
commit 301b815e3a
7 changed files with 120 additions and 3 deletions

View file

@ -13,6 +13,12 @@ our $I18N = {
addPageLabel=>{message=>q|Add a new page.|, lastUpdated=>0},
wikiHomeLabel=>{message=>q|Wiki Home|, lastUpdated=>0},
'restoreLabel' => {
message => q|Restore|,
lastUpdated => 0,
context => q|label to restore the page back from the trash or clipboard|,
},
'filter code' => {
message => q|Filter Code|,
lastUpdated => 0,
@ -277,11 +283,26 @@ our $I18N = {
lastUpdated => 1165790228,
},
'canAdminister' => {
message => q|A boolean indicating whether the current user can administer the wiki.|,
lastUpdated => 1165790228,
},
'recent changes title' => {
message => q|The title of the recently changed page.|,
lastUpdated => 1165790228,
},
'recent changes restore url' => {
message => q|The url to restore this page back to viewing status from the clipboard/trash.|,
lastUpdated => 1165790228,
},
'recent changes is page available' => {
message => q|A boolean indicating whether the page is available for viewing or in the trash/clipboard.|,
lastUpdated => 1165790228,
},
'recent changes url' => {
message => q|The url of the recently changed page.|,
lastUpdated => 1165790228,