issue 70 menu working. Not yet completed source

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8590 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-07-13 01:51:44 +00:00
parent d803e8b89d
commit 683f041593
12 changed files with 393 additions and 292 deletions

View file

@ -27,6 +27,7 @@ $lang->module_category_title = array(
'system' => '시스템 관리',
);
$lang->menu_gnb = array(
'dashboard' => '대쉬보드',
'site' => '사이트',
'user' => '유저',
'content' => '콘텐츠',
@ -37,7 +38,7 @@ $lang->menu_gnb = array(
$lang->menu_gnb_sub = array(
'site' => array(),
'user' => array('userList'=>'유저 목록', 'setting'=>'설정', 'point'=>'포인트'),
'content' => array('document'=>'문서', 'comment'=>'댓글', 'trackback'=>'트랙백', 'file'=>'파일', 'poll'=>'투표', 'accusation'=>'신고', 'dataMigration'=>'데이터 이전'),
'content' => array('document'=>'문서', 'comment'=>'댓글', 'trackback'=>'트랙백', 'file'=>'파일', 'poll'=>'투표', 'dataMigration'=>'데이터 이전'),
'theme' => array(),
'extensions' => array('easyInstaller'=>'쉬운설치', 'installedLayout'=>'레이아웃', 'installedModule'=>'모듈', 'installedWidget'=>'위젯', 'installedAddon'=>'애드온', 'WYSIWYGEditor'=>'에디터', 'spamFilter'=>'스팸필터'),
'configuration' => array('general'=>'일반', 'fileUpload'=>'파일 업로드'),