X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2Flanguage%2Fmessages.inc;h=df3b214d241b28d95a90979d0dea47c769dc089c;hb=bb48a4618edf75a1390057d8bd49ef8a71e9b5af;hp=773f9c4058ac23cd7213e9a9b81573c3fdb989f8;hpb=de91bb1e56e99dda4d158d42e94dc37f0a1bcc13;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 773f9c4058..df3b214d24 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', @@ -433,6 +431,7 @@ $wgMessageStructure = array( 'invalidtitle-unknownnamespace', 'exception-nologin', 'exception-nologin-text', + 'exception-nologin-text-manual', ), 'virus' => array( 'virus-badscanner', @@ -1027,7 +1026,7 @@ $wgMessageStructure = array( 'mypreferences', 'prefs-edits', 'prefsnologin', - 'prefsnologintext', + 'prefsnologintext2', 'changepassword', 'changepassword-summary', 'prefs-skin', @@ -2721,6 +2720,7 @@ $wgMessageStructure = array( 'tooltip-preferences-save', 'tooltip-summary', 'interlanguage-link-title', + 'interlanguage-link-title-langonly', ), 'stylesheets' => array( 'common.css', @@ -3734,6 +3734,7 @@ $wgMessageStructure = array( 'special-specialpages' => array( 'specialpages', 'specialpages-summary', + 'specialpages-note-top', 'specialpages-note', 'specialpages-group-maintenance', 'specialpages-group-other', @@ -3972,6 +3973,20 @@ $wgMessageStructure = array( 'limitreport-expensivefunctioncount', 'limitreport-expensivefunctioncount-value', ), + 'expandtemplates' => array( + 'expandtemplates', + 'expandtemplates-desc', + '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 */ @@ -3992,7 +4007,8 @@ future releases. Also note that since each list value is wrapped in a unique 'cologneblue' => 'Cologne Blue skin', 'vector' => 'Vector skin', 'miscellaneous2' => '', - 'links' => 'All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage).', + 'links' => 'All link text and link target definitions of links into project namespace ' . + 'that get used by other message strings, with the exception of user group pages (see grouppage).', 'badaccess' => '', 'versionrequired' => '', 'miscellaneous3' => '', @@ -4042,7 +4058,8 @@ future releases. Also note that since each list value is wrapped in a unique 'uploadstash' => 'Special:UploadStash', 'img-auth' => 'img_auth script messages', 'http-errors' => 'HTTP errors', - 'upload-curl-errors' => 'Some likely curl errors. More could be added from ', + 'upload-curl-errors' => 'Some likely curl errors. More could be added from ' . + '', 'licenses' => '', 'filelist' => 'Special:ListFiles', 'filedescription' => 'File description page', @@ -4112,7 +4129,8 @@ future releases. Also note that since each list value is wrapped in a unique 'imagedeletion' => 'Image deletion', 'browsediffs' => 'Browsing diffs', 'newfiles' => 'Special:NewFiles', - 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages', + 'video-info' => 'Video information, used by Language::formatTimePeriod() to ' . + 'format lengths in the above messages', 'human-timestamps' => 'Human-readable timestamps', 'badimagelist' => 'Bad image list', 'variantname-zh' => "Short names for language variants used for language conversion links. @@ -4216,4 +4234,5 @@ Variants for Chinese language", 'cachedspecial' => 'SpecialCachedPage', 'rotation' => 'Image rotation', 'limitreport' => 'Limit report', + 'expandtemplates' => 'Special:ExpandTemplates' );