diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-13 19:59:44 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-13 20:00:34 +0200 |
commit | ee0294bbb1770fa74c808158ab2f7899a8304441 (patch) | |
tree | c212c22456dda38d4b59434762d115f03ae87e28 /core/l10n/ko.php | |
parent | 3926e2d4f3d786be64230350db982a695d329d97 (diff) | |
download | nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.tar.gz nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.zip |
update translations
Diffstat (limited to 'core/l10n/ko.php')
-rw-r--r-- | core/l10n/ko.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/ko.php b/core/l10n/ko.php index 2798a3c7c26..44396b94f81 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -1,5 +1,9 @@ <?php $TRANSLATIONS = array( +"Application name not provided." => "응용 프로그램의 이름이 규정되어 있지 않습니다. ", +"No category to add?" => "추가할 카테고리가 없습니까?", +"This category already exists: " => "이 카테고리는 이미 존재합니다:", "Owncloud password reset" => "Owncloud 암호 재설정", +"ownCloud password reset" => "ownCloud 비밀번호 재설정", "Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 초기화할 수 있습니다: {link}", "You will receive a link to reset your password via Email." => "전자 우편으로 암호 재설정 링크를 보냈습니다.", "Requested" => "요청함", @@ -15,7 +19,10 @@ "Apps" => "프로그램", "Admin" => "관리자", "Help" => "도움말", +"Access forbidden" => "접근 금지", "Cloud not found" => "클라우드를 찾을 수 없습니다", +"Edit categories" => "카테고리 편집", +"Add" => "추가", "Create an <strong>admin account</strong>" => "<strong>관리자 계정</strong>을 만드십시오", "Password" => "암호", "Advanced" => "고급", |