diff --git a/i18n/api/en.json b/i18n/api/en.json index 2b36100c..d2c42b6f 100644 --- a/i18n/api/en.json +++ b/i18n/api/en.json @@ -2,8 +2,8 @@ "@metadata": { "authors": [] }, - "apihelp-spamblacklist-description": "Validate one or more URLs against the SpamBlacklist.", - "apihelp-spamblacklist-example-1": "Check two URLs against the blacklist", - "apihelp-spamblacklist-param-url": "URLs to validate against the blacklist.", - "apihelp-spamblacklist-summary": "Validate one or more URLs against the SpamBlacklist." + "apihelp-spamblacklist-description": "Validate one or more URLs against the spam block list.", + "apihelp-spamblacklist-example-1": "Check two URLs against the block list", + "apihelp-spamblacklist-param-url": "URLs to validate against the block list.", + "apihelp-spamblacklist-summary": "Validate one or more URLs against the spam block list." } diff --git a/i18n/en.json b/i18n/en.json index d93f64a1..52a9be86 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2,19 +2,19 @@ "@metadata": { "authors": [] }, - "spam-blacklist": " #
\n# External URLs matching this list will be blocked when added to a page.\n# This list affects only this wiki; refer also to the global blacklist.\n# For documentation see https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:SpamBlacklist\n#\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a regex fragment which will only match hosts inside URLs\n\n #
", - "spam-whitelist": " #
\n# External URLs matching this list will *not* be blocked even if they would\n# have been blocked by blacklist entries.\n#\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a regex fragment which will only match hosts inside URLs\n\n #
", - "email-blacklist": " #
\n# Email addresses matching this list will be blocked from registering or sending emails\n# This list affects only this wiki; refer also to the global blacklist.\n# For documentation see https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:SpamBlacklist\n#\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses\n\n #
", - "email-whitelist": " #
\n# Email addresses matching this list will *not* be blocked even if they would\n# have been blocked by blacklist entries.\n#\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses\n\n #
", + "spam-blacklist": " #
\n# External URLs matching this list will be blocked when added to a page.\n# This list affects only this wiki; refer also to the global block list.\n# For documentation see https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:SpamBlacklist\n#\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a regex fragment which will only match hosts inside URLs\n\n #
", + "spam-whitelist": " #
\n# External URLs matching this list will *not* be blocked even if they would\n# have been blocked by block list entries.\n#\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a regex fragment which will only match hosts inside URLs\n\n #
", + "email-blacklist": " #
\n# Email addresses matching this list will be blocked from registering or sending emails\n# This list affects only this wiki; refer also to the global block list.\n# For documentation see https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:SpamBlacklist\n#\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses\n\n #
", + "email-whitelist": " #
\n# Email addresses matching this list will *not* be blocked even if they would\n# have been blocked by block list entries.\n#\n# Syntax is as follows:\n#   * Everything from a \"#\" character to the end of the line is a comment\n#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses\n\n #
", "spam-blacklisted-email": "Forbidden email address", "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-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 forbid 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" + "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" }