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@3709 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
798b9ff842
commit
68913531e1
2 changed files with 31 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
$lang->expand = 'Expand';
|
||||
$lang->category_group_srls = 'Accessable Group';
|
||||
$lang->search_result = 'Search result';
|
||||
$lang->consultation = '상담 기능';
|
||||
$lang->consultation = 'Consultation';
|
||||
|
||||
// words used in button
|
||||
$lang->cmd_board_list = 'Board list';
|
||||
|
|
@ -34,5 +34,5 @@
|
|||
$lang->about_board_category = 'You can make board categories.<br />When board category is broken, try rebuilding the cache file manually.';
|
||||
$lang->about_except_notice = "Notice articles will not be displayed on normal list.";
|
||||
$lang->about_board = "This module is for creating and managing boards.\nYou may select the module name from the list after creating one to configure specifically.\nPlease be careful with board's module name, since it will be the url. (ex : http://domain/zb/?mid=modulename)";
|
||||
$lang->about_consultation = "상담 기능은 관리권한이 없는 회원은 자신이 쓴 글만 보이도록 하는 기능입니다\n단 상담기능 사용시 비회원 글쓰기는 자동으로 금지됩니다.";
|
||||
$lang->about_consultation = "Non-administrator members would see their own artocles.\nNon-members would not be able to write articles when using consultation.";
|
||||
?>
|
||||
|
|
|
|||
29
modules/editor/components/cc_license/lang/en.lang.php
Normal file
29
modules/editor/components/cc_license/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/cc_license/lang/ko.lang.php
|
||||
* @author zero <zero@zeroboard.com>
|
||||
* @brief WYSIWYG module > CCL display component
|
||||
**/
|
||||
|
||||
$lang->ccl_default_title = 'Creative Commons Korea Copyrights';
|
||||
$lang->ccl_default_message = 'This component can be used by <a rel="license" href="http://creativecommons.org/licenses/by%s%s%s%s" onclick="winopen(this.href);return false;">%s%s%s%s</a>';
|
||||
|
||||
$lang->ccl_title = 'Title';
|
||||
$lang->ccl_use_mark = 'Use Mark';
|
||||
$lang->ccl_allow_commercial = 'Allow Commercial Use';
|
||||
$lang->ccl_allow_modification = 'Allow Modification of Component';
|
||||
|
||||
$lang->ccl_allow = 'Allow';
|
||||
$lang->ccl_disallow = 'Disallow';
|
||||
$lang->ccl_sa = 'Modify Identical Condition';
|
||||
|
||||
$lang->ccl_options = array(
|
||||
'ccl_allow_commercial' => array('Y'=>'-Commertial', 'N'=>'-Noncommertial'),
|
||||
'ccl_allow_modification' => array('Y'=>'-Inhibit', 'N'=>'-Inhibit', 'SA'=>'-Under Identical Condition'),
|
||||
);
|
||||
|
||||
$lang->about_ccl_title = 'Title will be displayed. Default message will be displayed when nothing is input.';
|
||||
$lang->about_ccl_use_mark = 'You may display or hide mark. (default: display)';
|
||||
$lang->about_ccl_allow_commercial = 'You may allow or disallow commertial use. (default: disallow)';
|
||||
$lang->about_ccl_allow_modification = 'You may allow or disallow modification of the work. (default: allow)';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue