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 /settings/l10n/ko.php | |
parent | 000d7ba97535f470f30be44e02140401b24b43e2 (diff) | |
download | nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.tar.gz nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.zip |
update translations
Diffstat (limited to 'settings/l10n/ko.php')
-rw-r--r-- | settings/l10n/ko.php | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php new file mode 100644 index 00000000000..7f51dcf0f29 --- /dev/null +++ b/settings/l10n/ko.php @@ -0,0 +1,34 @@ +<?php $TRANSLATIONS = array( +"email Changed" => "전자 우편 주소 변경됨", +"Invalid request" => "잘못된 요청", +"OpenID Changed" => "OpenID 변경됨", +"Language changed" => "언어가 변경되었습니다", +"__language_name__" => "한국어", +"Select an App" => "프로그램 선택", +"-licensed" => " 라이선스 사용", +"by" => " by ", +"Ask a question" => "질문하기", +"Problems connecting to help database." => "데이터베이스에 연결하는 데 문제가 발생하였습니다.", +"Go there manually." => "직접 갈 수 있습니다.", +"Answer" => "대답", +"You use" => "현재 사용 중:", +"of the available" => "사용 가능:", +"Your password got changed" => "암호가 변경되었습니다", +"Unable to change your password" => "암호를 변경할 수 없음", +"Current password" => "현재 암호", +"New password" => "새 암호", +"show" => "보이기", +"Change password" => "암호 변경", +"Email" => "전자 우편", +"Your email address" => "전자 우편 주소", +"Fill in an email address to enable password recovery" => "암호 찾기 기능을 사용하려면 전자 우편 주소를 입력하십시오.", +"Language" => "언어", +"Help translate" => "번역 돕기", +"use this address to connect to your ownCloud in your file manager" => "파일 관리자에서 내 ownCloud에 연결할 때 이 주소를 사용하십시오", +"Name" => "이름", +"Password" => "암호", +"Groups" => "그룹", +"Create" => "만들기", +"Quota" => "할당량", +"Delete" => "삭제" +); |