X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Flanguage%2Fmessages.inc;h=045126336c9bdd2306d129edbf6118a3efaa4ab2;hb=dd7d5db7ab001c7a4ed722e2f5295e335bab79ec;hp=5aa188a97ce3764cc504960d190aa4bb08d9958e;hpb=b95857b90c6b287e1772ca5f58406b27ccc33478;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 5aa188a97c..045126336c 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -312,8 +312,6 @@ $wgMessageStructure = array( 'backlinksubtitle', 'retrievedfrom', 'youhavenewmessages', - 'newmessageslink', - 'newmessagesdifflink', 'youhavenewmessagesfromusers', 'youhavenewmessagesmanyusers', 'newmessageslinkplural', @@ -1027,7 +1025,6 @@ $wgMessageStructure = array( 'preferences-summary', 'mypreferences', 'prefs-edits', - 'prefsnologin', 'prefsnologintext2', 'changepassword', 'changepassword-summary', @@ -1331,6 +1328,9 @@ $wgMessageStructure = array( 'recentchanges-label-minor', 'recentchanges-label-bot', 'recentchanges-label-unpatrolled', + 'recentchanges-label-plusminus', + 'recentchanges-legend-newpage', + 'recentchanges-legend-plusminus', 'rcnote', 'rcnotefrom', 'rclistfrom', @@ -3975,6 +3975,19 @@ $wgMessageStructure = array( 'limitreport-expensivefunctioncount', 'limitreport-expensivefunctioncount-value', ), + 'expandtemplates' => array( + 'expandtemplates', + 'expand_templates_intro', + 'expand_templates_title', + 'expand_templates_input', + 'expand_templates_output', + 'expand_templates_xml_output', + 'expand_templates_ok', + 'expand_templates_remove_comments', + 'expand_templates_remove_nowiki', + 'expand_templates_generate_xml', + 'expand_templates_preview', + ), ); /** Comments for each block */ @@ -4222,4 +4235,5 @@ Variants for Chinese language", 'cachedspecial' => 'SpecialCachedPage', 'rotation' => 'Image rotation', 'limitreport' => 'Limit report', + 'expandtemplates' => 'Special:ExpandTemplates' );