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://console.developers.google.com/project">구글프로젝트</a>의 Client ID (Credentials Screen 참조)';
10$lang['secret']   = '등록한 <a href="https://console.developers.google.com/project">구글프로젝트</a>의 Client Secret (Credentials Screen 참조)';
11