Enabled MoveLogFormatter
[lhc/web/wiklou.git] / maintenance / language / messages.inc
index 91c25fc..6c6d8d1 100644 (file)
@@ -640,6 +640,9 @@ $wgMessageStructure = array(
                'templatesused',
                'templatesusedpreview',
                'templatesusedsection',
+               'distanttemplatesused',
+               'distanttemplatesusedpreview',
+               'distanttemplatesusedsection',
                'template-protected',
                'template-semiprotected',
                'hiddencategories',
@@ -1149,7 +1152,6 @@ $wgMessageStructure = array(
                'right-userrights',
                'right-userrights-interwiki',
                'right-siteadmin',
-               'right-reset-passwords',
                'right-override-export-depth',
                'right-sendemail',
        ),
@@ -1923,6 +1925,7 @@ $wgMessageStructure = array(
                'protect-level-sysop',
                'protect-summary-cascade',
                'protect-expiring',
+               'protect-expiring-local',
                'protect-expiry-indefinite',
                'protect-cascade',
                'protect-cantedit',
@@ -2029,7 +2032,6 @@ $wgMessageStructure = array(
                'sp-contributions-explain',
                'sp-contributions-footer',
                'sp-contributions-footer-anon',
-               'sp-contributions-showsizediff',
        ),
        'whatlinkshere' => array(
                'whatlinkshere',
@@ -2101,6 +2103,7 @@ $wgMessageStructure = array(
                'blocklist-userblocks',
                'blocklist-tempblocks',
                'blocklist-addressblocks',
+               'blocklist-rangeblocks',
                'blocklist-timestamp',
                'blocklist-target',
                'blocklist-expiry',
@@ -2125,6 +2128,7 @@ $wgMessageStructure = array(
                'unblocklink',
                'change-blocklink',
                'contribslink',
+               'emaillink',
                'autoblocker',
                'blocklogpage',
                'blocklog-showlog',
@@ -2324,6 +2328,8 @@ $wgMessageStructure = array(
                'import-upload',
                'import-token-mismatch',
                'import-invalid-interwiki',
+               'import-error-edit',
+               'import-error-create',
        ),
        'importlog' => array(
                'importlogpage',
@@ -3444,6 +3450,33 @@ $wgMessageStructure = array(
                'compare-rev1',
                'compare-rev2',
                'compare-submit',
+               'compare-invalid-title',
+               'compare-title-not-exists',
+               'compare-revision-not-exists',
+       ),
+       'globalfileusage' => array(
+               'globalfileusage',
+               'globalfileusage-for',
+               'globalfileusage-desc',
+               'globalfileusage-ok',
+               'globalfileusage-text',
+               'globalfileusage-no-results',
+               'globalfileusage-on-wiki',
+               'globalfileusage-of-file',
+               'globalfileusage-more',
+               'globalfileusage-filterlocal',
+       ),
+       'globaltemplateusage' => array(
+               'globaltemplateusage',
+               'globaltemplateusage-for',
+               'globaltemplateusage-desc',
+               'globaltemplateusage-ok',
+               'globaltemplateusage-text',
+               'globaltemplateusage-no-results',
+               'globaltemplateusage-on-wiki',
+               'globaltemplateusage-of-file',
+               'globaltemplateusage-more',
+               'globaltemplateusage-filterlocal',
        ),
        'db-error-messages' => array(
                'dberr-header',
@@ -3473,29 +3506,12 @@ $wgMessageStructure = array(
        'unwatch' => array(
                'confirm-unwatch-button',
        ),
-       'ajax-category' => array(
-               'ajax-add-category',
-               'ajax-remove-category',
-               'ajax-edit-category',
-               'ajax-add-category-submit',
-               'ajax-confirm-ok',
-               'ajax-confirm-title',
-               'ajax-confirm-save',
-               'ajax-confirm-save-all',
-               'ajax-cancel',
-               'ajax-cancel-all',
-               'ajax-add-category-summary',
-               'ajax-edit-category-summary',
-               'ajax-remove-category-summary',
-               'ajax-category-question',
-               'ajax-error-title',
-               'ajax-remove-category-error',
-               'ajax-edit-category-error',
-               'ajax-category-already-present',
-               'ajax-category-hook-error',
-               'ajax-api-error',
+       'logging' => array(
+               'logentry-move-move',
+               'logentry-move-move-noredirect',
+               'logentry-move-move_redir',
+               'logentry-move-move_redir-noredirect',
        ),
-
 );
 
 /** Comments for each block */
@@ -3722,8 +3738,10 @@ Variants for Chinese language",
        'external_images'       => 'External image whitelist',
        'special-tags'          => 'Special:Tags',
        'comparepages'          => 'Special:ComparePages',
+       'globalfileusage'       => 'Special:GlobalFileUsage',
+       'globaltemplateusage'   => 'Special:GlobalTemplateUsage',
        'db-error-messages'     => 'Database error messages',
        'html-forms'            => 'HTML forms',
        'sqlite'                => 'SQLite database support',
-       'ajax-category'         => 'Add categories per AJAX',
+       'logging'               => 'New logging system',
 );