diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-16 00:52:40 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-16 00:52:40 -0700 |
commit | 9148a9640449434d985796b2a456153b72d090f4 (patch) | |
tree | ae774173071367a9dcb54251747f28f0fe85498a | |
parent | 54c1e99c7846308792c458cab30cdc0249e107ff (diff) | |
parent | 8d191898ca27a5ca41a963586fc271dcdd99a72d (diff) | |
download | rpg-9148a9640449434d985796b2a456153b72d090f4.tar.gz rpg-9148a9640449434d985796b2a456153b72d090f4.tar.bz2 |
Merge pull request #301 from araname/patch-1
translation update
-rw-r--r-- | inc/lang/ko/mailwrap.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/inc/lang/ko/mailwrap.html b/inc/lang/ko/mailwrap.html index 885730428..ef061f10f 100644 --- a/inc/lang/ko/mailwrap.html +++ b/inc/lang/ko/mailwrap.html @@ -1,13 +1,13 @@ <html> - <head> - <title>@TITLE@</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - </head> - <body> +<head> + <title>@TITLE@</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +</head> +<body> - @HTMLBODY@ +@HTMLBODY@ - <br /><hr /> - <small>@DOKUWIKIURL@의 DokuWiki가 자동으로 만들어낸 메일입니다.</small> - </body> - </html>
\ No newline at end of file +<br /><hr /> +<small>이 메일은 @DOKUWIKIURL@에서 도쿠위키가 생성했습니다.</small> +</body> +</html> |