diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-30 10:19:22 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-30 10:19:22 -0400 |
commit | a711399e62d5a9f14d4b748efe4354ee37e61f13 (patch) | |
tree | 95d4688d36c4b23bfeb4cb2e75070eca7874d430 /apps/files_trashbin | |
parent | d4fed61871a6dc2a3f74a0cccc8e8072b267290d (diff) | |
download | nextcloud-server-a711399e62d5a9f14d4b748efe4354ee37e61f13.tar.gz nextcloud-server-a711399e62d5a9f14d4b748efe4354ee37e61f13.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/ko.php | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/apps/files_trashbin/l10n/ko.php b/apps/files_trashbin/l10n/ko.php index f2e604d7591..9ac5f9802c6 100644 --- a/apps/files_trashbin/l10n/ko.php +++ b/apps/files_trashbin/l10n/ko.php @@ -1,11 +1,19 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "%s를 영구적으로 삭제할수 없습니다", +"Couldn't restore %s" => "%s를 복원할수 없습니다", +"perform restore operation" => "복원 작업중", "Error" => "오류", +"delete file permanently" => "영구적으로 파일 삭제하기", "Delete permanently" => "영원히 삭제", "Name" => "이름", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), +"Deleted" => "삭제됨", +"_%n folder_::_%n folders_" => array("폴더 %n개"), +"_%n file_::_%n files_" => array("파일 %n개 "), +"restored" => "복원됨", +"Nothing in here. Your trash bin is empty!" => "현재 휴지통은 비어있습니다!", "Restore" => "복원", -"Delete" => "삭제" +"Delete" => "삭제", +"Deleted Files" => "삭제된 파일들" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |