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:
flyskyko 2011-07-27 05:56:09 +00:00
parent 9d76ec0cd3
commit 28636f736d
10 changed files with 69 additions and 154 deletions

View file

@ -25,21 +25,15 @@ $lang->module_category_title = array(
); );
$lang->menu_gnb = array( $lang->menu_gnb = array(
'site' => '사이트', 'dashboard' => 'Dashboard',
'user' => '유저', 'site' => 'Site',
'content' => '콘텐츠', 'user' => 'User',
'theme' => '테마', 'content' => 'Content',
'extensions' => '확장기능', 'theme' => 'Theme',
'configuration' => '설정', 'extensions' => 'Extensions',
); 'configuration' => '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 = "Latest News"; $lang->newest_news = "Latest News";
$lang->env_setup = "Setting"; $lang->env_setup = "Setting";

View file

@ -25,20 +25,13 @@ $lang->module_category_title = array(
); );
$lang->menu_gnb = array( $lang->menu_gnb = array(
'site' => '사이트', 'dashboard' => 'Dashboard',
'user' => '유저', 'site' => 'Site',
'content' => '콘텐츠', 'user' => 'User',
'theme' => '테마', 'content' => 'Content',
'extensions' => '확장기능', 'theme' => 'Theme',
'configuration' => '설정', 'extensions' => 'Extensions',
); 'configuration' => '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->newest_news = "Noticias recientes";

View file

@ -25,20 +25,13 @@ $lang->module_category_title = array(
); );
$lang->menu_gnb = array( $lang->menu_gnb = array(
'site' => '사이트', 'dashboard' => 'Dashboard',
'user' => '유저', 'site' => 'Site',
'content' => '콘텐츠', 'user' => 'User',
'theme' => '테마', 'content' => 'Content',
'extensions' => '확장기능', 'theme' => 'Theme',
'configuration' => '설정', 'extensions' => 'Extensions',
); 'configuration' => '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 = "Dernières Nouvelles"; $lang->newest_news = "Dernières Nouvelles";

View file

@ -25,20 +25,13 @@ $lang->module_category_title = array(
); );
$lang->menu_gnb = array( $lang->menu_gnb = array(
'site' => '사이트', 'dashboard' => 'Dashboard',
'user' => '유저', 'site' => 'Site',
'content' => '콘텐츠', 'user' => 'User',
'theme' => '테마', 'content' => 'Content',
'extensions' => '확장기능', 'theme' => 'Theme',
'configuration' => '설정', 'extensions' => 'Extensions',
); 'configuration' => '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 = '最新ニュース'; $lang->newest_news = '最新ニュース';

View file

@ -35,14 +35,7 @@ $lang->menu_gnb = array(
'extensions' => '확장기능', 'extensions' => '확장기능',
'configuration' => '설정', 'configuration' => '설정',
); );
$lang->menu_gnb_sub = array(
'site' => array(),
'user' => array('userList'=>'유저 목록', 'setting'=>'설정', 'point'=>'포인트'),
'content' => array('document'=>'문서', 'comment'=>'댓글', 'trackback'=>'트랙백', 'file'=>'파일', 'poll'=>'투표', 'dataMigration'=>'데이터 이전'),
'theme' => array(),
'extensions' => array('easyInstaller'=>'쉬운설치', 'installedLayout'=>'레이아웃', 'installedModule'=>'모듈', 'installedWidget'=>'위젯', 'installedAddon'=>'애드온', 'WYSIWYGEditor'=>'에디터', 'spamFilter'=>'스팸필터'),
'configuration' => array('general'=>'일반', 'fileUpload'=>'파일 업로드'),
);
$lang->newest_news = '최신 소식'; $lang->newest_news = '최신 소식';
$lang->env_setup = '환경 설정'; $lang->env_setup = '환경 설정';
$lang->default_url = '기본 URL'; $lang->default_url = '기본 URL';
@ -86,7 +79,7 @@ $lang->server_ports = '서버포트지정';
$lang->about_server_ports = 'HTTP는 80, HTTPS는 443 이 아닌, 다른 포트를 사용할 경우에 포트를 지정해 주어야 합니다.'; $lang->about_server_ports = 'HTTP는 80, HTTPS는 443 이 아닌, 다른 포트를 사용할 경우에 포트를 지정해 주어야 합니다.';
$lang->use_db_session = '인증 세션 DB 사용'; $lang->use_db_session = '인증 세션 DB 사용';
$lang->about_db_session = '인증 시 사용되는 PHP 세션을 DB로 사용하는 기능입니다.<br/>웹서버의 사용률이 낮은 사이트에서는 비활성화시 사이트 응답 속도가 향상될 수 있습니다.<br/>단 현재 접속자를 구할 수 없어 관련된 기능을 사용할 수 없게 됩니다.'; $lang->about_db_session = '인증 시 사용되는 PHP 세션을 DB로 사용하는 기능입니다.<br/>웹서버의 사용률이 낮은 사이트에서는 비활성화시 사이트 응답 속도가 향상될 수 있습니다.<br/>단 현재 접속자를 구할 수 없어 관련된 기능을 사용할 수 없게 됩니다.';
$lang->sftp = 'SFTP 사용'; $lang->sftp = 'SFTP 사용';
$lang->ftp_get_list = '목록 가져오기'; $lang->ftp_get_list = '목록 가져오기';
$lang->ftp_remove_info = 'FTP 정보 삭제'; $lang->ftp_remove_info = 'FTP 정보 삭제';
$lang->msg_ftp_invalid_path = 'FTP Path를 읽을 수 없습니다.'; $lang->msg_ftp_invalid_path = 'FTP Path를 읽을 수 없습니다.';

