Add 'statistics-summary' as default existing but empty message (to be ignored for...
authorRaimond Spekking <raymond@users.mediawiki.org>
Sun, 16 Nov 2008 14:55:48 +0000 (14:55 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sun, 16 Nov 2008 14:55:48 +0000 (14:55 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 24d72db..2554111 100644 (file)
@@ -1981,6 +1981,7 @@ Remember to check for other links to the templates before deleting them.',
 
 # Statistics
 'statistics'                      => 'Statistics',
+'statistics-summary'              => '', # do not translate or duplicate this message to other languages
 'statistics-header-pages'         => 'Page statistics',
 'statistics-header-edits'         => 'Edit statistics',
 'statistics-header-views'         => 'View statistics',
index 254de48..a32ec8f 100644 (file)
@@ -105,6 +105,7 @@ $wgIgnoredMessages = array(
        'sitetitle',
        'sp-contributions-footer',
        'sp-contributions-footer-anon',
+       'statistics-summary',
        'statistics-footer',
        'talkpagetext',
        'trackback',
index ee4a00e..a5e5b05 100644 (file)
@@ -1247,6 +1247,7 @@ $wgMessageStructure = array(
        ),
        'statistics' => array(
                'statistics',
+               'statistics-summary',
                'statistics-header-pages',
                'statistics-header-edits',
                'statistics-header-views',