Ajout des fonctionnalités #2188851 et #2188856

This commit is contained in:
Leblanc Simon 2009-03-01 17:49:26 +00:00
commit e317d96322
7 changed files with 114 additions and 11 deletions

View file

@ -71,6 +71,11 @@ class configuration
*/
var $punbb_wotd_id = '1';
/**
* PunBB's forum max length for the message
*/
var $punbb_max_length = 60;
/**
* Additional URL
*/

View file

@ -18,6 +18,7 @@ class language
var $see_also = "See also:";
var $forum ="Forum";
var $forum_new = "New";
var $forum_view = "Show the topic";
var $forum_error = "Cannot read comments";
var $comments = "Comments";
var $wotd = "Word of the day";

View file

@ -18,6 +18,7 @@ class language
var $see_also = "Voir aussi :";
var $forum = "Forum";
var $forum_new = "Nouveau";
var $forum_view = "Voir le sujet";
var $forum_error = "Impossible de lire les commentaires";
var $comments = "Commentaires";
var $wotd = "Dernier message du webmaster";