* (bug 5619) Break messages used in Special:Statistics down further
[lhc/web/wiklou.git] / maintenance / language / messages.inc
index 236bfc6..e5de67d 100644 (file)
@@ -1199,10 +1199,20 @@ $wgMessageStructure = array(
        ),
        'statistics' => array(
                'statistics',
-               'sitestats',
-               'userstats',
-               'sitestatstext',
-               'userstatstext',
+               'statistics-header-pages',
+               'statistics-header-edits',
+               'statistics-header-views',
+               'statistics-header-users',
+               'statistics-articles',
+               'statistics-pages',
+               'statistics-files',
+               'statistics-edits',
+               'statistics-edits-average',
+               'statistics-views-total',
+               'statistics-views-peredit',
+               'statistics-jobqueue',
+               'statistics-users',
+               'statistics-users-active',
                'statistics-mostpopular',
                'statistics-footer',
        ),