undelete messages
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 20 Apr 2004 10:52:50 +0000 (10:52 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 20 Apr 2004 10:52:50 +0000 (10:52 +0000)
languages/Language.php

index b00e3ef..02bad00 100644 (file)
@@ -499,6 +499,7 @@ $wgLanguageNamesEn =& $wgLanguageNames;
 "editthispage" => "Edit this page",
 'delete' => 'Delete',
 "deletethispage" => "Delete this page",
+"undelete_short" => "Undelete",
 'protect' => 'Protect',
 "protectthispage" => "Protect this page",
 'unprotect' => 'Unprotect',
@@ -1456,6 +1457,7 @@ amusement.",
 'accesskey-history' => 'h',
 'accesskey-protect' => '-',
 'accesskey-delete' => 'd',
+'accesskey-undelete' => 'd',
 'accesskey-move' => 'm',
 'accesskey-watch' => 'w',
 'accesskey-unwatch' => 'w',
@@ -1491,6 +1493,7 @@ amusement.",
 'tooltip-history' => 'Past versions of this page, [alt-h]',
 'tooltip-protect' => 'Protect this page [alt--]',
 'tooltip-delete' => 'Delete this page [alt-d]',
+'tooltip-undelete' => "Restore $1 deleted edits to this page [alt-d]",
 'tooltip-move' => 'Move this page [alt-m]',
 'tooltip-nomove' => 'You don\'t have the permissions to move this page',
 'tooltip-watch' => 'Add this page to your watchlist [alt-w]',