From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- extensions/TitleBlacklist/i18n/en.json | 48 +++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 21 deletions(-) (limited to 'extensions/TitleBlacklist/i18n/en.json') diff --git a/extensions/TitleBlacklist/i18n/en.json b/extensions/TitleBlacklist/i18n/en.json index 5b6a86df..a7efd2a6 100644 --- a/extensions/TitleBlacklist/i18n/en.json +++ b/extensions/TitleBlacklist/i18n/en.json @@ -1,23 +1,29 @@ { - "@metadata": { - "authors": [] - }, - "action-titleblacklistlog": "view the title blacklist log", - "log-name-titleblacklist": "Title blacklist log", - "log-description-titleblacklist": "These events track title blacklist hits.", - "logentry-titleblacklist-hit-username": "$1 {{GENDER:$2|caused}} a title blacklist hit when trying to create account $3 matching $4.", - "titleblacklist-desc": "Allows administrators to forbid creation of pages and user accounts per a [[MediaWiki:Titleblacklist|blacklist]] and [[MediaWiki:Titlewhitelist|whitelist]]", - "titleblacklist": "# This is a title blacklist. Titles and users that match a regular expression here cannot be created.\n# Use \"#\" for comments.\n# This is case insensitive by default", - "titlewhitelist": "# This is a title whitelist. Use \"#\" for comments.\n# This is case insensitive by default", - "titleblacklist-forbidden-edit": "The title \"$2\" has been banned from creation.\nIt matches the following blacklist entry: $1", - "titleblacklist-forbidden-move": "\"$2\" cannot be moved to \"$3\", because the title \"$3\" has been banned from creation.\nIt matches the following blacklist entry: $1", - "titleblacklist-forbidden-upload": "The file name \"$2\" has been banned from creation.\nIt matches the following blacklist entry: $1", - "titleblacklist-forbidden-new-account": "The user name \"$2\" has been banned from creation.\nIt matches the following blacklist entry: $1", - "titleblacklist-invalid": "The following {{PLURAL:$1|line|lines}} in the title blacklist {{PLURAL:$1|is|are}} invalid;\nplease correct {{PLURAL:$1|it|them}} before saving:", - "titleblacklist-override": "Ignore the blacklist", - "titleblacklist-autoconfirmed-warning": "Note: This page can only be edited by users with the autoconfirmed right because it matches the following title blacklist entry:
$1", - "titleblacklist-warning": "Warning: This page can only be edited by administrators and other users with the tboverride right because it matches the following title blacklist entry:
$1", - "right-tboverride": "Override the title or username blacklist", - "right-tboverride-account": "Override the username blacklist", - "right-titleblacklistlog": "View title blacklist log" + "@metadata": { + "authors": [] + }, + "action-titleblacklistlog": "view the title blacklist log", + "log-name-titleblacklist": "Title blacklist log", + "log-description-titleblacklist": "These events track title blacklist hits.", + "logentry-titleblacklist-hit-username": "$1 {{GENDER:$2|caused}} a title blacklist hit when trying to create account $3 matching $4.", + "titleblacklist-desc": "Allows administrators to forbid creation of pages and user accounts per a [[MediaWiki:Titleblacklist|blacklist]] and [[MediaWiki:Titlewhitelist|whitelist]]", + "titleblacklist": "# This is a title blacklist. Titles and users that match a regular expression here cannot be created.\n# Use \"#\" for comments.\n# This is case insensitive by default", + "titlewhitelist": "# This is a title whitelist. Use \"#\" for comments.\n# This is case insensitive by default", + "titleblacklist-forbidden-edit": "The title \"$2\" has been banned from creation.\nIt matches the following blacklist entry: $1", + "titleblacklist-forbidden-move": "\"$2\" cannot be moved to \"$3\", because the title \"$3\" has been banned from creation.\nIt matches the following blacklist entry: $1", + "titleblacklist-forbidden-upload": "The filename \"$2\" has been banned from creation.\nIt matches the following blacklist entry: $1", + "titleblacklist-forbidden-new-account": "The user name \"$2\" has been banned from creation.\nIt matches the following blacklist entry: $1", + "titleblacklist-invalid": "The following {{PLURAL:$1|line|lines}} in the title blacklist {{PLURAL:$1|is|are}} invalid;\nplease correct {{PLURAL:$1|it|them}} before saving:", + "titleblacklist-override": "Ignore the blacklist", + "titleblacklist-autoconfirmed-warning": "Note: This page can only be edited by users with the autoconfirmed right because it matches the following title blacklist entry:
$1", + "titleblacklist-warning": "Warning: This page can only be edited by administrators and other users with the tboverride right because it matches the following title blacklist entry:
$1", + "right-tboverride": "Override the title or username blacklist", + "right-tboverride-account": "Override the username blacklist", + "right-titleblacklistlog": "View title blacklist log", + "apihelp-titleblacklist-description": "Validate an article title, filename, or username against the TitleBlacklist.", + "apihelp-titleblacklist-param-title": "The string to validate against the blacklist.", + "apihelp-titleblacklist-param-action": "The action to be checked.", + "apihelp-titleblacklist-param-nooverride": "Don't try to override the titleblacklist.", + "apihelp-titleblacklist-example-1": "Check whether [[Foo]] is blacklisted", + "apihelp-titleblacklist-example-2": "Check whether [[Bar]] is blacklisted for editing" } -- cgit v1.2.2