1. 로그인 접속자 위젯의 이름 클릭시 # 속성으로 스크롤업되는 문제 수정

2. 문서 모듈 설정의 휴지통 TAB 잘못된 태그 수정
3. 익명 게시판 기능 추가


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5921 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-20 08:54:54 +00:00
parent d807512aca
commit 46bb24295c
18 changed files with 71 additions and 8 deletions

View file

@ -8,6 +8,7 @@
$lang->board = 'Board';
$lang->except_notice = 'Exclude Notices';
$lang->use_anonymous = '익명 사용';
$lang->cmd_manage_menu = 'Manage Menus';
$lang->list_target_item = 'Target Item';
@ -30,6 +31,7 @@
$lang->about_layout_setup = 'You can manually modify board layout code. Insert or manage the widget code anywhere you want';
$lang->about_board_category = 'You can make board categories.<br />When board category is broken, try rebuilding the cache file manually.';
$lang->about_except_notice = 'Notice articles will not be displayed on normal list.';
$lang->about_use_anonymous = '글쓴이의 정보를 없애고 익명으로 게시판 사용을 할 수 있게 합니다. 스킨설정에서 글쓰인 정보등을 보이지 않도록 하시면 더욱 유용합니다';
$lang->about_board = 'This module is for creating and managing boards.';
$lang->about_consultation = "Non-administrator members would see their own articles.\nNon-members would not be able to write articles when using consultation.";
$lang->about_secret = 'Users will be able to write secret articles or comments.';