1<?php
2/**
3 * korean language file for oauth plugin
4 *
5 * @author sc yoo <dryoo@live.com>
6 */
7
8
9$lang['key']      = '등록한 <a href="https://github.com/settings/developers">깃헙 앱</a>의 Client ID';
10$lang['secret']   = '등록한 <a href="https://github.com/settings/developers">깃헙 앱</a>의 Client Secret';
11