en.php 562 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'search:enter_term' => 'Enter a search term:',
  4. 'search:no_results' => 'No results.',
  5. 'search:matched' => 'Matched: ',
  6. 'search:results' => 'Results for %s',
  7. 'search:no_query' => 'Please enter a query to search.',
  8. 'search:search_error' => 'Error',
  9. 'search:more' => '+%s more %s',
  10. 'search_types:tags' => 'Tags',
  11. 'search_types:comments' => 'Comments',
  12. 'search:comment_on' => 'Comment on "%s"',
  13. 'search:comment_by' => 'by',
  14. 'search:unavailable_entity' => 'Unavailable Entity',
  15. 'search:unknown_entity' => 'Unknown Entity type',
  16. );