3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

French translation

This commit is contained in:
iceTwy 2013-07-11 03:51:01 +02:00
parent 86ff430169
commit 02164ab2a7

View File

@ -1,14 +1,18 @@
{
"authed": {
"en": "{nick} is authed with nickserv."
"en": "{nick} is authed with nickserv.",
"fr": "{nick} est authentifié avec nickserv."
},
"not_authed": {
"en": "{nick} is not authed with nickserv."
"en": "{nick} is not authed with nickserv.",
"fr": "{nick} n'est pas authentifié avec nickserv."
},
"hostmask": {
"en": "Hostmask for {nick}: {host}"
"en": "Hostmask for {nick}: {host}",
"fr": "Hostmask pour {nick}: {host}"
},
"no_hostmask": {
"en": "No hostmask could be found for {nick}"
"en": "No hostmask could be found for {nick}",
"fr": "Aucun hostmask trouvé pour {nick}"
}
}