From d745668e54c584f84bd5e816907b3751369ea9c6 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 11 Oct 2014 20:30:23 +0200 Subject: [PATCH] Create tooltip for "Page information" link Added an empty accesskey message for consistency Change-Id: Ie57d63718990eb6974808550622c3899a2b18d8f --- languages/i18n/en.json | 2 ++ languages/i18n/qqq.json | 2 ++ languages/messages/MessagesEn.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index fc47178d4e..76bbd4c223 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2372,6 +2372,7 @@ "accesskey-feed-atom": "", "accesskey-t-contributions": "", "accesskey-t-emailuser": "", + "accesskey-t-info": "", "accesskey-t-permalink": "", "accesskey-t-print": "p", "accesskey-t-upload": "u", @@ -2439,6 +2440,7 @@ "tooltip-feed-atom": "Atom feed for this page", "tooltip-t-contributions": "A list of contributions of this user", "tooltip-t-emailuser": "Send an email to this user", + "tooltip-t-info": "More information about this page", "tooltip-t-upload": "Upload files", "tooltip-t-specialpages": "A list of all special pages", "tooltip-t-print": "Printable version of this page", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index d856a5fdfa..31bab55516 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -2535,6 +2535,7 @@ "accesskey-feed-atom": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Feed-atom}}\n* {{msg-mw|Accesskey-feed-atom}}\n* {{msg-mw|Tooltip-feed-atom}}", "accesskey-t-contributions": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Contributions}}\n* {{msg-mw|Accesskey-t-contributions}}\n* {{msg-mw|Tooltip-t-contributions}}", "accesskey-t-emailuser": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Emailuser}}\n* {{msg-mw|Accesskey-t-emailuser}}\n* {{msg-mw|Tooltip-t-emailuser}}", + "accesskey-t-info": "{{doc-accesskey}}", "accesskey-t-permalink": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Permalink}}\n* {{msg-mw|Accesskey-t-permalink}}\n* {{msg-mw|Tooltip-t-permalink}}", "accesskey-t-print": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Printableversion}}\n* {{msg-mw|Accesskey-t-print}}\n* {{msg-mw|Tooltip-t-print}}", "accesskey-t-upload": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Upload}}\n* {{msg-mw|Accesskey-t-upload}}\n* {{msg-mw|Tooltip-t-upload}}", @@ -2602,6 +2603,7 @@ "tooltip-feed-atom": "Used as tooltip for Atom feed link.\n\nSee also:\n* {{msg-mw|Feed-atom}}\n* {{msg-mw|Accesskey-feed-atom}}\n* {{msg-mw|Tooltip-feed-atom}}", "tooltip-t-contributions": "Tooltip shown when hovering over {{msg-mw|Contributions}} in the toolbox.\n\nSee also:\n* {{msg-mw|Contributions}}\n* {{msg-mw|Accesskey-t-contributions}}\n* {{msg-mw|Tooltip-t-contributions}}", "tooltip-t-emailuser": "Tooltip shown when hovering over the {{msg-mw|Emailuser}} link in the toolbox (sidebar, below).\n\nSee also:\n* {{msg-mw|Emailuser}}\n* {{msg-mw|Accesskey-t-emailuser}}\n* {{msg-mw|Tooltip-t-emailuser}}", + "tooltip-t-info": "Tooltip shown when hovering over the {{msg-mw|pageinfo-toolboxlink}} link in the toolbox (sidebar, below).", "tooltip-t-upload": "Tooltip shown when hovering over the link to upload files shown in the side bar menu on all pages.\n\nSee also:\n* {{msg-mw|Upload}}\n* {{msg-mw|Accesskey-t-upload}}\n* {{msg-mw|Tooltip-t-upload}}\n{{Identical|Upload file}}", "tooltip-t-specialpages": "The tooltip when hovering over the link {{msg-mw|Specialpages}} going to a list of all special pages available in the wiki.\n\nSee also:\n* {{msg-mw|Specialpages}}\n* {{msg-mw|Accesskey-t-specialpages}}\n* {{msg-mw|Tooltip-t-specialpages}}", "tooltip-t-print": "Tooltip shown when hovering over the link to printable version shown in the side bar menu on all pages.\n\nSee also:\n* {{msg-mw|Printableversion}}\n* {{msg-mw|Accesskey-t-print}}\n* {{msg-mw|Tooltip-t-print}}", diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 0a102799c7..acb2020250 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -548,6 +548,7 @@ $preloadedMessages = array( 'accesskey-search', 'accesskey-search-fulltext', 'accesskey-search-go', + 'accesskey-t-info', 'accesskey-t-permalink', 'accesskey-t-recentchangeslinked', 'accesskey-t-specialpages', @@ -623,6 +624,7 @@ $preloadedMessages = array( 'tooltip-search', 'tooltip-search-fulltext', 'tooltip-search-go', + 'tooltip-t-info', 'tooltip-t-permalink', 'tooltip-t-recentchangeslinked', 'tooltip-t-specialpages', -- 2.20.1