From 273312028af4dcea0cdb4db62cacbb034ac4abb0 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 11 Oct 2014 20:10:38 +0200 Subject: [PATCH] Create tooltip for "create account" link Added an empty accesskey message for consistency Change-Id: I982f766cdcc8c172ebe4c12cf0f02ac641f5e5d5 --- 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..1bd9c5242b 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2343,6 +2343,7 @@ "accesskey-pt-mycontris": "y", "accesskey-pt-login": "o", "accesskey-pt-logout": "", + "accesskey-pt-createaccount": "", "accesskey-ca-talk": "t", "accesskey-ca-edit": "e", "accesskey-ca-addsection": "+", @@ -2410,6 +2411,7 @@ "tooltip-pt-mycontris": "A list of your contributions", "tooltip-pt-login": "You are encouraged to log in; however, it is not mandatory", "tooltip-pt-logout": "Log out", + "tooltip-pt-createaccount": "You are encouraged to create an account and log in; however, it is not mandatory", "tooltip-ca-talk": "Discussion about the content page", "tooltip-ca-edit": "You can edit this page. Please use the preview button before saving", "tooltip-ca-addsection": "Start a new section", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index d856a5fdfa..75a583953c 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -2506,6 +2506,7 @@ "accesskey-pt-mycontris": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Mycontris}}\n* {{msg-mw|Accesskey-pt-mycontris}}\n* {{msg-mw|Tooltip-pt-mycontris}}", "accesskey-pt-login": "{{doc-accesskey}}", "accesskey-pt-logout": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Logout}}\n* {{msg-mw|Accesskey-pt-logout}}\n* {{msg-mw|Tooltip-pt-logout}}", + "accesskey-pt-createaccount": "{{doc-accesskey}}", "accesskey-ca-talk": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Talk}}\n* {{msg-mw|Accesskey-ca-talk}}\n* {{msg-mw|Tooltip-ca-talk}}", "accesskey-ca-edit": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Edit}}\n* {{msg-mw|Accesskey-ca-edit}}\n* {{msg-mw|Tooltip-ca-edit}}", "accesskey-ca-addsection": "{{doc-accesskey}}\nSee also:\n* {{msg-mw|Addsection}}\n* {{msg-mw|Accesskey-ca-addsection}}\n* {{msg-mw|Tooltip-ca-addsection}}", @@ -2573,6 +2574,7 @@ "tooltip-pt-mycontris": "Tooltip shown when hovering over the {{msg-mw|Mycontris}} link in your personal toolbox (upper right side).\n\nSee also:\n* {{msg-mw|Mycontris}}\n* {{msg-mw|Accesskey-pt-mycontris}}\n* {{msg-mw|Tooltip-pt-mycontris}}", "tooltip-pt-login": "Tooltip shown when hovering over the link 'Log in / create account' in the upper right corner show on all pages while not logged in.", "tooltip-pt-logout": "Tooltip shown when hovering over the {{msg-mw|Logout}} link in your personal toolbox (upper right side).\n\nSee also:\n* {{msg-mw|Logout}}\n* {{msg-mw|Accesskey-pt-logout}}\n* {{msg-mw|Tooltip-pt-logout}}\n{{Identical|Log out}}", + "tooltip-pt-createaccount": "Tooltip shown when hovering over the link 'Create account' in the upper right corner show on all pages while not logged in.", "tooltip-ca-talk": "Tooltip shown when hovering over the {{msg-mw|Talk}} tab.\n\nA 'content page' is a page that forms part of the purpose of the wiki. It includes the main page and pages in the main namespace and any other namespaces that are included when the wiki is customised. For example on Wikimedia Commons 'content pages' include pages in the file and category namespaces. On Wikinews 'content pages' include pages in the Portal namespace. For a technical definition of 'content namespaces' see [[mw:Manual:Using_custom_namespaces#Content_namespaces|MediaWiki]].\n\nPossible alternatives to the word 'content' are 'subject matter' or 'wiki subject' or 'wiki purpose'.\n\nSee also:\n* {{msg-mw|Talk}}\n* {{msg-mw|Accesskey-ca-talk}}\n* {{msg-mw|Tooltip-ca-talk}}\n{{Identical|Content page}}", "tooltip-ca-edit": "The tooltip when hovering over the {{msg-mw|Edit}} tab.\n\nSee also:\n* {{msg-mw|Edit}}\n* {{msg-mw|Accesskey-ca-edit}}\n* {{msg-mw|Tooltip-ca-edit}}", "tooltip-ca-addsection": "Tooltip shown when hovering over the \"addsection\" tab (shown on talk pages).\n\nSee also:\n* {{msg-mw|Addsection}}\n* {{msg-mw|Accesskey-ca-addsection}}\n* {{msg-mw|Tooltip-ca-addsection}}", diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 0a102799c7..40f97b1368 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -545,6 +545,7 @@ $preloadedMessages = array( 'accesskey-n-recentchanges', 'accesskey-p-logo', 'accesskey-pt-login', + 'accesskey-pt-createaccount', 'accesskey-search', 'accesskey-search-fulltext', 'accesskey-search-go', @@ -620,6 +621,7 @@ $preloadedMessages = array( 'tooltip-p-navigation', 'tooltip-p-tb', 'tooltip-pt-login', + 'tooltip-pt-createaccount', 'tooltip-search', 'tooltip-search-fulltext', 'tooltip-search-go', -- 2.20.1