summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ko.php
blob: fc0a4ca2de28a69160bcd5c6379adea9d2b83594 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Error" => "오류",
"Delete permanently" => "영원히 삭제",
"Name" => "이름",
"_%n folder_::_%n folders_" => array(,),
"_%n file_::_%n files_" => array(,),
"Restore" => "복원",
"Delete" => "삭제"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";