diff options
Diffstat (limited to 'settings/l10n/ko.php')
-rw-r--r-- | settings/l10n/ko.php | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index cc1448f1d2f..689c6d27bde 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -1,10 +1,5 @@ <?php $TRANSLATIONS = array( -"Saved" => "저장됨", -"Email sent" => "이메일 발송됨", -"Encryption" => "암호화", -"Authentication method" => "인증 방법", -"Unable to load list from App Store" => "앱 스토어에서 목록을 가져올 수 없습니다", "Authentication error" => "인증 오류", "Your full name has been changed." => "전체 이름이 변경되었습니다.", "Unable to change full name" => "전체 이름을 변경할 수 없음", @@ -28,21 +23,17 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "관리자 복구 암호가 잘못되었습니다. 암호를 다시 확인하십시오.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "백엔드에서 암호 변경을 지원하지 않지만, 사용자의 암호화 키는 갱신되었습니다.", "Unable to change password" => "암호를 변경할 수 없음", +"Saved" => "저장됨", +"Email sent" => "이메일 발송됨", "Sending..." => "보내는 중...", "All" => "모두", -"User Documentation" => "사용자 문서", -"Admin Documentation" => "운영자 문서", -"Update to {appversion}" => "버전 {appversion}(으)로 업데이트", -"Uninstall App" => "앱 제거", -"Disable" => "사용 안함", -"Enable" => "사용함", "Please wait...." => "기다려 주십시오....", "Error while disabling app" => "앱을 비활성화하는 중 오류 발생", +"Disable" => "사용 안함", +"Enable" => "사용함", "Error while enabling app" => "앱을 활성화하는 중 오류 발생", "Updating...." => "업데이트 중....", "Error while updating app" => "앱을 업데이트하는 중 오류 발생", -"Error" => "오류", -"Update" => "업데이트", "Updated" => "업데이트됨", "Uninstalling ...." => "제거 하는 중 ....", "Error while uninstalling app" => "앱을 제거하는 중 오류 발생", @@ -104,7 +95,9 @@ $TRANSLATIONS = array( "Forces the clients to connect to %s via an encrypted connection." => "클라이언트가 %s에 연결할 때 암호화 연결을 강제로 사용합니다.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL 강제 설정을 변경하려면 %s에 HTTPS로 연결해야 합니다.", "Email Server" => "전자우편 서버", +"Encryption" => "암호화", "From address" => "보낸 이 주소", +"Authentication method" => "인증 방법", "Authentication required" => "인증 필요함", "Server address" => "서버 주소", "Port" => "포트", @@ -119,14 +112,11 @@ $TRANSLATIONS = array( "Less" => "덜 중요함", "Version" => "버전", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 커뮤니티</a>에 의해서 개발되었습니다. <a href=\"https://github.com/owncloud\" target=\"_blank\">원본 코드</a>는 <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>에 따라 사용이 허가됩니다.", -"Add your App" => "내 앱 추가", -"More Apps" => "더 많은 앱", -"Select an App" => "앱 선택", "Documentation:" => "문서", -"See application page at apps.owncloud.com" => "apps.owncloud.com에 있는 앱 페이지를 참고하십시오", -"See application website" => "어플리케이션 웹사이트 보기", -"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-라이선스됨: <span class=\"author\"></span>", +"User Documentation" => "사용자 문서", +"Admin Documentation" => "운영자 문서", "Enable only for specific groups" => "특정 그룹에만 허용", +"Uninstall App" => "앱 제거", "Administrator Documentation" => "관리자 문서", "Online Documentation" => "온라인 문서", "Forum" => "포럼", |