You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ko.php 532B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "%s을(를_ 영구적으로 삭제할 수 없습니다",
  4. "Couldn't restore %s" => "%s을(를) 복원할 수 없습니다",
  5. "Deleted files" => "삭제된 파일",
  6. "Error" => "오류",
  7. "Deleted Files" => "삭제된 파일",
  8. "restored" => "복원됨",
  9. "Nothing in here. Your trash bin is empty!" => "휴지통이 비어 있습니다!",
  10. "Name" => "이름",
  11. "Restore" => "복원",
  12. "Deleted" => "삭제됨",
  13. "Delete" => "삭제"
  14. );
  15. $PLURAL_FORMS = "nplurals=1; plural=0;";