summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorErial Krale <erial2@gmail.com>2012-05-22 17:51:35 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-05-22 17:51:35 +0200
commitf32f3fdf247618fa521b53042b833cc41d37b0a2 (patch)
tree5887d85d44baa35adb19d8a6f333723716986141 /inc
parentc7ed57e282e091fd8eb74bc3dbc8b8381a45acef (diff)
downloadrpg-f32f3fdf247618fa521b53042b833cc41d37b0a2.tar.gz
rpg-f32f3fdf247618fa521b53042b833cc41d37b0a2.tar.bz2
Korean language update
Diffstat (limited to 'inc')
-rw-r--r--inc/lang/ko/lang.php1
-rw-r--r--inc/lang/ko/mailwrap.html13
2 files changed, 14 insertions, 0 deletions
diff --git a/inc/lang/ko/lang.php b/inc/lang/ko/lang.php
index 84fdb3c48..7b29715d9 100644
--- a/inc/lang/ko/lang.php
+++ b/inc/lang/ko/lang.php
@@ -94,6 +94,7 @@ $lang['searchmedia_in'] = ' %s에서 검색';
$lang['txt_upload'] = '업로드 파일을 선택합니다.';
$lang['txt_filename'] = '업로드 파일 이름을 입력합니다.(선택 사항)';
$lang['txt_overwrt'] = '새로운 파일로 이전 파일을 교체합니다.';
+$lang['maxuploadsize'] = '최대 업로드 용량. 파일당 %s';
$lang['lockedby'] = '현재 잠금 사용자';
$lang['lockexpire'] = '잠금 해제 시간';
$lang['js']['willexpire'] = '잠시 후 편집 잠금이 해제됩니다.\n편집 충돌을 피하려면 미리보기를 눌러 잠금 시간을 다시 설정하기 바랍니다.';
diff --git a/inc/lang/ko/mailwrap.html b/inc/lang/ko/mailwrap.html
new file mode 100644
index 000000000..093df1ef5
--- /dev/null
+++ b/inc/lang/ko/mailwrap.html
@@ -0,0 +1,13 @@
+<html>
+ <head>
+ <title>@TITLE@</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ </head>
+ <body>
+
+ @HTMLBODY@
+
+ <br /><hr />
+ <small>이 편지는 @DOKUWIKIURL@의 도쿠위키에서 생성되었습니다.</small>
+ </body>
+ </html> \ No newline at end of file