summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-12-10 00:12:32 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-12-10 00:12:32 +0100
commita444999a8c52d203cdc788eeb7e138356d2a3eb9 (patch)
tree6a296a239d3b148afe3dc0498073f44828c2e3f1 /apps/files_sharing
parent9a3a83e16a5a65229ffeebafe739fffd524499bc (diff)
downloadnextcloud-server-a444999a8c52d203cdc788eeb7e138356d2a3eb9.tar.gz
nextcloud-server-a444999a8c52d203cdc788eeb7e138356d2a3eb9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/l10n/ko.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_sharing/l10n/ko.php b/apps/files_sharing/l10n/ko.php
index c172da854d8..600168d9bfa 100644
--- a/apps/files_sharing/l10n/ko.php
+++ b/apps/files_sharing/l10n/ko.php
@@ -1,9 +1,9 @@
<?php $TRANSLATIONS = array(
-"Password" => "비밀번호",
+"Password" => "암호",
"Submit" => "제출",
-"%s shared the folder %s with you" => "%s 공유된 폴더 %s 당신과 함께",
-"%s shared the file %s with you" => "%s 공유된 파일 %s 당신과 함께",
+"%s shared the folder %s with you" => "%s 님이 폴더 %s을(를) 공유하였습니다",
+"%s shared the file %s with you" => "%s 님이 파일 %s을(를) 공유하였습니다",
"Download" => "다운로드",
-"No preview available for" => "사용가능한 프리뷰가 없습니다.",
-"web services under your control" => "당신의 통제하에 있는 웹서비스"
+"No preview available for" => "다음 항목을 미리 볼 수 없음:",
+"web services under your control" => "내가 관리하는 웹 서비스"
);