mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
english update for info.xml and lang files from xelang_revised_2011_0408 package
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8292 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1735425525
commit
51579ba2c4
105 changed files with 798 additions and 1272 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<title xml:lang="zh-TW">管理員模組</title>
|
||||
<title xml:lang="tr">Yönetici Modülü</title>
|
||||
<description xml:lang="ko">각 모듈들의 기능을 나열하고 관리자용 레이아웃을 적용하여 관리 기능을 사용할 수 있도록 하는 모듈입니다.</description>
|
||||
<description xml:lang="en">This module shows a list of features of each module, and enables you to use a quite few of managers by applying layout for administrator.</description>
|
||||
<description xml:lang="en">This module shows a list of features for each module. By applying the administrator layout it is possible to use administrator features.</description>
|
||||
<description xml:lang="vi">Module này hiển thị thông tin của những Module đã được cài đặt, và cho phép bạn sử dụng quyền của Administrator để thiết lập giao diện.</description>
|
||||
<description xml:lang="es">Este módulo muestra una lista de características de cada módulo, en donde puede activar la función de la administracion aplicando el diseño del administrador.</description>
|
||||
<description xml:lang="zh-CN">列出各模块的功能并使用管理员布局,可以让其使用管理功能的模块。</description>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
$lang->admin_index = 'Index Admin Page';
|
||||
$lang->control_panel = 'Dashboard';
|
||||
$lang->start_module = 'Default Module';
|
||||
$lang->about_start_module = 'You can specify default module of the site.';
|
||||
$lang->about_start_module = 'You can specify the default module for the site.';
|
||||
|
||||
$lang->module_category_title = array(
|
||||
'service' => 'Services',
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
$lang->env_setup = "Setting";
|
||||
$lang->default_url = "Default URL";
|
||||
$lang->about_default_url = "If you use a virtual site feature (e.g., cafeXE), input default URL (parent-site's address), then SSO would be enabled, thus connection to documents/modules works properly. ";
|
||||
$lang->about_default_url = "If you use a virtual site feature (e.g., cafeXE), input default URL (parent-site's address), then SSO would be enabled, thus connection to documents/modules works properly.";
|
||||
|
||||
$lang->env_information = "Environment Information";
|
||||
$lang->current_version = "Current Version";
|
||||
|
|
@ -52,11 +52,11 @@
|
|||
|
||||
$lang->msg_is_not_administrator = 'Administrator Only';
|
||||
$lang->msg_manage_module_cannot_delete = 'Shortcuts of module, addon, layout, widget cannot be removed';
|
||||
$lang->msg_default_act_is_null = 'Shortcut could not be registered because default admin Action is not set';
|
||||
$lang->msg_default_act_is_null = 'Shortcut could not be registered because the default admin Action is not set';
|
||||
|
||||
$lang->welcome_to_xe = 'Welcome to the admin page of XE';
|
||||
$lang->about_admin_page = "Admin page is still under development,\nWe will add essential contents by accepting many good suggestions during Closebeta.";
|
||||
$lang->about_lang_env = "To apply selected language as default language, click on the Save button.";
|
||||
$lang->about_admin_page = "Admin page is still under development,\nWe will add essential contents by accepting many good suggestions during the Closed-beta.";
|
||||
$lang->about_lang_env = "To set the selected language as the default language, click on the Save button.";
|
||||
|
||||
$lang->xe_license = 'XE complies with the GPL';
|
||||
$lang->about_shortcut = 'You may remove shortcuts of modules which are registered on frequently using module list';
|
||||
|
|
|
|||
|
|
@ -2,15 +2,13 @@
|
|||
/**
|
||||
* @file ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief 한국어 언어팩 (기본적인 내용만 수록)
|
||||
* @brief Korean language pack (only the more basic)
|
||||
**/
|
||||
|
||||
$lang->admin_info = '관리자 정보';
|
||||
$lang->admin_index = '관리자 초기 페이지';
|
||||
$lang->control_panel = '제어판';
|
||||
$lang->start_module = '시작 모듈';
|
||||
$lang->about_start_module = '사이트 접속 시 기본으로 호출될 모듈을 지정할 수 있습니다.';
|
||||
|
||||
$lang->module_category_title = array(
|
||||
'service' => '서비스 관리',
|
||||
'member' => '회원 관리',
|
||||
|
|
@ -23,47 +21,36 @@
|
|||
'migration' => '데이터 관리/복원',
|
||||
'system' => '시스템 관리',
|
||||
);
|
||||
|
||||
$lang->newest_news = '최신 소식';
|
||||
|
||||
$lang->env_setup = '환경 설정';
|
||||
$lang->default_url = '기본 URL';
|
||||
$lang->about_default_url = 'XE 가상 사이트(cafeXE 등)의 기능을 사용할 때 기본 URL을 입력하셔야 가상 사이트간 인증 연동이 되고 게시글, 모듈 등의 연결이 정상적으로 이루어집니다. (예: http://도메인/설치경로)';
|
||||
|
||||
|
||||
// Domain/install path);
|
||||
$lang->about_default_url = 'XE 가상 사이트(cafeXE 등)의 기능을 사용할 때 기본 URL을 입력하셔야 가상 사이트간 인증 연동이 되고 게시글, 모듈 등의 연결이 정상적으로 이루어집니다. (예: http:
|
||||
$lang->env_information = '환경 정보';
|
||||
$lang->current_version = '설치된 버전';
|
||||
$lang->current_path = '설치된 경로';
|
||||
$lang->released_version = '최신 버전';
|
||||
$lang->about_download_link = "최신 버전이 배포되었습니다.\ndownload 링크를 클릭하시면 다운 받으실 수 있습니다.";
|
||||
|
||||
$lang->item_module = '모듈 목록';
|
||||
$lang->item_addon = '애드온 목록';
|
||||
$lang->item_widget = '위젯 목록';
|
||||
$lang->item_layout = '레이아웃 목록';
|
||||
|
||||
$lang->module_name = '모듈 이름';
|
||||
$lang->addon_name = '애드온 이름';
|
||||
$lang->version = '버전';
|
||||
$lang->author = '제작자';
|
||||
$lang->table_count = '테이블 수';
|
||||
$lang->installed_path = '설치 경로';
|
||||
|
||||
$lang->cmd_shortcut_management = '메뉴 편집하기';
|
||||
|
||||
$lang->msg_is_not_administrator = '관리자만 접속이 가능합니다.';
|
||||
$lang->msg_manage_module_cannot_delete = '모듈, 애드온, 레이아웃, 위젯 모듈의 바로가기는 삭제 불가능합니다.';
|
||||
$lang->msg_default_act_is_null = '기본 관리자 Action이 지정되어 있지 않아 바로가기 등록을 할 수 없습니다.';
|
||||
|
||||
$lang->welcome_to_xe = 'XE 관리자';
|
||||
$lang->about_lang_env = '처음 방문하는 사용자들의 언어 설정을 동일하게 하려면, 원하는 언어로 변경 후 아래 [저장] 버튼을 클릭하시면 됩니다.';
|
||||
|
||||
$lang->xe_license = 'XE는 GPL을 따릅니다.';
|
||||
$lang->about_shortcut = '자주 사용하는 모듈에 등록된 모듈의 바로가기를 삭제할 수 있습니다.';
|
||||
|
||||
$lang->yesterday = '어제';
|
||||
$lang->today = '오늘';
|
||||
|
||||
$lang->cmd_lang_select = '언어선택';
|
||||
$lang->about_cmd_lang_select = '선택된 언어들만 서비스 됩니다.';
|
||||
$lang->about_recompile_cache = '쓸모 없어졌거나 잘못된 캐시파일들을 정리할 수 있습니다.';
|
||||
|
|
@ -85,12 +72,7 @@
|
|||
$lang->msg_self_restart_cache_engine = 'Memcached 또는 캐쉬데몬을 재시작 해주세요.';
|
||||
$lang->mobile_view = '모바일 뷰 사용';
|
||||
$lang->about_mobile_view = '스마트폰 등을 이용하여 접속할 때 모바일 화면에 최적화된 레이아웃을 이용하도록 합니다.';
|
||||
|
||||
$lang->autoinstall = '쉬운 설치';
|
||||
|
||||
$lang->last_week = '지난 주';
|
||||
$lang->this_week = '이번 주';
|
||||
|
||||
$lang->use_html5 = 'HTML5 DTD';
|
||||
$lang->about_html5 = 'HTML5를 문서의 DTD로 사용합니다.';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue