mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
|
|
@ -5,24 +5,24 @@
|
|||
* @brief 스프링노트(springnote) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->springnote = "스프링노트";
|
||||
$lang->springnote_openid = "오픈아이디";
|
||||
$lang->springnote_userkey = "사용자 Key";
|
||||
$lang->springnote_pageid = "페이지 번호";
|
||||
$lang->springnote = '스프링노트';
|
||||
$lang->springnote_openid = '오픈아이디';
|
||||
$lang->springnote_userkey = '사용자 Key';
|
||||
$lang->springnote_pageid = '페이지 번호';
|
||||
$lang->springnote_pageid_setup = '페이지 번호 설정';
|
||||
$lang->springnote_pageid_option_only = '지정된 페이지만 보여주기 (목록 보이지 않음)';
|
||||
$lang->springnote_pageid_option_list = '지정된 페이지부터 보이기 (목록 보임)';
|
||||
$lang->springnote_domain = "도메인 지정";
|
||||
$lang->springnote_domain = '도메인 지정';
|
||||
|
||||
$lang->page_url = "원본 URL";
|
||||
$lang->page_modified = "최종 수정";
|
||||
$lang->page_modifier = "최종 수정자";
|
||||
$lang->page_url = '원본 URL';
|
||||
$lang->page_modified = '최종 수정';
|
||||
$lang->page_modifier = '최종 수정자';
|
||||
|
||||
$lang->cmd_springnote_list = '스프링노트 목록';
|
||||
$lang->cmd_view_info = '스프링노트 정보';
|
||||
|
||||
$lang->about_springnote = "스프링노트는 오픈마루에서 제공하는 위키서비스입니다.<br />스프링노트 XE모듈은 스프링노트의 특정 페이지들을 내부문서처럼 열람할 수 있는 모듈입니다.";
|
||||
$lang->about_springnote_openid = "스프링노트에서 페이지를 제작한 오픈아이디를 입력해주세요";
|
||||
$lang->about_springnote = '스프링노트는 오픈마루에서 제공하는 위키서비스입니다.<br />스프링노트 XE모듈은 스프링노트의 특정 페이지들을 내부문서처럼 열람할 수 있는 모듈입니다.';
|
||||
$lang->about_springnote_openid = '스프링노트에서 페이지를 제작한 오픈아이디를 입력해주세요';
|
||||
$lang->about_springnote_userkey = '스프링노트 연동을 위한 사용자 Key값을 입력해주셔야 합니다.<br />[<a href="https://api.openmaru.com/delegate_key/springnote?app_id=www.zeroboard.com&openid=" onclick="window.open(this.href);return false;">사용자 키 받기</a>] 를 클릭하셔서 오픈아이디를 입력하시고 생성되는 키값을 입력해주세요.';
|
||||
$lang->about_springnote_pageid = '사용하시려는 스프링노트 중 특정 페이지를 먼저 출력하고자 하실때 pageid값을 입력해주세요';
|
||||
$lang->about_springnote_pageid_setup = '페이지 번호 지정시 해당 페이지만 보이기(목록 비포함), 해당 페이지부터 보이기(목록 포함)등을 지정할 수 있습니다';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue