diff options
Diffstat (limited to 'settings/l10n/ko.php')
-rw-r--r-- | settings/l10n/ko.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index 3c7e4e2eb36..311c58b8bc6 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -29,6 +29,7 @@ $TRANSLATIONS = array( "Back-end doesn't support password change, but the users encryption key was successfully updated." => "백엔드에서 암호 변경을 지원하지 않지만, 사용자의 암호화 키는 갱신되었습니다.", "Unable to change password" => "암호를 변경할 수 없음", "Sending..." => "보내는 중...", +"All" => "모두", "User Documentation" => "사용자 문서", "Admin Documentation" => "운영자 문서", "Update to {appversion}" => "버전 {appversion}(으)로 업데이트", @@ -54,10 +55,10 @@ $TRANSLATIONS = array( "Strong password" => "강력한 암호", "Delete" => "삭제", "Decrypting files... Please wait, this can take some time." => "파일 복호화 중... 시간이 걸릴 수도 있으니 기다려 주십시오.", +"Groups" => "그룹", "Error creating group" => "그룹을 생성하던 중 오류가 발생하였습니다", "deleted {groupName}" => "{groupName} 삭제됨", "undo" => "실행 취소", -"Groups" => "그룹", "Group Admin" => "그룹 관리자", "never" => "없음", "deleted {userName}" => "{userName} 삭제됨", @@ -81,8 +82,6 @@ $TRANSLATIONS = array( "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "%s에 HTTP로 접근하고 있습니다. 서버에서 HTTPS를 사용하도록 설정하는 것을 추천합니다.", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "데이터 디렉터리와 파일을 인터넷에서 접근할 수도 있습니다. .htaccess 파일이 작동하지 않습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 웹 서버 문서 경로 외부로 데이터 디렉터리를 옮기십시오.", "Setup Warning" => "설정 경고", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "WebDAV 인터페이스가 제대로 작동하지 않습니다. 웹 서버에서 파일 동기화를 사용할 수 있도록 설정이 제대로 되지 않은 것 같습니다.", -"Please double check the <a href=\"%s\">installation guides</a>." => "<a href=\"%s\">설치 가이드</a>를 다시 한 번 확인하십시오.", "Database Performance Info" => "데이터베이스 성능 정보", "Module 'fileinfo' missing" => "모듈 'fileinfo'가 없음", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP 모듈 'fileinfo'가 존재하지 않습니다. MIME 형식 감지 결과를 향상시키기 위하여 이 모듈을 활성화하는 것을 추천합니다.", @@ -92,8 +91,6 @@ $TRANSLATIONS = array( "System locale can not be set to a one which supports UTF-8." => "UTF-8을 지원하는 시스템 로캘을 사용할 수 없습니다.", "This means that there might be problems with certain characters in file names." => "파일 이름의 일부 문자에 문제가 생길 수도 있습니다.", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "다음 로캘을 지원하도록 시스템 설정을 변경하는 것을 추천합니다: %s", -"Internet connection not working" => "인터넷에 연결할 수 없음", -"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "서버에서 인터넷에 연결할 수 없습니다. 외부 저장소 마운트, 업데이트 알림, 제 3자 앱 설치 등 일부 기능을 사용할 수 없습니다. 외부에서 파일에 접근하거나 알림 이메일을 보내지 못할 수도 있습니다. 모든 기능을 사용하려면 인터넷에 연결하는 것을 추천합니다.", "Cron" => "크론", "Execute one task with each page loaded" => "개별 페이지를 불러올 때마다 실행", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php는 webcron 서비스에 등록되어 HTTP로 15분마다 cron.php에 접근합니다.", @@ -129,7 +126,6 @@ $TRANSLATIONS = array( "See application website" => "어플리케이션 웹사이트 보기", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-라이선스됨: <span class=\"author\"></span>", "Enable only for specific groups" => "특정 그룹에만 허용", -"All" => "모두", "Administrator Documentation" => "관리자 문서", "Online Documentation" => "온라인 문서", "Forum" => "포럼", |