mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-23 22:54:57 +00:00
Restore "block list"
Bug: T254646 Partial revert of I516dc68ec7a2dfaa82647feb67ec9bd264b8c380 Change-Id: I1e6931ee8a59242a5446e13e640acf55d1539bdc
This commit is contained in:
parent
6531a5e1f7
commit
62c53e3c0b
18
i18n/en.json
18
i18n/en.json
|
@ -10,13 +10,13 @@
|
|||
"spam-blacklisted-email-text": "Your email address is currently forbidden from sending emails to other users.",
|
||||
"spam-blacklisted-email-signup": "The given email address is currently forbidden from use.",
|
||||
"spam-blacklisted-link": "{{int:spamprotectiontext}}\n{{int:spamprotectionmatch|$1}}",
|
||||
"spam-invalid-lines": "The following spam blacklist {{PLURAL:$1|line is an|lines are}} invalid regular {{PLURAL:$1|expression|expressions}} and {{PLURAL:$1|needs|need}} to be corrected before saving the page:",
|
||||
"spam-blacklist-desc": "Regex-based anti-spam tool allowing to blacklist URLs in pages and email addresses for registered users",
|
||||
"log-name-spamblacklist": "Spam blacklist log",
|
||||
"log-description-spamblacklist": "These events track spam blacklist hits.",
|
||||
"logentry-spamblacklist-hit": "{{GENDER:$2|$1}} caused a spam blacklist hit on $3 by attempting to add $4.",
|
||||
"right-spamblacklistlog": "View the spam blacklist log",
|
||||
"action-spamblacklistlog": "view the spam blacklist log",
|
||||
"right-sboverride": "Bypass the spam blacklist",
|
||||
"action-sboverride": "Bypass the spam blacklist"
|
||||
"spam-invalid-lines": "The following spam block list {{PLURAL:$1|line is an|lines are}} invalid regular {{PLURAL:$1|expression|expressions}} and {{PLURAL:$1|needs|need}} to be corrected before saving the page:",
|
||||
"spam-blacklist-desc": "Regex-based anti-spam tool allowing to block list URLs in pages and email addresses for registered users",
|
||||
"log-name-spamblacklist": "Spam block list log",
|
||||
"log-description-spamblacklist": "These events track spam block list hits.",
|
||||
"logentry-spamblacklist-hit": "{{GENDER:$2|$1}} caused a spam block list hit on $3 by attempting to add $4.",
|
||||
"right-spamblacklistlog": "View the spam block list log",
|
||||
"action-spamblacklistlog": "view the spam block list log",
|
||||
"right-sboverride": "Bypass the spam block list",
|
||||
"action-sboverride": "Bypass the spam block list"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue