parent
43bd663cb3
commit
e317d96322
7 changed files with 114 additions and 11 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue