Fixes in messages management for multiple commits. Please mind this, and please ...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 6 Oct 2008 12:09:51 +0000 (12:09 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 6 Oct 2008 12:09:51 +0000 (12:09 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 8d78643..9dfc298 100644 (file)
@@ -1643,7 +1643,13 @@ please see math/README to configure.',
 'right-userrights-interwiki' => 'Edit user rights of users on other wikis',
 'right-siteadmin'            => 'Lock and unlock the database',
 
-# Associated actions - in the sentence "You don't have permission to X"
+# User rights log
+'rightslog'      => 'User rights log',
+'rightslogtext'  => 'This is a log of changes to user rights.',
+'rightslogentry' => 'changed group membership for $1 from $2 to $3',
+'rightsnone'     => '(none)',
+
+# Associated actions - in the sentence \"You do not have permission to X\"
 'action-read'                 => 'read this page',
 'action-edit'                 => 'edit this page',
 'action-createpage'           => 'create pages',
@@ -1669,7 +1675,7 @@ please see math/README to configure.',
 'action-import'               => 'import this page from another wiki',
 'action-importupload'         => 'import this page from a file upload',
 'action-patrol'               => "mark others' edit as patrolled",
-'action-autopatrol'           => "have your edit marked as patrolled",
+'action-autopatrol'           => 'have your edit marked as patrolled',
 'action-unwatchedpages'       => 'view the list of unwatched pages',
 'action-trackback'            => 'submit a trackback',
 'action-mergehistory'         => 'merge the history of this page',
@@ -1677,12 +1683,6 @@ please see math/README to configure.',
 'action-userrights-interwiki' => 'edit user rights of users on other wikis',
 'action-siteadmin'            => 'lock or unlock the database',
 
-# User rights log
-'rightslog'      => 'User rights log',
-'rightslogtext'  => 'This is a log of changes to user rights.',
-'rightslogentry' => 'changed group membership for $1 from $2 to $3',
-'rightsnone'     => '(none)',
-
 # Recent changes
 'nchanges'                          => '$1 {{PLURAL:$1|change|changes}}',
 'recentchanges'                     => 'Recent changes',
@@ -3727,4 +3727,5 @@ Input the username or IP to get a list of pages to delete.',
 # Special:DismissNotice
 'dismissnotice'         => 'Dismiss site notice',
 'dismissnotice-nologin' => 'You must be [[Special:UserLogin|logged in]] to dismiss the site notice.',
+
 );
index 270f65d..f0682ed 100644 (file)
@@ -1003,6 +1003,7 @@ $wgMessageStructure = array(
                'action-mergehistory',
                'action-userrights',
                'action-userrights-interwiki',
+               'action-siteadmin',
        ),
        'recentchanges' => array(
                'nchanges',
@@ -1855,6 +1856,7 @@ $wgMessageStructure = array(
                'imagetypemismatch',
                'imageinvalidfilename',
                'fix-double-redirects',
+               'move-leave-redirect',
        ),
        'export' => array(
                'export',
@@ -2805,7 +2807,10 @@ $wgMessageStructure = array(
                'nuke-submit-delete',
                'right-nuke',
        ),
-
+       'special-dismissnotice' => array(
+               'dismissnotice',
+               'dismissnotice-nologin',
+       ),
 );
 
 /** Comments for each block */
@@ -2854,6 +2859,7 @@ XHTML id names.",
        'group-member'        => '',
        'grouppage'           => '',
        'right'               => 'Rights',
+       'action'              => 'Associated actions - in the sentence \"You do not have permission to X\"',
        'rightslog'           => 'User rights log',
        'recentchanges'       => 'Recent changes',
        'recentchangeslinked' => 'Recent changes linked',
@@ -3001,6 +3007,7 @@ Variants for Chinese language",
        'special-blank'         => 'Special:BlankPage',
        'external_images'       => 'External image whitelist',
        'special-nuke'          => 'Special:Nuke',
+       'special-dismissnotice' => 'Special:DismissNotice',
 );
 
 /** Short comments for standalone messages */