server/apps/files_trashbin/l10n/ko.php

10 lines
234 B
PHP
Raw Normal View History

2013-01-31 23:19:28 +00:00
<?php $TRANSLATIONS = array(
"Name" => "이름",
"1 folder" => "폴더 1개",
"{count} folders" => "폴더 {count}개",
"1 file" => "파일 1개",
"{count} files" => "파일 {count}개",
2013-02-21 23:08:47 +00:00
"Restore" => "복원",
"Delete" => "삭제"
2013-01-31 23:19:28 +00:00
);