ko.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. return array(
  3. 'item:object:reported_content' => '신고된 항목',
  4. 'admin:administer_utilities:reportedcontent' => '신고된 내용',
  5. 'reportedcontent' => '신고된 내용',
  6. 'reportedcontent:this' => '이것을 신고합니다',
  7. 'reportedcontent:this:tooltip' => '관리자에게 이 페이지를 신고합니다',
  8. 'reportedcontent:none' => '신고된 내용이 없습니다',
  9. 'reportedcontent:report' => '관리자에게 신고',
  10. 'reportedcontent:deleted' => '신고된 내용이 삭제되었습니다',
  11. 'reportedcontent:notdeleted' => '이 신고를 제거할 수 없습니다.',
  12. 'reportedcontent:delete' => '신고 제거',
  13. 'reportedcontent:areyousure' => '정말로 제거하기를 원합니까?',
  14. 'reportedcontent:archive' => '신고를 저장합니다',
  15. 'reportedcontent:archived' => '신고가 저장되었습니다',
  16. 'reportedcontent:visit' => '신고된 항목 방문',
  17. 'reportedcontent:by' => '신고자',
  18. 'reportedcontent:objecttitle' => '페이지 제목',
  19. 'reportedcontent:objecturl' => '페이지 주소',
  20. 'reportedcontent:reason' => '신고 이유',
  21. 'reportedcontent:description' => '왜 이것을 신고합니까?',
  22. 'reportedcontent:address' => '항목의 위치',
  23. 'reportedcontent:success' => '관리자에게 신고가 보내졌습니다.',
  24. 'reportedcontent:failing' => '신고를 보낼 수 없었습니다.',
  25. 'reportedcontent:report' => '관리자에게 신고',
  26. 'reportedcontent:instructions' => '검토를 위해 신고내용이 관리자에게 보내질 것입니다.',
  27. 'reportedcontent:numbertodisplay' => '표시할 신고의 개수',
  28. 'reportedcontent:widget:description' => '신고된 내용 표시',
  29. 'reportedcontent:user' => '사용자 신고',
  30. 'reportedcontent:failed' => '죄송합니다. 이 내용을 신고하는데 실패하였습니다.',
  31. 'reportedcontent:notarchived' => '이 신고를 저장할 수 없었습니다',
  32. );