1.modules/board/lang/en.lang.php- 오타 수정 artocles => articles

2.modules/board/conf/info.xml- 번역 수정
3.modules/board/skins/xe_board/skin.xml 썸네일 생성 방법/썸네일 가로크기/썸네일 세로크기 - 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3963 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
aerofleet 2008-03-18 14:27:17 +00:00
parent 189e6a3977
commit 07084883c4
3 changed files with 8 additions and 2 deletions

View file

@ -34,5 +34,5 @@
$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_board = "This module is for creating and managing boards.\nYou may select the module name from the list after creating one to configure specifically.\nPlease be careful with board's module name, since it will be the url. (ex : http://domain/zb/?mid=modulename)";
$lang->about_consultation = "Non-administrator members would see their own artocles.\nNon-members would not be able to write articles when using consultation.";
$lang->about_consultation = "Non-administrator members would see their own articles.\nNon-members would not be able to write articles when using consultation.";
?>