Changeset 1445


Ignore:
Timestamp:
05/20/04 10:35:29 (9 years ago)
Author:
benjamin
Message:

Ajout de la description du module dans la classe (permettra � terme la gestion du menu depuis le panneau admin)

Location:
trunk/bureau
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bureau/class/m_stats.php

    r1444 r1445  
    8888  /* ----------------------------------------------------------------- */ 
    8989  /** 
     90   * Nom des fonctions du module 
     91   */ 
     92  function alternc_module_description() { 
     93    return _("The stats module allows any user to ask for statistics about his web site. Statistics are web pages generated daily based on the visits of the day before. Webalizer is the soft used to produce those stats. The statistics can be produced in many languages."); 
     94  }  
     95 
     96  /* ----------------------------------------------------------------- */ 
     97  /** 
    9098   * Retourne un tableau contenant les jeux de statistiques d'un membre. 
    9199   * 
  • trunk/bureau/locales/fr_FR/LC_MESSAGES/stats.po

    r1444 r1445  
    1515"X-Generator: Emacs 21\n" 
    1616 
     17msgid "The stats module allows any user to ask for statistics about his web site. Statistics are web pages generated daily based on the visits of the day before. Webalizer is the soft used to produce those stats. The statistics can be produced in many languages." 
     18msgstr "Le module stats permet aux utilisateurs de demander des statistiques de visites de leurs sites web. Les statistiques sont des pages web générées automatiquement tous les matin d'après les visites de la veille. Le logiciel utilisé pour cela est Webalizer. Les statistiques peuvent être générées dans de nombreuses langues différentes." 
     19 
    1720msgid "quota_stats" 
    1821msgstr "Statistiques Web" 
Note: See TracChangeset for help on using the changeset viewer.