diff options
author | Alex Legler <alex@a3li.li> | 2014-12-23 17:49:26 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2014-12-23 17:49:26 +0100 |
commit | e352fff59842ca14fbfd81ee1c4a64297bb598c5 (patch) | |
tree | 153f268484aa5cc41cacf912bdce8c4847df222d /AntiSpoof/i18n/frc.json | |
download | extensions-e352fff59842ca14fbfd81ee1c4a64297bb598c5.tar.gz extensions-e352fff59842ca14fbfd81ee1c4a64297bb598c5.tar.bz2 extensions-e352fff59842ca14fbfd81ee1c4a64297bb598c5.zip |
Add initial set of additional extensions
Diffstat (limited to 'AntiSpoof/i18n/frc.json')
-rw-r--r-- | AntiSpoof/i18n/frc.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/AntiSpoof/i18n/frc.json b/AntiSpoof/i18n/frc.json new file mode 100644 index 00000000..b560c4fa --- /dev/null +++ b/AntiSpoof/i18n/frc.json @@ -0,0 +1,16 @@ +{ + "@metadata": { + "authors": [ + "JeanVoisin" + ] + }, + "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 un caractère pas permit", + "antispoof-combining": "Commence avec une marque combinée", + "antispoof-unassigned": "Contient un caractère pas assigné ou désapprouvé", + "antispoof-noletters": "Contient pas de lettres", + "antispoof-mixedscripts": "Contient plusieurs scripts qui s'adonnont pas", + "antispoof-tooshort": "Le nom choisi est trop court" +} |