From 22dfab04015301d8b8c2bd0001a4a4bb12981dfe Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 6 Oct 2008 12:09:51 +0000 Subject: [PATCH] Fixes in messages management for multiple commits. Please mind this, and please 'php rebuildLanguage.php --lang=en' before you commit message changes! --- languages/messages/MessagesEn.php | 17 +++++++++-------- maintenance/language/messages.inc | 9 ++++++++- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8d7864344b..9dfc298fcb 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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.', + ); diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 270f65d1b0..f0682ed708 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -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 */ -- 2.20.1