ko.php 609 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'search:enter_term' => '검색할 말을 입력하세요:',
  4. 'search:no_results' => '결과가 없습니다.',
  5. 'search:matched' => '찾음:',
  6. 'search:results' => '%s 에 대한 결과',
  7. 'search:no_query' => '검색할 문구를 입력하세요.',
  8. 'search:search_error' => '오류',
  9. 'search:more' => '+%s 더 %s',
  10. 'search_types:tags' => '꼬리표',
  11. 'search_types:comments' => '댓글',
  12. 'search:comment_on' => '"%s" 에 대한 답글',
  13. 'search:comment_by' => '의',
  14. 'search:unavailable_entity' => '없는 항목',
  15. 'search:unknown_entity' => '알수없는 항목 종류',
  16. );