aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/nl/nl.search.php
blob: 12cbbb33c7f7b61c85d674cbb32b3a32f306c1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$nl = array (
  'search:comment_by' => 'door',
  'search:enter_term' => 'Geef een zoekterm op:',
  'search:no_results' => 'Geen resultaten:',
  'search:matched' => 'Gevonden:',
  'search:results' => 'Resultaten voor %s',
  'search:no_query' => 'Geef een zoekopdracht op',
  'search:search_error' => 'Fout',
  'search:more' => '+%s meer %s',
  'search_types:tags' => 'Tags',
  'search_types:comments' => 'Reacties',
  'search:comment_on' => 'Reacties op "%s"',
  'search:unavailable_entity' => 'Niet beschikbare Entity',
);

add_translation("nl", $nl);