게시판 분류에 color 속성 추가 (color picker는 일괄 처리 예정)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5081 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-12-15 08:12:00 +00:00
parent 1b51eb6c7d
commit 64ec631bba
18 changed files with 80 additions and 23 deletions

View file

@ -16,6 +16,7 @@
// Item
$lang->parent_category_title = 'Parent Category';
$lang->category_title = 'Category';
$lang->category_color = '분류 폰트색깔';
$lang->expand = 'Expand';
$lang->category_group_srls = 'Accessable Group';
$lang->search_result = 'Search Result';
@ -37,4 +38,6 @@
$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_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 = '분류 폰트색깔을 지정합니다.';
?>