dbot/modules/nickserv/strings.json
2013-07-11 03:51:01 +02:00

19 lines
492 B
JSON

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