summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ko.php
blob: 68845b5472eb3d3bb7186ec6448cedf0c860546c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"Error" => "오류",
"Delete permanently" => "영원히 삭제",
"Name" => "이름",
"1 folder" => "폴더 1개",
"{count} folders" => "폴더 {count}개",
"1 file" => "파일 1개",
"{count} files" => "파일 {count}개",
"Restore" => "복원",
"Delete" => "삭제"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";