diff options
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/ko.php | 10 |
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" => "내가 관리하는 웹 서비스" ); |