4
0

stats.en.lang 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # time string (singular and plural)
  2. D 0 year
  3. D 1 years
  4. D 2 week
  5. D 3 weeks
  6. D 4 day
  7. D 5 days
  8. D 6 hour
  9. D 7 hours
  10. D 8 minute
  11. D 9 minutes
  12. D 10 second
  13. D 11 seconds
  14. D 12 some time
  15. T minutes time wasted
  16. # topX
  17. 100 Total Top<?range/?>(<?sorting/?>):
  18. 101 Today's Top<?range/?>(<?sorting/?>):
  19. 102 Weekly Top<?range/?>(<?sorting/?>):
  20. 103 Monthly Top<?range/?>(<?sorting/?>):
  21. 110 Total Last<?range/?>(<?sorting/?>):
  22. 111 Today's Last<?range/?>(<?sorting/?>):
  23. 112 Weekly Last<?range/?>(<?sorting/?>):
  24. 113 Monthly Last<?range/?>(<?sorting/?>):
  25. 120 Top <?range/?>("<?word/?>"):
  26. 130 Last <?range/?>("<?word/?>"):
  27. # !place
  28. 200 <?nick/?> is on place #<?place/?> out of <?active_users/?>.
  29. 201 Today, <?nick/?> is on place #<?place/?> out of <?active_users/?>.
  30. 202 This week, <?nick/?> is on place #<?place/?> out of <?active_users/?>.
  31. 203 This month, <?nick/?> is on place #<?place/?> out of <?active_users/?>.
  32. 220 Sorry, I don't have any stats about <?nick/?> in <?chan/?>.
  33. 221 <?nick/?>, sorry, I don't have any stats about you.
  34. 222 Sorry, I don't know the channel <?chan/?>
  35. # !wordstats
  36. 300 Words most used by <?user/?>:
  37. 310 Sorry, I don't have any wordstats about <?nick/?> in <?chan/?>
  38. 320 Words most used in <?chan/?>:
  39. 330 Sorry, I don't have any wordstats about <?nick/?> in <?chan/?>
  40. # !lastspoke
  41. 400 Sorry, I don't know when <?nick/?> uttered a word in <?chan/?> last time.
  42. 405 <?nick/?> last uttered a word <?lastspoke/?> ago.
  43. 405 <?nick/?> was last monitored brabbling a more or less useful sentence <?lastspoke/?> ago.
  44. 500 Hello, you've just been added to my userbase! Your username is "<?user/?>".
  45. 500 From now on, I'll log various statistics about you, unless you stop me.
  46. 500 If you set a password with "/msg <?botnick/?> STATSPASS <password>", you can edit the settings of your account.
  47. 500 The password will be transfered and stored in plain-text, so please don't re-use a password for any important account.
  48. 500 The URL of the stats-pages is http://<?server_host/?>:<?server_port/?>
  49. 1020 Sorry, I don't recognize you.
  50. 1100 You already have a password set.
  51. 1110 Usage: /msg <?botnick/?> STATSPASS <password>
  52. 1120 Password set to "<?password/?>"
  53. ## /msg <bot> top10
  54. 2030 Sorry, that is not a valid channel. Usage: top10 <chan>
  55. 2031 Sorry, that is not a valid channel. Usage: ttop10 <chan>
  56. 2032 Sorry, that is not a valid channel. Usage: top20 <chan>
  57. 2033 Sorry, that is not a valid channel. Usage: ttop20 <chan>
  58. 2034 Sorry, that is not a valid channel. Usage: place <chan>
  59. 2035 Sorry, that is not a valid channel. Usage: tplace <chan>
  60. 2036 Sorry, that is not a valid channel. Usage: stat <chan> [user]
  61. 2037 Sorry, that is not a valid channel. Usage: tstat <chan> [user]
  62. 2038 Sorry, that is not a valid channel. Usage: wordstats <chan> [user]
  63. 2039 Sorry, that is not a valid channel. Usage: topwords <chan>