da.php 594 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'search:enter_term' => 'Indtast et søgeord:',
  4. 'search:no_results' => 'Ingen resultater...',
  5. 'search:matched' => 'Match: ',
  6. 'search:results' => 'Resultater for %s',
  7. 'search:no_query' => 'Vær venlig at indtaste noget at søge efter.',
  8. 'search:search_error' => 'Fejl',
  9. 'search:more' => '+%s flere %s',
  10. 'search_types:tags' => 'Tags',
  11. 'search_types:comments' => 'Kommentarer',
  12. 'search:comment_on' => 'Kommentér "%s"',
  13. 'search:comment_by' => 'af',
  14. 'search:unavailable_entity' => 'Utilgængelig søgeterm',
  15. 'search:unknown_entity' => 'Ukendt Entitets type',
  16. );