* missing quotes in gnunote
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Apr 2004 12:03:53 +0000 (12:03 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Apr 2004 12:03:53 +0000 (12:03 +0000)
* rewording of messages
* tweaks to access key settings and tooltips

languages/Language.php

index 631725b..bd17ef2 100644 (file)
@@ -537,7 +537,7 @@ $wgLanguageNamesEn =& $wgLanguageNames;
 "redirectedfrom" => "(Redirected from $1)",
 "lastmodified" => "This page was last modified $1.",
 "viewcount"            => "This page has been accessed $1 times.",
-"gnunote" => "All text is available under the terms of the <a class=internal href='$wgScriptPath/index.php/GNU_Free_Documentation_License'>GNU Free Documentation License</a>.",
+"gnunote" => "All text is available under the terms of the <a class='internal' href='$wgScriptPath/index.php/GNU_Free_Documentation_License'>GNU Free Documentation License</a>.",
 "printsubtitle" => "(From $wgServer)",
 "protectedpage" => "Protected page",
 "administrators" => "$wgMetaNamespace:Administrators",
@@ -1478,7 +1478,6 @@ amusement.",
 'accesskey-talk' => 't',
 'accesskey-edit' => 'e',
 'accesskey-history' => 'h',
-'accesskey-rollback' => 'r',
 'accesskey-protect' => 'p',
 'accesskey-delete' => 'd',
 'accesskey-move' => 'm',
@@ -1494,8 +1493,8 @@ amusement.",
 'accesskey-mainpage' => '',
 'accesskey-randompage' => 'x',
 'accesskey-help' => '',
-'accesskey-recentchanges' => 'c',
-'accesskey-recentchangeslinked' => '',
+'accesskey-recentchanges' => 'r',
+'accesskey-recentchangeslinked' => 'c',
 'accesskey-whatlinkshere' => 'b',
 'accesskey-specialpages' => '',
 'accesskey-specialpage' => '',
@@ -1506,10 +1505,9 @@ amusement.",
 'tooltip-talk' => 'Discussion about the article [alt-t]',
 'tooltip-edit' => 'You can edit this page. Please use the preview button before saving. [alt-e]',
 'tooltip-history' => 'Past versions of this page, [alt-h]',
-'tooltip-rollback' => 'Roll back edits, [alt-r]',
-'tooltip-protect' => 'Protect this page, [alt-p]',
-'tooltip-delete' => 'Delete this page, [alt-d]',
-'tooltip-move' => 'Move this page, [alt-m]',
+'tooltip-protect' => 'Protect this page [alt-p]',
+'tooltip-delete' => 'Delete this page [alt-d]',
+'tooltip-move' => 'Move this page [alt-m]',
 '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]',
@@ -1517,17 +1515,17 @@ amusement.",
 'tooltip-mytalk' => 'My talk page',
 'tooltip-preferences' => 'My preferences',
 'tooltip-mycontris' => 'List of my contributions',
-'tooltip-login' => 'You are not currently logged in. It is encouraged that you log in to edit, it\'s not mandatory however.',
-'tooltip-logout' => '',
+'tooltip-login' => 'You are encouraged to log in before editing, it\'s not mandatory however.',
+'tooltip-logout' => 'The start button',
 'tooltip-search' => 'Search this wiki',
-'tooltip-mainpage' => 'Visit the Front Page',
-'tooltip-randompage' => 'Get a random page [alt-x]',
+'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-c]',
-'tooltip-recentchangeslinked' => 'Recent changes in pages linking to this page',
-'tooltip-whatlinkshere' => '',
-'tooltip-specialpages' => '',
-'tooltip-upload' => 'u',
+'tooltip-recentchanges' => 'The list of recent changes in the entire wiki. [alt-r]',
+'tooltip-recentchangeslinked' => 'Recent changes in pages linking to this page [alt-c]',
+'tooltip-whatlinkshere' => 'Pages that link here',
+'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.',
 );