Skip to content

Commit eb6a6b9

Browse files
committed
Merge pull request #3 from dryoo/patch-1
Korean Language translation
2 parents 8b1fa1c + 8bbfdc5 commit eb6a6b9

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

lang/ko/lang.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/**
3+
* Korean language file for imgpaste plugin
4+
*
5+
* @sc yoo <[email protected]>
6+
*/
7+
8+
$lang['e_nodata'] = '클립보드에 사진이 없습니다.';
9+
$lang['js']['inprogress'] = '올리는 중입니다. 기다려주세요.';
10+
11+
12+
13+
//Setup VIM: ex: et ts=4 :

lang/ko/settings.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/**
3+
* korean language file for imgpaste plugin
4+
*
5+
* @sc yoo <[email protected]>
6+
*/
7+
8+
// keys need to match the config setting name
9+
$lang['filename'] = '올린 파일의 이름. 대체 문자열 @USER@, @NS@, @ID@, strftime을 사용할 수 있습니다. 파일확장자는 자동으로 더해집니다.';
10+
11+
12+
13+
//Setup VIM: ex: et ts=4 :

0 commit comments

Comments
 (0)