tooltips changed
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Apr 2004 17:21:00 +0000 (17:21 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Apr 2004 17:21:00 +0000 (17:21 +0000)
languages/Language.php

index bd17ef2..54a8e76 100644 (file)
@@ -1492,6 +1492,8 @@ amusement.",
 'accesskey-search' => 's',
 'accesskey-mainpage' => '',
 'accesskey-randompage' => 'x',
+'accesskey-currentevents' => '',
+'accesskey-sitesupport' => '',
 'accesskey-help' => '',
 'accesskey-recentchanges' => 'r',
 'accesskey-recentchangeslinked' => 'c',
@@ -1508,6 +1510,7 @@ amusement.",
 'tooltip-protect' => 'Protect this page [alt-p]',
 'tooltip-delete' => 'Delete 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',
 'tooltip-unwatch' => 'Remove this page from your watchlist',
 'tooltip-watchlist' => 'The watchlist is the list of pages you\'re monitoring for changes. [alt-w]',
@@ -1520,10 +1523,12 @@ amusement.",
 'tooltip-search' => 'Search this wiki',
 'tooltip-mainpage' => 'Visit the Main Page',
 'tooltip-randompage' => 'Load a random page [alt-x]',
-'tooltip-help' => '',
-'tooltip-recentchanges' => 'The list of recent changes in the entire wiki. [alt-r]',
+'tooltip-currentevents' => 'Find background information on current events',
+'tooltip-sitesupport' => 'Support '.$wgSitename,
+'tooltip-help' => 'The place to find out.',
+'tooltip-recentchanges' => 'The list of recent changes in the wiki. [alt-r]',
 'tooltip-recentchangeslinked' => 'Recent changes in pages linking to this page [alt-c]',
-'tooltip-whatlinkshere' => 'Pages that link here',
+'tooltip-whatlinkshere' => 'List of all wiki pages that link here [alt-b]',
 'tooltip-specialpages' => 'List of all special pages',
 'tooltip-upload' => 'Upload images or media files [alt-u]',
 'tooltip-specialpage' => 'This is a special page, you can\'t edit the page itself.',