mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
영어 - 추가 번역 및 기존 번역문 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3402 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
60388d4496
commit
0ab19ad142
3 changed files with 35 additions and 35 deletions
|
|
@ -1,18 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @file en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 스프링노트(springnote) 모듈의 기본 언어팩
|
||||
* @brief basic language pack of springnote module
|
||||
**/
|
||||
|
||||
$lang->springnote = "Springnote";
|
||||
$lang->springnote_openid = "OpenID";
|
||||
$lang->springnote_userkey = "User Key";
|
||||
$lang->springnote_pageid = "Page Number";
|
||||
$lang->springnote_pageid_setup = '페이지 번호 설정';
|
||||
$lang->springnote_pageid_option_only = '지정된 페이지만 보여주기 (목록 보이지 않음)';
|
||||
$lang->springnote_pageid_option_list = '지정된 페이지부터 보이기 (목록 보임)';
|
||||
$lang->springnote_domain = "도메인 지정";
|
||||
$lang->springnote_pageid_setup = 'Set Page Number';
|
||||
$lang->springnote_pageid_option_only = 'Show only Selected Pages (hide list)';
|
||||
$lang->springnote_pageid_option_list = 'Show from Selected Pages (show list)';
|
||||
$lang->springnote_domain = "Set Domain";
|
||||
|
||||
$lang->page_url = "Original URL";
|
||||
$lang->page_modified = "Last Modification";
|
||||
|
|
@ -26,5 +26,5 @@
|
|||
$lang->about_springnote_userkey = 'User Key is needed to enable Springnote module.<br />Please input generated User Key after entering your OpenID at [<a href="https://api.openmaru.com/delegate_key/springnote?app_id=www.zeroboard.com&openid=" onclick="window.open(this.href);return false;">Get User Key</a>] .';
|
||||
$lang->about_springnote_pageid = 'Please input pageid if you want to display specific page first.';
|
||||
$lang->about_springnote_pageid_setup = '페이지 번호 지정시 해당 페이지만 보이기(목록 비포함), 해당 페이지부터 보이기(목록 포함)등을 지정할 수 있습니다';
|
||||
$lang->about_springnote_domain = '자신의 스프링노트가 아닌 다른 도메인의 스프링노트를 입력할 수 있습니다. (http://도메인.springnote.com 에서 도메인값만 입력해주세요)';
|
||||
$lang->about_springnote_domain = "You may set other domain's springnote. (Please input only domain from the form of 'http://domain.springnote.com' )";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue