Merge pull request #3 from dryoo/patch-1

Korean Language translation
This commit is contained in:
Andreas Gohr
2014-10-10 13:30:34 +02:00
2 changed files with 26 additions and 0 deletions

13
lang/ko/lang.php Normal file
View File

@ -0,0 +1,13 @@
<?php
/**
* Korean language file for imgpaste plugin
*
* @sc yoo <dryoo@live.com>
*/
$lang['e_nodata'] = '클립보드에 사진이 없습니다.';
$lang['js']['inprogress'] = '올리는 중입니다. 기다려주세요.';
//Setup VIM: ex: et ts=4 :

13
lang/ko/settings.php Normal file
View File

@ -0,0 +1,13 @@
<?php
/**
* korean language file for imgpaste plugin
*
* @sc yoo <dryoo@live.com>
*/
// keys need to match the config setting name
$lang['filename'] = '올린 파일의 이름. 대체 문자열 @USER@, @NS@, @ID@, strftime을 사용할 수 있습니다. 파일확장자는 자동으로 더해집니다.';
//Setup VIM: ex: et ts=4 :