diff options
Diffstat (limited to 'apps/files_sharing/l10n/ko.php')
-rw-r--r-- | apps/files_sharing/l10n/ko.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ko.php b/apps/files_sharing/l10n/ko.php index 22b76509a6b..e797feb64e8 100644 --- a/apps/files_sharing/l10n/ko.php +++ b/apps/files_sharing/l10n/ko.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Saved" => "저장됨", +"Reset" => "재설정", "Shared by {owner}" => "{owner} 님이 공유함", "Shared by" => "공유한 사용자:", "This share is password-protected" => "이 공유는 암호로 보호되어 있습니다", @@ -13,6 +15,7 @@ $TRANSLATIONS = array( "sharing is disabled" => "공유가 비활성화됨", "For more info, please ask the person who sent this link." => "자세한 정보는 링크를 보낸 사람에게 문의하십시오.", "Download" => "다운로드", -"Direct link" => "직접 링크" +"Direct link" => "직접 링크", +"Save" => "저장" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |