Index: trunk/extensions/UsernameBlacklist/UsernameBlacklist.i18n.php |
— | — | @@ -12,9 +12,23 @@ |
13 | 13 | |
14 | 14 | /* English (Rob Church) */ |
15 | 15 | 'en' => array( |
16 | | -'blacklistedusername' => 'Blacklisted username', |
17 | | -'blacklistedusernametext' => 'The user name you have chosen matches the [[MediaWiki:Usernameblacklist| |
18 | | -list of blacklisted usernames]]. Please choose another name.', |
| 16 | +'blacklistedusername' => 'Blacklisted username', |
| 17 | +'blacklistedusernametext' => 'The user name you have chosen matches the [[MediaWiki:Usernameblacklist|list of blacklisted usernames]]. Please choose another name.', |
| 18 | +'usernameblacklist' => ' <pre> |
| 19 | +# Format |
| 20 | +# As a bulleted list with each blocked username or regular expression as a new |
| 21 | +# list item. For example: |
| 22 | +# |
| 23 | +# * Foo |
| 24 | +# * ((B|b)ar) |
| 25 | +# |
| 26 | +# The example above would prevent creation of the user account "Foo", and any |
| 27 | +# account where the username contains "Bar" or "bar". |
| 28 | +# |
| 29 | +# You can comment out lines with #; this is useful for adding explanation as to |
| 30 | +# what a complicated regular expression will block, or for providing reasons. |
| 31 | + </pre>', |
| 32 | + |
19 | 33 | ), |
20 | 34 | |
21 | 35 | /* Arabic (Meno25) */ |