#17154543 : restrict users to write an article if the user does not have enough point

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5170 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-12-23 16:23:25 +00:00
parent 3b4eb75c2d
commit df36ec4ccd
9 changed files with 39 additions and 10 deletions

View file

@ -43,4 +43,6 @@
$lang->about_admin_mail = 'A mail will be sent when an article or comment is submitted.<br />Multiple mails can be sent with commas(,).';
$lang->about_category_color = 'You can set font color of category.';
?>
$lang->msg_not_enough_point = 'Your point is not enough to write an article in this board.';
?>