#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

@ -42,4 +42,5 @@
$lang->about_secret = '可用於討論板或回覆時選擇是否使用。';
$lang->about_admin_mail = '有新的主題或評論時,將自動發電子郵件來通知管理員。<br />多數電子郵件由逗號(,)區隔。';
$lang->about_category_color = '設定分類顏色。';
?>
$lang->msg_not_enough_point = 'Your point is not enough to write an article in this board.';
?>