mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
언어 교정 : 라이센스 -> 라이선스
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4388 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3dd492d991
commit
34ff43fd18
8 changed files with 12 additions and 12 deletions
|
|
@ -86,8 +86,8 @@ DyCalendar._TT["ABOUT"] =
|
|||
"\n"+
|
||||
"최신 버전을 받으시려면 http://www.dynarch.com/projects/calendar/ 에 방문하세요\n" +
|
||||
"\n"+
|
||||
"GNU LGPL 라이센스로 배포됩니다. \n"+
|
||||
"라이센스에 대한 자세한 내용은 http://gnu.org/licenses/lgpl.html 을 읽으세요." +
|
||||
"GNU LGPL 라이선스로 배포됩니다. \n"+
|
||||
"라이선스에 대한 자세한 내용은 http://gnu.org/licenses/lgpl.html 을 읽으세요." +
|
||||
"\n\n" +
|
||||
"날짜 선택:\n" +
|
||||
"- 연도를 선택하려면 \xab, \xbb 버튼을 사용합니다\n" +
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ String.prototype.setQuery = function(key, val) {
|
|||
}
|
||||
}
|
||||
}
|
||||
return uri;
|
||||
return encodeURI(uri);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
$lang->addon_info = '애드온정보';
|
||||
$lang->addon_maker = '애드온 제작자';
|
||||
$lang->addon_license = '라이센스';
|
||||
$lang->addon_license = '라이선스';
|
||||
$lang->addon_history = '변경 이력';
|
||||
|
||||
$lang->about_addon_mid = "애드온이 사용될 대상을 지정할 수 있습니다.<br />(모두 해제시 모든 대상에서 사용 가능합니다)";
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
<title xml:lang="jp">クリエイティブコモンズライセンス</title>
|
||||
<title xml:lang="zh-CN">知识共享许可协议</title>
|
||||
<title xml:lang="en">Creative Commons Licenses</title>
|
||||
<description xml:lang="ko">CCL 라이센스를 출력합니다.</description>
|
||||
<description xml:lang="ko">CCL 라이선스를 출력합니다.</description>
|
||||
<description xml:lang="es">CCL licencia de producto</description>
|
||||
<description xml:lang="ru">CCL 라이센스를 출력합니다.</description>
|
||||
<description xml:lang="ru">CCL 라이선스를 출력합니다.</description>
|
||||
<description xml:lang="jp">CCLライセンスを表示します。</description>
|
||||
<description xml:lang="zh-CN">显示知识共享许可协议。</description>
|
||||
<description xml:lang="en">Output CCL license</description>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
$lang->component_author = "제작자 ";
|
||||
$lang->component_link = "링크";
|
||||
$lang->component_date = "제작일";
|
||||
$lang->component_license = '라이센스';
|
||||
$lang->component_license = '라이선스';
|
||||
$lang->component_history = '변경 이력';
|
||||
$lang->component_description = "설명";
|
||||
$lang->component_extra_vars = "설정 변수";
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
$lang->introduce_title = '제로보드 XE 설치';
|
||||
$lang->license = <<<EndOfLicense
|
||||
- 프로그램명 : 제로보드XE (zeroboardXE)
|
||||
- 라이센스 : GNU GENERAL PUBLIC LICENSE
|
||||
- 라이선스 : GNU GENERAL PUBLIC LICENSE
|
||||
- 공식 사이트 : <a href="http://www.zeroboard.com">http://www.zeroboard.com</a>
|
||||
- 원저작자 : zero (zero@zeroboard.com, http://www.zeroboard.com)
|
||||
|
||||
이 프로그램은 자유 소프트웨어 이며 GPL을 따릅니다.
|
||||
단 디자인 요소가 첨부된 스킨의 경우는 해당 스킨 제작자가 개별적인 라이센스를 적용할 수 있습니다.
|
||||
단 디자인 요소가 첨부된 스킨의 경우는 해당 스킨 제작자가 개별적인 라이선스를 적용할 수 있습니다.
|
||||
번역문과 원문의 내용상 차이가 발생시 원문의 내용을 따르게 됩니다.
|
||||
|
||||
<b>GNU 일반 공중 사용 허가서</b> - 번역문
|
||||
|
|
@ -227,7 +227,7 @@ EndOfLicense;
|
|||
$lang->install_session_auto_start = 'php설정의 session.auto_start==1 이라 세션 처리에 문제가 발생할 수 있습니다';
|
||||
$lang->install_permission_denied = '설치대상 디렉토리의 퍼미션이 707이 아닙니다';
|
||||
|
||||
$lang->cmd_agree_license = '라이센스에 동의합니다';
|
||||
$lang->cmd_agree_license = '라이선스에 동의합니다';
|
||||
$lang->cmd_install_fix_checklist = '필수 설치조건을 설정하였습니다.';
|
||||
$lang->cmd_install_next = '설치를 진행합니다';
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
$lang->layout_name = '레이아웃 이름';
|
||||
$lang->layout_maker = "레이아웃 제작자";
|
||||
$lang->layout_license = '라이센스';
|
||||
$lang->layout_license = '라이선스';
|
||||
$lang->layout_history = '변경 이력';
|
||||
$lang->layout_info = "레이아웃 정보";
|
||||
$lang->layout_list = '레이아웃 목록';
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
$lang->add_shortcut = "관리자 메뉴에 추가";
|
||||
$lang->module_action = "동작";
|
||||
$lang->module_maker = "모듈 제작자";
|
||||
$lang->module_license = '라이센스';
|
||||
$lang->module_license = '라이선스';
|
||||
$lang->module_history = '변경 이력 ';
|
||||
$lang->category_title = "분류 이름";
|
||||
$lang->header_text = '상단 내용';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue