nextcloud/apps/files_sharing/l10n/ko.php

10 lines
434 B
PHP
Raw Normal View History

2012-11-21 03:02:33 +04:00
<?php $TRANSLATIONS = array(
2012-12-10 03:12:32 +04:00
"Password" => "암호",
2012-11-21 03:02:33 +04:00
"Submit" => "제출",
2012-12-10 03:12:32 +04:00
"%s shared the folder %s with you" => "%s 님이 폴더 %s을(를) 공유하였습니다",
"%s shared the file %s with you" => "%s 님이 파일 %s을(를) 공유하였습니다",
2012-11-21 03:02:33 +04:00
"Download" => "다운로드",
2012-12-10 03:12:32 +04:00
"No preview available for" => "다음 항목을 미리 볼 수 없음:",
"web services under your control" => "내가 관리하는 웹 서비스"
2012-11-21 03:02:33 +04:00
);