mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2533 201d5d3c-b55e-5fd7-737f-ddc643e51545
77 lines
3.4 KiB
PHP
77 lines
3.4 KiB
PHP
<?php
|
|
/**
|
|
* @file en.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief English Language Pack (Only basic words are included here)
|
|
**/
|
|
|
|
$lang->newest_news = "Latest News";
|
|
|
|
$lang->env_setup = "Setting";
|
|
|
|
$lang->env_information = "환경 정보";
|
|
$lang->current_version = "설치된 버전";
|
|
$lang->current_path = "설치된 경로";
|
|
$lang->released_version = "최신 버전";
|
|
$lang->about_download_link = "설치된 버전보다 최신의 버전이 배포되었습니다. download링크를 클릭하시면 다운 받으실 수 있습니다.";
|
|
|
|
$lang->item_module = "Module List";
|
|
$lang->item_addon = "Addon List";
|
|
$lang->item_widget = "Widget List";
|
|
$lang->item_layout = "Layout List";
|
|
|
|
$lang->module_name = "Module Name";
|
|
$lang->addon_name = "Addon Name";
|
|
$lang->version = "Version";
|
|
$lang->author = "Developer";
|
|
$lang->table_count = "Number of Table";
|
|
$lang->installed_path = "Installed Path";
|
|
|
|
$lang->cmd_shortcut_management = "Edit Menu";
|
|
|
|
$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->welcome_to_zeroboard_xe = 'Welcome to the admin page of Zeroboard XE';
|
|
$lang->about_admin_page = "Admin page is still being developing,\nWe will add essential contents by accepting many good suggestions during Closebeta.";
|
|
$lang->about_lang_env = "위 설정한 언어셋을 처음 방문하는 사용자들에게 동일하게 적용하기 위해서는 원하는 언어로 변경후 아래 [저장] 버튼을 클릭하시면 됩니다";
|
|
|
|
$lang->zeroboard_xe_user_links = 'Links for Users';
|
|
$lang->zeroboard_xe_developer_links = 'Links for Developers';
|
|
|
|
$lang->xe_user_links = array(
|
|
'Official Website' => 'http://www.zeroboard.com',
|
|
//'Close Beta website' => 'http://spring.zeroboard.com',
|
|
//'Module morgue' => 'http://www.zeroboard.com',
|
|
//'Addon morgue' => 'http://www.zeroboard.com',
|
|
//'Widget morgue' => 'http://www.zeroboard.com',
|
|
//'Module Skin morgue' => 'http://www.zeroboard.com',
|
|
//'Widget Skin morgue' => 'http://www.zeroboard.com',
|
|
//'Layout Skin morgue' => 'http://www.zeroboard.com',
|
|
);
|
|
|
|
$lang->xe_developer_links = array(
|
|
//'Manual' => 'http://www.zeroboard.com/wiki/manual',
|
|
"Developer's forum" => 'http://spring.zeroboard.com',
|
|
'Issue Tracking' => 'http://trac.zeroboard.com',
|
|
'SVN Repository' => 'http://svn.zeroboard.com',
|
|
'doxygen document' => 'http://doc.zeroboard.com',
|
|
'PDF Documentation' => 'http://doc.zeroboard.com/zeroboard_xe.pdf',
|
|
);
|
|
|
|
$lang->zeroboard_xe_usefulness_module = 'Useful Modules';
|
|
$lang->xe_usefulness_modules = array(
|
|
'dispEditorAdminIndex' => 'Editor Manager',
|
|
'dispDocumentAdminList' => 'Article Manager',
|
|
'dispCommentAdminList' => 'Comment Manager',
|
|
'dispFileAdminList' => 'Attachment Manager',
|
|
'dispPollAdminList' => 'Poll Manager',
|
|
'dispSpamfilterAdminConfig' => 'Spam Filter Manager',
|
|
'dispCounterAdminIndex' => 'Counter Log',
|
|
|
|
);
|
|
|
|
$lang->xe_license = 'Zeroboard XE complies with the GPL';
|
|
$lang->about_shortcut = 'You may remove shortcuts of modules which are registered on frequently using module list';
|
|
?>
|