4
0
Эх сурвалжийг харах

+ Correct synopsis for ShowLines (thanks, Scelt).
+ Document DailyActivity (thanks coaster for spotting).
+ foul1 should talk about words instead of lines; fixed in Danish and French.

Christoph Berg 21 жил өмнө
parent
commit
cb2aabb078
3 өөрчлөгдсөн 45 нэмэгдсэн , 4 устгасан
  1. 4 0
      docs/Changelog
  2. 38 1
      docs/pisg-doc.xml
  3. 3 3
      lang.txt

+ 4 - 0
docs/Changelog

@@ -16,6 +16,8 @@ pisg (0.66) - ??
      + Add bxlog script supplied by Hannes Tarien.
    * Documentation:
      + Add correct ChartsRegexp.
+     + Correct synopsis for ShowLines (thanks, Scelt).
+     + Document DailyActivity (thanks coaster for spotting).
    * Bugfixes:
      + Change -n to -ne in --help output (thanks to Thomas Matthijs for the
        patch).
@@ -25,6 +27,8 @@ pisg (0.66) - ??
        by nandmaster).
      + Most referenced nicks now works for nicks containing upper case chars
        again (reported by Triper in SF tracker #1167424 and Scelt).
+     + foul1 should talk about words instead of lines; fixed in Danish and
+       French.
 
 pisg (0.65) - Fri Apr, 15th 2005
    Christoph:

+ 38 - 1
docs/pisg-doc.xml

@@ -1086,6 +1086,43 @@
   </chapter>
   <chapter id="reference-stats">
    <title>Options for various statistics features</title>
+
+    <!-- *** DailyActivity *** -->
+    <refentry id="DailyActivity">
+
+    <refmeta> <refentrytitle>DailyActivity</refentrytitle> </refmeta>
+
+    <refnamediv>
+    <refname>DailyActivity</refname>
+    <refpurpose>number of days to show in "Daily Actitity"</refpurpose>
+    </refnamediv>
+
+    <refsynopsisdiv><programlisting>
+      <![CDATA[
+        <channel="#channel">
+         Logfile = "channel.log"
+         Format = "xchat"
+         DailyActivity = "0"
+        </channel>
+
+        <set DailyActivity="31">
+      ]]>
+    </programlisting></refsynopsisdiv>
+
+    <refsect1>
+    <title>Description</title>
+    <para>
+    This option sets the number of days to show in the "Daily activity"
+    section. Pisg will generate a graph that shows the actitivy during
+    this timeframe. Setting the option to 0 disables the section.
+    </para>
+    </refsect1>
+    <refsect1>
+    <title>Default</title>
+    <para> 0 (disabled) </para>
+    </refsect1>
+    </refentry>
+
     <!-- *** SHOWACTIVETIMES *** -->
     <refentry id="ShowActiveTimes">
 
@@ -1234,7 +1271,7 @@
 
     <refnamediv>
     <refname>ShowLines</refname>
-    <refpurpose>enable/disable "words per line"</refpurpose>
+    <refpurpose>enable/disable "number of lines"</refpurpose>
     </refnamediv>
 
     <refsynopsisdiv><programlisting>

+ 3 - 3
lang.txt

@@ -20,7 +20,7 @@
 # (NL) Dutch - Jeroen van Nimwegen <jeroen.van.nimwegen@gmail.com> (2005-02-17)
 # (SE) Swedish - Andreas Henriksson <andreas@fjortis.info> (2005-01-12)
 # (FI) Finnish - Kirler@paincreators <kirler@paincreators.net>
-#      last update: Sami Karuaho <sami.karuaho@kanetti.fi>( 2005-03-19)
+#      last update: Sami Karuaho <sami.karuaho@kanetti.fi> (2005-03-19)
 # (SI) Slovenian - Ales Tepina <??> (2005-01-09: bounces)
 # (HU) Hungarian - Gyuri Horak <??> (2005-01-09: bounces)
 # (EE) Estonian - Hannes Tarien <comcute@users.sf.net>
@@ -441,7 +441,7 @@ long2 = "Gennemsnittet p
 short1 = "<b>[:nick]</b> skrev de korteste linjer. Gennemsnittet er [:letters] bogstaver pr. linje..."
 short2 = "<b>[:nick]</b> skriver også korte linjer, med et gennesnit på [:letters]"
 
-foul1 = "<b>[:nick]</b> er lidt stor i munden, [:per]% af linjerne indeholdte uhøfligt sprog"
+foul1 = "<b>[:nick]</b> er lidt stor i munden, [:per]% af ordene var uhøfligt sprog"
 foul2 = "<b>[:nick]</b> burde også vaske munden med sæbe med alt det han/hun fyrer af, [:per]% af tiden"
 foul3 = "Ingen rapkæftede på [:channel]!"
 foultext = "<b>For eksempel sådan her:</b><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[:line]"
@@ -622,7 +622,7 @@ long2 = "La moyenne sur [:channel] est de [:avg] lettres par ligne."
 short1 = "<b>[:nick]</b> a écrit les lignes les plus courtes, avec en moyenne [:letters] lettres par ligne..."
 short2 = "<b>[:nick]</b> n'a pas grand chose à dire non plus, en moyenne [:letters]."
 
-foul1 = "<b>[:nick]</b> est bien vulgaire, [:per]% de ses lignes contiennent des gros mots."
+foul1 = "<b>[:nick]</b> est bien vulgaire, [:per]% de ses mots etaient des gros mots."
 foul2 = "<b>[:nick]</b> parle aussi comme un charretier, [:per]% du temps."
 foul3 = "Personne n'est grossier sur [:channel] ! Pendant combien de temps encore ?"
 foultext = "<b>Exemple :</b><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[:line]"