From: Gabriel Wicke Date: Fri, 2 Apr 2004 17:21:00 +0000 (+0000) Subject: tooltips changed X-Git-Tag: 1.3.0beta1~636 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=c2a98994eea56bc52c9cd9f734771124147ad941;p=lhc%2Fweb%2Fwiklou.git tooltips changed --- diff --git a/languages/Language.php b/languages/Language.php index bd17ef279f..54a8e764e1 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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.',