diff options
Diffstat (limited to 'settings/l10n/ko.php')
-rw-r--r-- | settings/l10n/ko.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index 08c9352bf45..57f8ebd32c1 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -1,26 +1,37 @@ <?php $TRANSLATIONS = array( "Unable to load list from App Store" => "앱 스토어에서 목록을 가져올 수 없습니다", +"Group already exists" => "그룹이 이미 존재합니다.", +"Unable to add group" => "그룹추가가 불가능합니다.", +"Could not enable app. " => "응용프로그램 가능하지 않습니다.", "Email saved" => "이메일 저장", "Invalid email" => "잘못된 이메일", "OpenID Changed" => "OpenID 변경됨", "Invalid request" => "잘못된 요청", +"Unable to delete group" => "그룹 삭제가 불가능합니다.", "Authentication error" => "인증 오류", +"Unable to delete user" => "사용자 삭제가 불가능합니다.", "Language changed" => "언어가 변경되었습니다", +"Unable to add user to group %s" => "%s 그룹에 사용자 추가가 불가능합니다.", +"Unable to remove user from group %s" => "%s 그룹으로부터 사용자 제거가 불가능합니다.", "Disable" => "비활성화", "Enable" => "활성화", "Saving..." => "저장...", "__language_name__" => "한국어", "Add your App" => "앱 추가", +"More Apps" => "더많은 응용프로그램들", "Select an App" => "프로그램 선택", "See application page at apps.owncloud.com" => "application page at apps.owncloud.com을 보시오.", +"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licensed by <span class=\"저자\"></span>", "Documentation" => "문서", "Managing Big Files" => "큰 파일 관리", "Ask a question" => "질문하기", "Problems connecting to help database." => "데이터베이스에 연결하는 데 문제가 발생하였습니다.", "Go there manually." => "직접 갈 수 있습니다.", "Answer" => "대답", +"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "You have used <strong>%s</strong> of the available <strong>%s</strong>", "Desktop and Mobile Syncing Clients" => "데스크탑 및 모바일 동기화 클라이언트", "Download" => "다운로드", +"Your password was changed" => "당신의 비밀번호가 변경되었습니다.", "Unable to change your password" => "암호를 변경할 수 없음", "Current password" => "현재 암호", "New password" => "새 암호", |