nextcloud/apps/files_trashbin/l10n/ko.php

15 lines
493 B
PHP
Raw Normal View History

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