Skip to content

Commit

Permalink
change in warning more than 200
Browse files Browse the repository at this point in the history
  • Loading branch information
coret committed Nov 21, 2024
1 parent 2a2d072 commit bd64074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/includes/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
'doorzoekt titels, omschrijvingen en steekwoorden'=>'searches titles, descriptions and keywords',
'Als er meerdere zoektermen worden opgegeven dan bevatten de zoekresultaten één of meer van deze termen. Wil je dat alle zoektermen moeten voorkomen koppel de zoektermen dan met AND.'=>'If multiple search terms are specified, the search results will contain one or more of these terms. If you want all search terms to appear, link the search terms with AND.',
'Filter op organisatie'=>'Filter by organisation',
'Let op: meer dan 200 resultaten, gebruik filters of SPARQL!'=>'Beware: more than 200 results, use filters or SPARQL!',
'Let op: groot aantal resultaten, de eerste 200 worden getoond, gebruik filters of SPARQL!'=>'Beware: large number of results, first 200 are shown, use filters or SPARQL!',

# datamodel.php
'Uitleg van de dataconcepten'=>'Explanation of the data concepts',
Expand Down
2 changes: 1 addition & 1 deletion web/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function showDatasets(sparqlresult) {
}
showFacets();
if (uriCount>200) {
countstring="<?= t('Let op: meer dan 200 resultaten, gebruik filters of SPARQL!') ?>";
countstring="<?= t('Let op: groot aantal resultaten, de eerste 200 worden getoond, gebruik filters of SPARQL!') ?>";
} else {
countstring=uriCount;
}
Expand Down

0 comments on commit bd64074

Please sign in to comment.