dbot/modules/nickserv/strings.json

23 lines
681 B
JSON
Raw Normal View History

{
"authed": {
2013-07-11 03:51:01 +02:00
"en": "{nick} is authed with nickserv.",
"fr": "{nick} est authentifié avec nickserv.",
"it": "{nick} è autenticato con nickserv."
},
"not_authed": {
2013-07-11 03:51:01 +02:00
"en": "{nick} is not authed with nickserv.",
"fr": "{nick} n'est pas authentifié avec nickserv.",
"it": "{nick} non è autenticato con nickserv."
},
"hostmask": {
2013-07-11 03:51:01 +02:00
"en": "Hostmask for {nick}: {host}",
"fr": "Hostmask pour {nick}: {host}",
"it": "Hostmask per {nick}: {host}"
},
"no_hostmask": {
2013-07-11 03:51:01 +02:00
"en": "No hostmask could be found for {nick}",
"fr": "Aucun hostmask trouvé pour {nick}",
"it": "Nessuna hostmask trovata per {nick}"
}
}