From: Krinkle Date: Fri, 24 Dec 2010 15:52:44 +0000 (+0000) Subject: Adding message for collapsible link in core for localization (Follow-up r78935, r78915) X-Git-Tag: 1.31.0-rc.0~33107 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=61aa7a82043e0c74b7546a5659d61e78d5ac6ac1;p=lhc%2Fweb%2Fwiklou.git Adding message for collapsible link in core for localization (Follow-up r78935, r78915) --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 2dbf770d8d..6cd90c3307 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -913,6 +913,8 @@ See [[Special:Version|version page]].', 'toc' => 'Contents', 'showtoc' => 'show', 'hidetoc' => 'hide', +'collapsible-collapse' => 'Collapse', +'collapsible-expand' => 'Expand', 'thisisdeleted' => 'View or restore $1?', 'viewdeleted' => 'View $1?', 'restorelink' => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}', diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 203a11d970..e8e3420b98 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -497,6 +497,8 @@ The format is: "{{int:youhavenewmessagesmulti| [[MediaWiki:Newmessageslink/{{SUB 'hidetoc' => 'This is the link used to hide the table of contents {{Identical|Hide}}', +'collapsible-collapse' => 'This is the link used to collapse a collapsible element', +'collapsible-expand' => 'This is the link used to expand a collapsible element', 'thisisdeleted' => 'Message shown on a deleted page when the user has the undelete right. $1 is a link to [[Special:Undelete]], with {{msg-mw|restorelink}} as the text. See also {{msg-mw|viewdeleted}}.', 'viewdeleted' => 'Message shown on a deleted page when the user does not have the undelete right (but has the deletedhistory right). $1 is a link to [[Special:Undelete]], with {{msg-mw|restorelink}} as the text. See also {{msg-mw|thisisdeleted}}.', 'restorelink' => "This text is always displayed in conjunction with the {{msg-mw|thisisdeleted}} message (View or restore $1?). The user will see diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 620a3539e2..fc72e56af7 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -317,6 +317,8 @@ $wgMessageStructure = array( 'toc', 'showtoc', 'hidetoc', + 'collapsible-collapse', + 'collapsible-expand', 'thisisdeleted', 'viewdeleted', 'restorelink',