<?php
/**
 * korean language file for oauth plugin
 *
 * @author sc yoo <dryoo@live.com>
 */


$lang['info']            = '앱 설정시 입력할 이동주소(Redirect URI)';
$lang['facebook-key']    = '등록한 <a href="https://developers.facebook.com/apps">페이스북 앱</a>의 App ID';
$lang['facebook-secret'] = '등록한 <a href="https://developers.facebook.com/apps">페이스북 앱</a>의 App Secret ';
$lang['github-key']      = '등록한 <a href="https://github.com/settings/applications">깃헙 앱</a>의 Client ID';
$lang['github-secret']   = '등록한 <a href="https://github.com/settings/applications">깃헙 앱</a>의 Client Secret';
$lang['google-key']      = '등록한 <a href="https://console.developers.google.com/project">구글프로젝트</a>의 Client ID (Credentials Screen 참조)';
$lang['google-secret']   = '등록한 <a href="https://console.developers.google.com/project">구글프로젝트</a>의 Client Secret (Credentials Screen 참조)';
$lang['yahoo-key']       = '등록한 <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">야후 앱</a>의 Consumer Key';
$lang['yahoo-secret']    = '등록한 <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">야후 앱</a>의 Consumer Secret';
$lang['doorkeeper-key']      = '(예제) 등록한 Doorkeeper 앱의 Application ID.';
$lang['doorkeeper-secret']   = '(예제) 등록한 Doorkeeper 앱의 Secret ';
$lang['doorkeeper-authurl']  = '(예제) 등록한 Doorkeeper 앱 설정의 authorization endpoint URL.';
$lang['doorkeeper-tokenurl'] = '(예제) 등록한 Doorkeeper 앱 설정의 access token endpoint URL.';
