From c6b32f815779c21f7936a952f5ca7de7b317c41f Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 20 Apr 2004 10:52:50 +0000 Subject: [PATCH] undelete messages --- languages/Language.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/languages/Language.php b/languages/Language.php index b00e3ef70e..02bad00b19 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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]', -- 2.20.1