mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
issue 70 gnb menu setting
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8587 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1e70e0240b
commit
38cc94f26e
12 changed files with 230 additions and 34 deletions
|
|
@ -24,6 +24,22 @@ $lang->module_category_title = array(
|
|||
'system' => 'System Setting',
|
||||
);
|
||||
|
||||
$lang->menu_gnb = array(
|
||||
'site' => '사이트',
|
||||
'user' => '유저',
|
||||
'content' => '콘텐츠',
|
||||
'theme' => '테마',
|
||||
'extensions' => '확장기능',
|
||||
'configuration' => '설정',
|
||||
);
|
||||
$lang->menu_gnb_sub = array(
|
||||
'site' => array(),
|
||||
'user' => array('userList'=>'유저 목록', 'setting'=>'설정', 'point'=>'포인트'),
|
||||
'content' => array('document'=>'문서', 'comment'=>'댓글', 'trackback'=>'트랙백', 'file'=>'파일', 'poll'=>'투표', 'accusation'=>'신고', 'dataMigration'=>'데이터 이전'),
|
||||
'theme' => array(),
|
||||
'extensions' => array('easyInstaller'=>'쉬운설치', 'installedLayout'=>'레이아웃', 'installedModule'=>'모듈', 'installedWidget'=>'위젯', 'installedAddon'=>'애드온', 'WYSIWYGEditor'=>'에디터', 'spamFilter'=>'스팸필터'),
|
||||
'configuration' => array('general'=>'일반', 'fileUpload'=>'파일 업로드'),
|
||||
);
|
||||
$lang->newest_news = "Noticias recientes";
|
||||
|
||||
$lang->env_setup = "Configuración";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue