mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1300 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
903a77c9af
commit
16065766f0
20 changed files with 77 additions and 5 deletions
10
modules/page/lang/ko.lang.php
Normal file
10
modules/page/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 페이지(page) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
// 주절 주절..
|
||||
$lang->about_page = "하나의 완성된 페이지를 제작할 수 있는 블로그 모듈입니다.\n최근게시물이나 기타 플러그인을 이용해서 동적인 페이지 생성이 가능하고 에디터 컴포넌트를 통해서 다양한 모습으로 꾸밀 수 있습니다.\n접속 URL은 다른 모듈처 mid=모듈이름 으로 접속이 가능하며 기본으로 선택하면 접속시 메인 페이지가 됩니다";
|
||||
?>
|
||||
|
|
@ -1,5 +1,10 @@
|
|||
<!--%import("js/page_admin.js")-->
|
||||
|
||||
<!-- 설명 -->
|
||||
<div style="border:1px solid #CCCCCC;margin-bottom:10px;padding:10px;">
|
||||
{nl2br($lang->about_page)}
|
||||
</div>
|
||||
|
||||
<!-- 페이지 정보 -->
|
||||
<div>
|
||||
{$lang->total_count} {number_format($total_count)},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue