springnote모듈에서 다른 springnote의 도메인을 설정하여 보여줄 수 있도록 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3312 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-12 06:56:36 +00:00
parent 5b8654de30
commit 6e44fda337
9 changed files with 25 additions and 3 deletions

View file

@ -9,6 +9,7 @@
$lang->springnote_openid = "OpenID";
$lang->springnote_userkey = "User Key";
$lang->springnote_pageid = "Page Number";
$lang->springnote_domain = "도메인 지정";
$lang->page_url = "Original URL";
$lang->page_modified = "Last Modification";
@ -21,4 +22,5 @@
$lang->about_springnote_openid = "Please input your OpenID that created Springnote";
$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_domain = '자신의 스프링노트가 아닌 다른 도메인의 스프링노트를 입력할 수 있습니다. (http://도메인.springnote.com 에서 도메인값만 입력해주세요)';
?>

View file

@ -9,6 +9,7 @@
$lang->springnote_openid = "オープンID";
$lang->springnote_userkey = "ユーザーKey";
$lang->springnote_pageid = "ページ番号";
$lang->springnote_domain = "도메인 지정";
$lang->page_url = "元のURL";
$lang->page_modified = "最終修正";
@ -21,4 +22,5 @@
$lang->about_springnote_openid = "スプリングートでページを作成したオープンIDを入力してください。";
$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_domain = '자신의 스프링노트가 아닌 다른 도메인의 스프링노트를 입력할 수 있습니다. (http://도메인.springnote.com 에서 도메인값만 입력해주세요)';
?>

View file

@ -9,6 +9,7 @@
$lang->springnote_openid = "오픈아이디";
$lang->springnote_userkey = "사용자 Key";
$lang->springnote_pageid = "페이지 번호";
$lang->springnote_domain = "도메인 지정";
$lang->page_url = "원본 URL";
$lang->page_modified = "최종 수정";
@ -21,4 +22,5 @@
$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_domain = '자신의 스프링노트가 아닌 다른 도메인의 스프링노트를 입력할 수 있습니다. (http://도메인.springnote.com 에서 도메인값만 입력해주세요)';
?>

View file

@ -9,6 +9,7 @@
$lang->springnote_openid = "Открытый ID";
$lang->springnote_userkey = "Ключ юзера";
$lang->springnote_pageid = "Номер страницы";
$lang->springnote_domain = "도메인 지정";
$lang->page_url = "Оригинальный URL";
$lang->page_modified = "Последняя модификация";
@ -21,4 +22,5 @@
$lang->about_springnote_openid = "Пожалуйста, введите Ваш OpenID, который создал Springnote.";
$lang->about_springnote_userkey = 'Ключ юзера нужен для того, чтобы включить Springnote модуль.<br />Пожалуйста, введите сгенерированный Ключ Юзера после ввода Вашего OpenID на [<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_domain = '자신의 스프링노트가 아닌 다른 도메인의 스프링노트를 입력할 수 있습니다. (http://도메인.springnote.com 에서 도메인값만 입력해주세요)';
?>