dbot/modules/sstats/strings.json
2013-10-17 03:59:29 +00:00

24 lines
628 B
JSON

{
"sstats_unknown_user": {
"en": "Unknown user."
},
"sstats_tlines": {
"en": "{user} has posted {lines} lines"
},
"sstats_uclines": {
"en": " ({lines} in {channel})"
},
"sstats_noustats": {
"en": "No stats recorded for this user."
},
"sstats_clines": {
"en": "{lines} lines posted in {channel}."
},
"sstats_uwords": {
"en": "{user} has used {words} words ({curses} curses, {capitals} capitalised words)"
},
"sstats_ucwords": {
"en": " - {words} words, {curses} curses, {capitals} capitalised words in {channel}"
}
}