#######################################
#
# Language file for stats.mod v1.3.0
# ----------------------------------
#
#
# Usage is pretty self-explaining.
# If you add more than one line per item, a random one will be selected
# each time when it's used.
#
# You can use some variables, but not every var in every place.
# (using [user] on the index page would be nonsense, for example.
#  In such cases, the var is unitialized (which might even cause a crash))
#
# Also be only aware of the fact, that [user] is not the same as [nick] and
# [value] not the same as [int]. (which has something to do with the internal
# processing of those vars.)
#
#####################################################################
# Langage file by MOSSs.                               #
# mosss@dal.net.ru                                     #
# irc.dal.net.ru                                       #
# corrections and some addons by hangy <hangy@smtp.ru> # 
########################################################
# rename the names of the different stat types, if you don't like them.
# if no name is defined, the standard will be used.
T minutes  
T wpl   
T smileys 
T idle 
T words 
T actions 
T lines 
T letters 
T questions 
T joins   
T kicks 
T modes 
T nicks 
T topics 

# things you want to put into the header of each html file (CSS for example)
1 <style type="text/css"><!--  A:link { text-decoration: none; }  A:visited { text-decoration: none;}  A:active { text-decoration: none;}  A:hover { text-decoration: underline;} --></style>

# the bodytag (use this to change the colors of the pages)
5 <BODY BGCOLOR=#000000 TEXT=#1A9DFF LINK=#00D993 VLINK=#71C2FF ALINK=#2FFFBB>

# These two items get inserted at the top and bottom of every page,
# so if you want to insert livestats into an existing page design,
# you might add menu bars and similar stuff here.
# If not, just add an empty item.

# Example1 (header and footer from external files):
#10 [source head.html]
#11 [source footer.html]

# Example2 (no header or footer at all):
10
11

# title of the index page
100 [bot]'s Livestats
100 Livestats of [bot]
100 Livestats
100 Livestats - Channel Overview

# text that describes the link to the top talkers
105 top[topnr]

# time range of the stats
110 
111  
112  
113  

# same as above, but for user pages
114 
115  
116  
117  

# link to user- and misc-stats pages
118  
119   ?
120   

# title of channel-page
130 [chan] :

# <title>s of toptalker pages
200   [topnr]   [chan]
201   [topnr]   [chan]
202   [topnr]   [chan]
203  [topnr]     [chan]

# heads of toptalker pages
210 <center><H1>  [topnr]    [chan]</H1></center>
211 <center><H1>  [topnr]    [chan]</H1></center>
212 <center><H1>  [topnr]    [chan]</H1></center>
213 <center><H1> [topnr]      [chan]</H1></center>

# self-explaining...
214 <center>  "%s" ( ,     ).
215  : [peak]</center>
216 
217  : [totalusers]
218 (   [chanstarted])

# link to graphs
220 

# link back to the index
221  

# time string (singular and plural)
250 
251 
252 
253 
254 
255 
256 
257 
258 
259 

# <title> -  
300   [graphnr]   [chan]
301   [graphnr]   [chan]
302   [graphnr]   [chan]
303  [graphnr]      [chan]

# heads of graph pages
310 <center><h1>  [graphnr]   [chan]</h1></center>
311 <center><h1>  [graphnr]   [chan]</h1></center>
312 <center><h1>  [graphnr]   [chan]</h1></center>
313 <center><h1> [graphnr]     [chan]</h1></center>

# self-explaining
320 <font size=+1> <b>%s</b></font>
321 <center><font size=-1>[[int] %s ]</font></center>
322 []
323 

# /chan/users/
400  [chan]

# /chan/onchan
410    [chan]   
420   :
430 idle time
435  
436 <center><b>null</b></center>

450 email 
451  

# userpage title
500   [user]   [chan]
# userpage head
501 <H1>  [user]   [chan]</H1>
502 
# self-explaining...
510  : "%s"
520 [user]  [int]   .  :
530  

## Misc Stats
# title
600    [chan]
# head
610 <center><font size=+2>     [chan]</font>
# self-explaining...
620  - :
630  :
631 ( [nick]  %s)
640 [int]  URL
641 (last mentioned by [nick] at %s)
650  
651 ISPs
652 TLDs
660 [int]  
670    %d  
671  :

# The last part of the misc stats, big numbers. That's how you use it:
# BN <type> <place> <text>
# All places of the same type will be in one table row.
BN nicks 1 <a href="../users/[user]/">[user]</a>          [value] .
BN nicks 2 <font size=-1><div align="right"><a href="../users/[user]/">[user]</a>       [value] .</div></font>
BN kicks 1 <a href="../users/[user]/">[user]</a>  [value] .
BN kicks 2 <font size=-1><div align="right">   <a href="../users/[user]/">[user]</a>([value] ).</div></font>
BN smileys 1 <a href="../users/[user]/">[user]</a>      [value] .
BN smileys 2 <font size=-1><br><div align="right"><a href="../users/[user]/">[user]</a>      [value] </font></div>
BN questions 1 <a href="../users/[user]/">[user]</a>  [value] .
BN questions 2 <font size=-1><div align="right"><a href="../users/[user]/">[user]</a>     [value] .</div></font>
BN joins 1 <a href="../users/[user]/">[user]</a>         [chan]    [value] 
BN joins 2 <font size=-1><div align="right"><a href="../users/[user]/">[user]</a> ,       ([value] joins)</div></font>
BN wpl 1 <a href="../users/[user]/">[user]</a>      [value]    .
BN wpl 2 <font size=-1><div align="right"><a href="../users/[user]/">[user]</a>   .   [value] /.</div></font>
BN vocables 1 <a href="../users/[user]/">[user]</a>       [value]  .
BN vocables 2 <font size=-1><div align="right">   <a href="../users/[user]/">[user]</a> ([value] )</div></font>

## This is for the file that explains that there are no stats for 
## every single user in the static webfiles.
## I hope you don't need this! ^_^
# title
900  ,     web-.
# body
901 <center><font size=+2>    . <br><br></font>   livestats. ^_^</center>

## public commands

1000   .

# !top10
1001 [int]    :
1002 [int]   :
1003 [int]   :
1004 [int]   :
# !top10 word foo
1005  [int]("%s"):

1010 [nick], ,      .
1011 ,      [nick]   [chan].

# !place
1012 [nick]   #[int]  [totalusers] .
1013  [nick]    #[int]  [totalusers] .
1014    [nick]   #[int]  [totalusers] .
1015    [nick]   #[int]  [totalusers] .

# !wordstats
1016 ,      [nick]   [chan]
1017     [user]:

# !topwords
1018     [chan]:

## /msg <bot> SETEMAIL|SETHOMEPAGE
1020 ,     .
1021 : /msg <bot> SETEMAIL <   >
1022     .
1023 : /msg <bot> SETHOMEPAGE <   >
1024    .

## /msg <bot> top10
2030 ,    . : top10 <chan>
2031 ,    . : ttop10 <chan>
2032 ,    . : top20 <chan>
2033 ,    . : ttop20 <chan>
2034 ,    . : place <chan>
2035 ,    . : tplace <chan>
2036 ,    . : stat <chan> [user]
2037 ,    . : tstat <chan> [user]
2038 ,    . : wordstats <chan> [user]
2039 ,    . : topwords <chan>