mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
change language of admin menu
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8671 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9d76ec0cd3
commit
28636f736d
10 changed files with 69 additions and 154 deletions
|
|
@ -3,10 +3,10 @@
|
|||
* @file : common/lang/vi.lang.php
|
||||
* @author : NHN (developers@xpressengine.com)
|
||||
* @trans : DucDuy Dao (webmaster@xpressengine.vn)
|
||||
* @website: http://xpressengine.vn
|
||||
* @website: http://xpressengine.vn
|
||||
* @brief : Vietnamese Language Pack (Only basic words are included here)
|
||||
**/
|
||||
|
||||
|
||||
$lang->admin_info = 'Thông tin Administrator';
|
||||
$lang->admin_index = 'Trang chủ Admin';
|
||||
$lang->control_panel = 'Bảng điều khiển';
|
||||
|
|
@ -27,20 +27,13 @@ $lang->module_category_title = array(
|
|||
);
|
||||
|
||||
$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'=>'파일 업로드'),
|
||||
'dashboard' => 'Dashboard',
|
||||
'site' => 'Site',
|
||||
'user' => 'User',
|
||||
'content' => 'Content',
|
||||
'theme' => 'Theme',
|
||||
'extensions' => 'Extensions',
|
||||
'configuration' => 'Configuration',
|
||||
);
|
||||
$lang->newest_news = "Tin mới nhất";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue