summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ko.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/ko.php')
-rw-r--r--apps/files_trashbin/l10n/ko.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/ko.php b/apps/files_trashbin/l10n/ko.php
index 809ecfea15d..9c3cd2de15f 100644
--- a/apps/files_trashbin/l10n/ko.php
+++ b/apps/files_trashbin/l10n/ko.php
@@ -1,14 +1,14 @@
<?php
$TRANSLATIONS = array(
-"Couldn't delete %s permanently" => "%s를 영구적으로 삭제할수 없습니다",
-"Couldn't restore %s" => "%s를 복원할수 없습니다",
+"Couldn't delete %s permanently" => "%s을(를_ 영구적으로 삭제할 수 없습니다",
+"Couldn't restore %s" => "%s을(를) 복원할 수 없습니다",
"Error" => "오류",
"restored" => "복원됨",
-"Nothing in here. Your trash bin is empty!" => "현재 휴지통은 비어있습니다!",
+"Nothing in here. Your trash bin is empty!" => "휴지통이 비어 있습니다!",
"Name" => "이름",
"Restore" => "복원",
"Deleted" => "삭제됨",
"Delete" => "삭제",
-"Deleted Files" => "삭제된 파일들"
+"Deleted Files" => "삭제된 파일"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";