Skip to content

Commit

Permalink
Backport compatible message changes from master.
Browse files Browse the repository at this point in the history
Synced up to 58852d8.

Change-Id: I3b2d0d6ffc0439ab4747ba03fb29e7335f181848
  • Loading branch information
siebrand committed Jul 1, 2012
1 parent e841bbc commit ae41d8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions languages/messages/MessagesEn.php
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
'tog-hidepatrolled' => 'Hide patrolled edits in recent changes',
'tog-newpageshidepatrolled' => 'Hide patrolled pages from new page list',
'tog-extendwatchlist' => 'Expand watchlist to show all changes, not just the most recent',
'tog-usenewrc' => 'Use enhanced recent changes (requires JavaScript)',
'tog-usenewrc' => 'Group changes by page in recent changes and watchlist (requires JavaScript)',
'tog-numberheadings' => 'Auto-number headings',
'tog-showtoolbar' => 'Show edit toolbar (requires JavaScript)',
'tog-editondblclick' => 'Edit pages on double click (requires JavaScript)',
Expand Down Expand Up @@ -3134,8 +3134,8 @@ function, the specified revision does not exist, or you are attempting to hide t
'expiringblock' => 'expires on $1 at $2',
'anononlyblock' => 'anon. only',
'noautoblockblock' => 'autoblock disabled',
'createaccountblock' => 'account creation blocked',
'emailblock' => 'e-mail blocked',
'createaccountblock' => 'account creation disabled',
'emailblock' => 'e-mail disabled',
'blocklist-nousertalk' => 'cannot edit own talk page',
'ipblocklist-empty' => 'The block list is empty.',
'ipblocklist-no-results' => 'The requested IP address or username is not blocked.',
Expand All @@ -3160,7 +3160,7 @@ function, the specified revision does not exist, or you are attempting to hide t
'block-log-flags-anononly' => 'anonymous users only',
'block-log-flags-nocreate' => 'account creation disabled',
'block-log-flags-noautoblock' => 'autoblock disabled',
'block-log-flags-noemail' => 'e-mail blocked',
'block-log-flags-noemail' => 'e-mail disabled',
'block-log-flags-nousertalk' => 'cannot edit own talk page',
'block-log-flags-angry-autoblock' => 'enhanced autoblock enabled',
'block-log-flags-hiddenname' => 'username hidden',
Expand Down

0 comments on commit ae41d8a

Please sign in to comment.