View file

@ -25,20 +25,13 @@ $lang->module_category_title = array(
); );
$lang->menu_gnb = array( $lang->menu_gnb = array(
'site' => '사이트', 'dashboard' => 'Dashboard',
'user' => '유저', 'site' => 'Site',
'content' => '콘텐츠', 'user' => 'User',
'theme' => '테마', 'content' => 'Content',
'extensions' => '확장기능', 'theme' => 'Theme',
'configuration' => '설정', 'extensions' => 'Extensions',
); 'configuration' => '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 = 'Последние новости'; $lang->newest_news = 'Последние новости';

View file

@ -25,36 +25,13 @@ $lang->module_category_title = array(
); );
$lang->menu_gnb = array( $lang->menu_gnb = array(
'site' => '사이트', 'dashboard' => 'Dashboard',
'user' => '유저', 'site' => 'Site',
'content' => '콘텐츠', 'user' => 'User',
'theme' => '테마', 'content' => 'Content',
'extensions' => '확장기능', 'theme' => 'Theme',
'configuration' => '설정', 'extensions' => 'Extensions',
); 'configuration' => '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->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 = "Son Gelişmeler"; $lang->newest_news = "Son Gelişmeler";

View file

@ -3,10 +3,10 @@
* @file : common/lang/vi.lang.php * @file : common/lang/vi.lang.php
* @author : NHN (developers@xpressengine.com) * @author : NHN (developers@xpressengine.com)
* @trans : DucDuy Dao (webmaster@xpressengine.vn) * @trans : DucDuy Dao (webmaster@xpressengine.vn)
* @website: http://xpressengine.vn * @website: http://xpressengine.vn
* @brief : Vietnamese Language Pack (Only basic words are included here) * @brief : Vietnamese Language Pack (Only basic words are included here)
**/ **/
$lang->admin_info = 'Thông tin Administrator'; $lang->admin_info = 'Thông tin Administrator';
$lang->admin_index = 'Trang chủ Admin'; $lang->admin_index = 'Trang chủ Admin';
$lang->control_panel = 'Bảng điều khiển'; $lang->control_panel = 'Bảng điều khiển';
@ -27,20 +27,13 @@ $lang->module_category_title = array(
); );
$lang->menu_gnb = array( $lang->menu_gnb = array(
'site' => '사이트', 'dashboard' => 'Dashboard',
'user' => '유저', 'site' => 'Site',
'content' => '콘텐츠', 'user' => 'User',
'theme' => '테마', 'content' => 'Content',
'extensions' => '확장기능', 'theme' => 'Theme',
'configuration' => '설정', 'extensions' => 'Extensions',
); 'configuration' => '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 = "Tin mới nhất"; $lang->newest_news = "Tin mới nhất";

View file

@ -25,20 +25,13 @@ $lang->module_category_title = array(
); );
$lang->menu_gnb = array( $lang->menu_gnb = array(
'site' => '사이트', 'dashboard' => 'Dashboard',
'user' => '유저', 'site' => 'Site',
'content' => '콘텐츠', 'user' => 'User',
'theme' => '테마', 'content' => 'Content',
'extensions' => '확장기능', 'theme' => 'Theme',
'configuration' => '설정', 'extensions' => 'Extensions',
); 'configuration' => '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 = "最新消息"; $lang->newest_news = "最新消息";
@ -94,7 +87,7 @@ $lang->server_ports = "指定服务器端口";
$lang->about_server_ports = "使用除HTTP80, HTTPS443以外的端口时必须得指定该服务器端口号。"; $lang->about_server_ports = "使用除HTTP80, HTTPS443以外的端口时必须得指定该服务器端口号。";
$lang->use_db_session = 'DB储存认证会话'; $lang->use_db_session = 'DB储存认证会话';
$lang->about_db_session = '用DB储存认证时的PHP会话。<br/>服务器使用率较少的网站建议不要勾选此项(可提高网站访问速度)。<br/>只是无法统计在线会员。'; $lang->about_db_session = '用DB储存认证时的PHP会话。<br/>服务器使用率较少的网站建议不要勾选此项(可提高网站访问速度)。<br/>只是无法统计在线会员。';
$lang->sftp = '使用sSFTP'; $lang->sftp = '使用sSFTP';
$lang->ftp_get_list = '载入列表'; $lang->ftp_get_list = '载入列表';
$lang->ftp_remove_info = '删除FTP信息'; $lang->ftp_remove_info = '删除FTP信息';
$lang->msg_ftp_invalid_path = '无法读取FTP路径。'; $lang->msg_ftp_invalid_path = '无法读取FTP路径。';

View file

@ -25,20 +25,13 @@ $lang->module_category_title = array(
); );
$lang->menu_gnb = array( $lang->menu_gnb = array(
'site' => '사이트', 'dashboard' => 'Dashboard',
'user' => '유저', 'site' => 'Site',
'content' => '콘텐츠', 'user' => 'User',
'theme' => '테마', 'content' => 'Content',
'extensions' => '확장기능', 'theme' => 'Theme',
'configuration' => '설정', 'extensions' => 'Extensions',
); 'configuration' => '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 = "最新消息"; $lang->newest_news = "最新消息";