diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
commit | 588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f (patch) | |
tree | e4cc00ab89fd11d0a3b199fef741431499fd33d3 /core/l10n/ko.php | |
parent | 000d7ba97535f470f30be44e02140401b24b43e2 (diff) | |
download | nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.tar.gz nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.zip |
update translations
Diffstat (limited to 'core/l10n/ko.php')
-rw-r--r-- | core/l10n/ko.php | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/core/l10n/ko.php b/core/l10n/ko.php new file mode 100644 index 00000000000..2798a3c7c26 --- /dev/null +++ b/core/l10n/ko.php @@ -0,0 +1,39 @@ +<?php $TRANSLATIONS = array( +"Owncloud password reset" => "Owncloud 암호 재설정", +"Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 초기화할 수 있습니다: {link}", +"You will receive a link to reset your password via Email." => "전자 우편으로 암호 재설정 링크를 보냈습니다.", +"Requested" => "요청함", +"Login failed!" => "로그인 실패!", +"Username" => "사용자 이름", +"Request reset" => "요청 초기화", +"Your password was reset" => "암호가 재설정되었습니다", +"To login page" => "로그인 화면으로", +"New password" => "새 암호", +"Reset password" => "암호 재설정", +"Personal" => "개인", +"Users" => "사용자", +"Apps" => "프로그램", +"Admin" => "관리자", +"Help" => "도움말", +"Cloud not found" => "클라우드를 찾을 수 없습니다", +"Create an <strong>admin account</strong>" => "<strong>관리자 계정</strong>을 만드십시오", +"Password" => "암호", +"Advanced" => "고급", +"Data folder" => "자료 폴더", +"Configure the database" => "데이터베이스 구성", +"will be used" => "사용 될 것임", +"Database user" => "데이터베이스 사용자", +"Database password" => "데이터베이스 암호", +"Database name" => "데이터베이스 이름", +"Database host" => "데이터베이스 호스트", +"Finish setup" => "설치 완료", +"web services under your control" => "내가 관리하는 웹 서비스", +"Log out" => "로그아웃", +"Settings" => "설정", +"Lost your password?" => "암호를 잊으셨습니까?", +"remember" => "기억하기", +"Log in" => "로그인", +"You are logged out." => "로그아웃 하셨습니다.", +"prev" => "이전", +"next" => "다음" +); |