diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
commit | f3336f8877771e53d303f6f939f0005fa9692b7a (patch) | |
tree | c5f0495eac0d3e946df517709d5a4ad9d0ec4227 /core/l10n/ko.php | |
parent | e8bede5e0d67e036e8e42279df3a2dd8c83e08e8 (diff) | |
download | nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.tar.gz nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ko.php')
-rw-r--r-- | core/l10n/ko.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/core/l10n/ko.php b/core/l10n/ko.php index 92c7b96f01c..9eccf12d089 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -1,14 +1,6 @@ <?php $TRANSLATIONS = array( "group" => "그룹", -"Category type not provided." => "분류 형식이 제공되지 않았습니다.", -"No category to add?" => "추가할 분류가 없습니까?", -"This category already exists: %s" => "분류가 이미 존재합니다: %s", -"Object type not provided." => "객체 형식이 제공되지 않았습니다.", -"%s ID not provided." => "%s ID가 제공되지 않았습니다.", -"Error adding %s to favorites." => "책갈피에 %s을(를) 추가할 수 없었습니다.", -"No categories selected for deletion." => "삭제할 분류를 선택하지 않았습니다. ", -"Error removing %s from favorites." => "책갈피에서 %s을(를) 삭제할 수 없었습니다.", "Sunday" => "일요일", "Monday" => "월요일", "Tuesday" => "화요일", @@ -46,12 +38,9 @@ $TRANSLATIONS = array( "Ok" => "승락", "_{count} file conflict_::_{count} file conflicts_" => array(""), "Cancel" => "취소", -"The object type is not specified." => "객체 유형이 지정되지 않았습니다.", -"Error" => "오류", -"The app name is not specified." => "앱 이름이 지정되지 않았습니다.", -"The required file {file} is not installed!" => "필요한 파일 {file}이(가) 설치되지 않았습니다!", "Shared" => "공유됨", "Share" => "공유", +"Error" => "오류", "Error while sharing" => "공유하는 중 오류 발생", "Error while unsharing" => "공유 해제하는 중 오류 발생", "Error while changing permissions" => "권한 변경하는 중 오류 발생", @@ -83,6 +72,9 @@ $TRANSLATIONS = array( "Sending ..." => "전송 중...", "Email sent" => "이메일 발송됨", "Warning" => "경고", +"The object type is not specified." => "객체 유형이 지정되지 않았습니다.", +"Delete" => "삭제", +"Add" => "추가", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "업데이트가 실패하였습니다. 이 문제를 <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud 커뮤니티</a>에 보고해 주십시오.", "The update was successful. Redirecting you to ownCloud now." => "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.", "Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}", @@ -102,8 +94,6 @@ $TRANSLATIONS = array( "Help" => "도움말", "Access forbidden" => "접근 금지됨", "Cloud not found" => "클라우드를 찾을 수 없습니다", -"Edit categories" => "분류 수정", -"Add" => "추가", "Security Warning" => "보안 경고", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "사용 중인 PHP 버전이 NULL 바이트 공격에 취약합니다 (CVE-2006-7243)", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "안전한 난수 생성기를 사용할 수 없습니다. PHP의 OpenSSL 확장을 활성화해 주십시오.", |