r45234 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45233‎ | r45234 | r45235 >
Date:17:57, 31 December 2008
Author:vasilievvv
Status:reverted (Comments)
Tags:
Comment:
* Fix some messages, per Siebrand
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1003,6 +1003,7 @@
10041004 'right-userrights',
10051005 'right-userrights-interwiki',
10061006 'right-siteadmin',
 1007+ 'right-restrict',
10071008 ),
10081009 'rightslog' => array(
10091010 'rightslog',
@@ -1044,6 +1045,7 @@
10451046 'action-userrights',
10461047 'action-userrights-interwiki',
10471048 'action-siteadmin',
 1049+ 'action-restrict',
10481050 ),
10491051 'recentchanges' => array(
10501052 'nchanges',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1201,13 +1201,13 @@
12021202 It already exists.',
12031203 'userrestricted-page' => '<big>\'\'\'Your user name or IP address has been restricted from editing page "$1".\'\'\'</big>
12041204
1205 -The restriction was put by [[User:$2|$2]].
 1205+The restriction was set by [[User:$2|$2]].
12061206 The reason given is \'\'$3\'\'.
12071207
1208 -Restriction was put on $4 at $5 and expires on $6 at $7.
 1208+The estriction was set on $4 at $5 and expires on $6 at $7.
12091209
12101210 You can contact [[User:$2|$2]] or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the restriction.',
1211 -'userrestricted-namespace' => "<big>'''Your user name or IP address has been restricted from editing $1 namespace.'''</big>
 1211+'userrestricted-namespace' => "<big>'''Your user name or IP address has been restricted from editing the $1 namespace.'''</big>
12121212
12131213 The restriction was put by [[User:$2|$2]].
12141214 The reason given is ''$3''.
@@ -1217,10 +1217,10 @@
12181218 You can contact [[User:$2|$2]] or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the restriction.",
12191219 'userrestricted-page-indef' => '<big>\'\'\'Your user name or IP address has been restricted from editing page "$1".\'\'\'</big>
12201220
1221 -The restriction was put by [[User:$2|$2]].
 1221+The restriction was set by [[User:$2|$2]].
12221222 The reason given is \'\'$3\'\'.
12231223
1224 -Restriction was put on $4 at $5 and will not expire.
 1224+The restriction was set on $4 at $5 and will not expire.
12251225
12261226 You can contact [[User:$2|$2]] or another [[{{MediaWiki:Grouppage-sysop}}|administrator]] to discuss the restriction.',
12271227 'userrestricted-namespace-indef' => "<big>'''Your user name or IP address has been restricted from editing $1 namespace.'''</big>
@@ -1700,6 +1700,7 @@
17011701 'right-userrights' => 'Edit all user rights',
17021702 'right-userrights-interwiki' => 'Edit user rights of users on other wikis',
17031703 'right-siteadmin' => 'Lock and unlock the database',
 1704+'right-restrict' => 'Restrict users from editing certain pages and namespaces',
17041705
17051706 # User rights log
17061707 'rightslog' => 'User rights log',
@@ -1741,6 +1742,7 @@
17421743 'action-userrights' => 'edit all user rights',
17431744 'action-userrights-interwiki' => 'edit user rights of users on other wikis',
17441745 'action-siteadmin' => 'lock or unlock the database',
 1746+'action-restrict' => 'restrict users from editing pages',
17451747
17461748 # Recent changes
17471749 'nchanges' => '$1 {{PLURAL:$1|change|changes}}',
@@ -2743,7 +2745,7 @@
27442746 'userrestrictiontype-page' => 'Page',
27452747
27462748 # Special:RemoveRestrictions
2747 -'removerestrictions' => 'Remove restriction from a user',
 2749+'removerestrictions' => 'Remove the restriction for a user',
27482750 'removerestrictions-intro' => 'Use the form below to remove a restriction from a certain user.',
27492751 'removerestrictions-noid' => 'No restriction ID was specified.',
27502752 'removerestrictions-wrongid' => 'Restriction with that ID not found.
@@ -2764,8 +2766,8 @@
27652767 'restrictuser-go' => 'Restrict user',
27662768 'restrictuser-notfound' => 'User not found',
27672769 'restrictuser-existing' => 'Existing restrictions',
2768 -'restrictuser-legend-page' => 'Restrict from editing certain page',
2769 -'restrictuser-legend-namespace' => 'Restrict from editing certain namespace',
 2770+'restrictuser-legend-page' => 'Restrict from editing a page',
 2771+'restrictuser-legend-namespace' => 'Restrict from editing a namespace',
27702772 'restrictuser-title' => 'Page to restrict:',
27712773 'restrictuser-namespace' => 'Namespace:',
27722774 'restrictuser-expiry' => 'Expires:',

Comments

#Comment by Aaron Schulz (talk | contribs)   17:59, 31 December 2008

'The estriction was set on $4 at $5 and expires on $6 at $7' ?

Status & tagging log