diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
commit | c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4 (patch) | |
tree | 142bec92a18e0452af2967f40741407664c03a67 /plugins/new_user_dialog/localization/ko_KR.inc | |
parent | 565c472918e7f9707cd8d7909ad5dbcc5a921fdf (diff) |
Updated translations from launchpad
Diffstat (limited to 'plugins/new_user_dialog/localization/ko_KR.inc')
-rw-r--r-- | plugins/new_user_dialog/localization/ko_KR.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/new_user_dialog/localization/ko_KR.inc b/plugins/new_user_dialog/localization/ko_KR.inc new file mode 100644 index 000000000..99483819c --- /dev/null +++ b/plugins/new_user_dialog/localization/ko_KR.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/ko_KR/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Kim, Woohyun <woohyun.kim@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['identitydialogtitle'] = '수신자의 신원을 채우기 바랍니다.'; +$labels['identitydialoghint'] = '이 박스는 최초로 로그인할 때만 나타납니다.'; + |