Convert addon lang files from XML to PHP

This commit is contained in:
Kijin Sung 2016-01-31 15:53:46 +09:00
parent 5b09fcc818
commit 9b621d9c8c
29 changed files with 115 additions and 132 deletions

View file

@ -0,0 +1,5 @@
<?php
$lang->about_captcha = '위 영어 알파벳을 순서대로 입력해 주세요. 대소문자는 구분하지 않습니다.';
$lang->captcha_reload = '이미지 새로고침';
$lang->captcha_play = '음성으로 듣기';
$lang->captcha_denied = '잘못 입력했습니다';