server/apps/files_trashbin/l10n/ko.php

11 lines
255 B
PHP
Raw Normal View History

2013-01-31 23:19:28 +00:00
<?php $TRANSLATIONS = array(
2013-04-09 00:14:02 +00:00
"Error" => "오류",
2013-01-31 23:19:28 +00:00
"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
);