nextcloud/apps/files_trashbin/l10n/ko.php

15 lines
490 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-09-30 18:19:22 +04:00
"Couldn't delete %s permanently" => "%s를 영구적으로 삭제할수 없습니다",
"Couldn't restore %s" => "%s를 복원할수 없습니다",
2013-04-09 04:14:02 +04:00
"Error" => "오류",
2013-09-30 18:19:22 +04:00
"restored" => "복원됨",
"Nothing in here. Your trash bin is empty!" => "현재 휴지통은 비어있습니다!",
2013-10-11 06:30:58 +04:00
"Name" => "이름",
2013-02-22 03:08:47 +04:00
"Restore" => "복원",
2013-10-11 06:30:58 +04:00
"Deleted" => "삭제됨",
2013-09-30 18:19:22 +04:00
"Delete" => "삭제",
"Deleted Files" => "삭제된 파일들"
2013-02-01 03:19:28 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";