summaryrefslogtreecommitdiff
blob: 2465d0764f86f1e0ea137f80ccf70bb92f23435f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"@metadata": {
		"authors": [
			"Dejavu",
			"Shirayuki"
		]
	},
	"antispoof-desc": "Blocks the creation of accounts with mixed-script, confusing and similar usernames",
	"antispoof-conflict-top": "The username \"$1\" is too similar to the following {{PLURAL:$2|username|usernames}}:",
	"antispoof-conflict-bottom": "Please choose another username.",
	"antispoof-name-illegal": "The username \"$1\" is not allowed to prevent confusing or spoofed usernames: $2.\nPlease choose another username.",
	"antispoof-badtype": "Bad data type",
	"antispoof-empty": "Empty string",
	"antispoof-blacklisted": "Contains blacklisted character $1",
	"antispoof-combining": "Begins with combining mark $1",
	"antispoof-unassigned": "Contains unassigned character $1",
	"antispoof-deprecated": "Contains deprecated character $1",
	"antispoof-noletters": "Does not contain any letters",
	"antispoof-mixedscripts": "Contains incompatible mixed scripts",
	"antispoof-tooshort": "Canonicalised name too short",
	"antispoof-ignore": "Ignore spoofing checks",
	"antispoof-ignore-help": "Allows users with sufficient privileges to create an account even if its name is similar to that of an existing account.",
	"right-override-antispoof": "Override the spoofing checks"
}