Index: trunk/extensions/SpamBlacklist/SpamBlacklist.i18n.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'spam-blacklist' => ' # External URLs matching this list will be blocked when added to a page. |
14 | 14 | # This list affects only this wiki; refer also to the global blacklist. |
15 | | - # For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist |
| 15 | + # For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist |
16 | 16 | #<!-- leave this line exactly as it is --> <pre> |
17 | 17 | # |
18 | 18 | # Syntax is as follows: |
— | — | @@ -26,22 +26,22 @@ |
27 | 27 | #</pre> <!-- leave this line exactly as it is -->', |
28 | 28 | 'email-blacklist' => ' # Emails matching this list will be blocked from registering or sending email |
29 | 29 | # This list affects only this wiki; refer also to the global blacklist. |
30 | | - # For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist |
| 30 | + # For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist |
31 | 31 | #<!-- leave this line exactly as it is --> <pre> |
32 | 32 | # |
33 | 33 | # Syntax is as follows: |
34 | 34 | # * Everything from a "#" character to the end of the line is a comment |
35 | | -# * Every non-blank line is a regex fragment which will only match hosts inside URLs |
| 35 | +# * Every non-blank line is a regex fragment which will only match hosts inside e-mails |
36 | 36 | |
37 | 37 | #</pre> <!-- leave this line exactly as it is -->', |
38 | 38 | 'email-whitelist' => ' #<!-- leave this line exactly as it is --> <pre> |
39 | 39 | # Emails matching this list will *not* be blocked even if they would |
40 | 40 | # have been blocked by blacklist entries. |
41 | 41 | # |
42 | | - #</pre> <!-- leave this line exactly as it is -->', |
| 42 | + #</pre> <!-- leave this line exactly as it is --> |
43 | 43 | # Syntax is as follows: |
44 | 44 | # * Everything from a "#" character to the end of the line is a comment |
45 | | -# * Every non-blank line is a regex fragment which will only match hosts inside URLs |
| 45 | +# * Every non-blank line is a regex fragment which will only match hosts inside e-mails', |
46 | 46 | |
47 | 47 | 'spam-blacklisted-email' => 'Blacklisted E-mail', |
48 | 48 | 'spam-blacklisted-email-text' => 'Your e-mail address is currently blacklisted from sending e-mails to other users.', |