xref: /plugin/oauth/lang/ko/settings.php (revision a9ed389088d3d78c0f9ad1f5315d8707f36b61b7)
1<?php
2/**
3 * korean language file for oauth plugin
4 *
5 * @author sc yoo <dryoo@live.com>
6 */
7
8
9$lang['info']            = '앱 설정시 입력할 이동주소(Redirect URI)';
10$lang['facebook-key']    = '등록한 <a href="https://developers.facebook.com/apps">페이스북 앱</a>의 App ID';
11$lang['facebook-secret'] = '등록한 <a href="https://developers.facebook.com/apps">페이스북 앱</a>의 App Secret ';
12$lang['github-key']      = '등록한 <a href="https://github.com/settings/applications">깃헙 앱</a>의 Client ID';
13$lang['github-secret']   = '등록한 <a href="https://github.com/settings/applications">깃헙 앱</a>의 Client Secret';
14$lang['google-key']      = '등록한 <a href="https://console.developers.google.com/project">구글프로젝트</a>의 Client ID (Credentials Screen 참조)';
15$lang['google-secret']   = '등록한 <a href="https://console.developers.google.com/project">구글프로젝트</a>의 Client Secret (Credentials Screen 참조)';
16$lang['yahoo-key']       = '등록한 <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">야후 앱</a>의 Consumer Key';
17$lang['yahoo-secret']    = '등록한 <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">야후 앱</a>의 Consumer Secret';
18$lang['doorkeeper-key']      = '(예제) 등록한 Doorkeeper 앱의 Application ID.';
19$lang['doorkeeper-secret']   = '(예제) 등록한 Doorkeeper 앱의 Secret ';
20$lang['doorkeeper-authurl']  = '(예제) 등록한 Doorkeeper 앱 설정의 authorization endpoint URL.';
21$lang['doorkeeper-tokenurl'] = '(예제) 등록한 Doorkeeper 앱 설정의 access token endpoint URL.';
22