Adding message for collapsible link in core for localization (Follow-up r78935, r78915)
authorKrinkle <krinkle@users.mediawiki.org>
Fri, 24 Dec 2010 15:52:44 +0000 (15:52 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Fri, 24 Dec 2010 15:52:44 +0000 (15:52 +0000)
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messages.inc

index 2dbf770..6cd90c3 100644 (file)
@@ -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}}',
index 203a11d..e8e3420 100644 (file)
@@ -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
index 620a353..fc72e56 100644 (file)
@@ -317,6 +317,8 @@ $wgMessageStructure = array(
                'toc',
                'showtoc',
                'hidetoc',
+               'collapsible-collapse',
+               'collapsible-expand',
                'thisisdeleted',
                'viewdeleted',
                'restorelink',