*/
$lang['info'] = '앱 설정시 입력할 이동주소(Redirect URI)';
$lang['facebook-key'] = '등록한 페이스북 앱의 App ID';
$lang['facebook-secret'] = '등록한 페이스북 앱의 App Secret ';
$lang['github-key'] = '등록한 깃헙 앱의 Client ID';
$lang['github-secret'] = '등록한 깃헙 앱의 Client Secret';
$lang['google-key'] = '등록한 구글프로젝트의 Client ID (Credentials Screen 참조)';
$lang['google-secret'] = '등록한 구글프로젝트의 Client Secret (Credentials Screen 참조)';
$lang['yahoo-key'] = '등록한 야후 앱의 Consumer Key';
$lang['yahoo-secret'] = '등록한 야후 앱의 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.';