diff options
author | Alex Legler <alex@a3li.li> | 2016-01-06 21:47:22 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-01-06 21:47:22 +0100 |
commit | 058ee4ffba20b377ad1e154c7c9095d38d3a8706 (patch) | |
tree | 2afabdf00f82a2dfaa08e642e24ab848d1eebe98 /AntiSpoof/i18n/frc.json | |
parent | Remove AntiSpoof and AbuseFilter as these seem to be no longer bundled (diff) | |
download | extensions-058ee4ffba20b377ad1e154c7c9095d38d3a8706.tar.gz extensions-058ee4ffba20b377ad1e154c7c9095d38d3a8706.tar.bz2 extensions-058ee4ffba20b377ad1e154c7c9095d38d3a8706.zip |
Add AntiSpoof
Diffstat (limited to 'AntiSpoof/i18n/frc.json')
-rw-r--r-- | AntiSpoof/i18n/frc.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/AntiSpoof/i18n/frc.json b/AntiSpoof/i18n/frc.json new file mode 100644 index 00000000..2b0f57f9 --- /dev/null +++ b/AntiSpoof/i18n/frc.json @@ -0,0 +1,18 @@ +{ + "@metadata": { + "authors": [ + "JeanVoisin", + "Hangmanwa7id" + ] + }, + "antispoof-name-illegal": "Le nom \"$1\" est pas permit pour empêcher de confondre ou d'user le nom \"$2\". Choisissez donc un autre nom.", + "antispoof-badtype": "Mauvaise qualité d'information", + "antispoof-empty": "Chaîne vide", + "antispoof-blacklisted": "Contient le caractère pas permit $1", + "antispoof-combining": "Commence avec la marque combinée $1", + "antispoof-unassigned": "Contient le caractère pas assigné ou désapprouvé $1", + "antispoof-deprecated": "Contient le caractère désuet $1", + "antispoof-noletters": "Contient pas de lettres", + "antispoof-mixedscripts": "Contient plusieurs scripts qui s'adonnont pas", + "antispoof-tooshort": "Le nom choisi est trop court" +} |