nextcloud/apps/files_trashbin/l10n/ko.php

12 lines
282 B
PHP

<?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;";