fi.php 621 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'search:enter_term' => 'Syötä hakusana:',
  4. 'search:no_results' => 'Ei hakutuloksia.',
  5. 'search:matched' => 'Matched: ',
  6. 'search:results' => 'Tulokset haulle %s',
  7. 'search:no_query' => 'Et syöttänyt hakusanaa.',
  8. 'search:search_error' => 'Virhe',
  9. 'search:more' => 'Näytä lisää hakutuloksia (%skpl)',
  10. 'search_types:tags' => 'Tagit',
  11. 'search_types:comments' => 'Kommentit',
  12. 'search:comment_on' => 'Kommentti kohteelle "%s"',
  13. 'search:comment_by' => 'käyttäjältä',
  14. 'search:unavailable_entity' => 'Kohde, jota ei saatavilla',
  15. 'search:unknown_entity' => 'Tuntematon kohdetyyppi',
  16. );