diff --git a/modules/addon/lang/ko.lang.php b/modules/addon/lang/ko.lang.php new file mode 100644 index 000000000..e28ecb596 --- /dev/null +++ b/modules/addon/lang/ko.lang.php @@ -0,0 +1,20 @@ +module_list = "모듈 목록"; + $lang->module_index = "초기화면"; + $lang->module_category = "모듈 카테고리"; + $lang->module_info = "모듈 정보"; + $lang->add_shortcut = "관리자 메뉴에 추가"; + + $lang->module_maker = "모듈 제작자"; + $lang->module_history = "변경 사항 "; + + $lang->category_title = "카테고리 이름"; + $lang->cmd_add_shortcut = "바로가기 추가"; + +?> diff --git a/modules/addon/tpl.admin/addon_info.html b/modules/addon/tpl.admin/addon_info.html new file mode 100644 index 000000000..a149b22dd --- /dev/null +++ b/modules/addon/tpl.admin/addon_info.html @@ -0,0 +1,56 @@ + +++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$lang->module_maker}
{$lang->title}{$module_info->title}
{$lang->author}{$module_info->author->name}
{$lang->homepage}{$module_info->author->homepage}
{$lang->regdate}{$module_info->author->date}
{$lang->description}{nl2br($module_info->author->description)}
{$lang->module_history}
{$lang->name}{$history->name}
{$lang->homepage}{$history->homepage}
{$lang->regdate}{$history->date}
{$lang->description}{nl2br($history->description)}
+ {$lang->cmd_close} +