Add new message from r31337 to the maintenances scripts.
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 27 Feb 2008 05:47:23 +0000 (05:47 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 27 Feb 2008 05:47:23 +0000 (05:47 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 8547d44..2088a61 100644 (file)
@@ -1240,7 +1240,7 @@ Make sure that this change will maintain historical page continuity.
 </form>', # don't translate or duplicate this message to other languages
 
 # OpenSearch description
-'opensearch-desc'          => '{{SITENAME}} ({{CONTENTLANGUAGE}})',
+'opensearch-desc'          => '{{SITENAME}} ({{CONTENTLANGUAGE}})', # don't translate or duplicate this message to other languages
 
 # Preferences page
 'preferences'              => 'Preferences',
index 43ca41c..d5a07f8 100644 (file)
@@ -72,6 +72,7 @@ $wgIgnoredMessages = array(
        'autoblock_whitelist',
        'catseparator',
        'googlesearch',
+       'opensearch-desc',
        'exif-make-value',
        'exif-model-value',
        'exif-software-value',
index f2530f7..6e29672 100644 (file)
@@ -677,6 +677,9 @@ $wgMessageStructure = array(
                'searchdisabled',
                'googlesearch',
        ),
+       'opensearch' => array(
+               'opensearch-desc',
+       ),
        'preferences' => array(
                'preferences',
                'preferences-summary',
@@ -2418,6 +2421,7 @@ XHTML id names.",
        'mergelog'            => 'Merge log',
        'diffs'               => 'Diffs',
        'search'              => 'Search results',
+       'opensearch'          => 'OpenSearch description',
        'preferences'         => 'Preferences page',
        'userrights'          => 'User rights',
        'group'               => 'Groups',