2026-01-22 15:17:18 +00:00

31 lines
858 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* TablePress DataTables language file for "nl_NL".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Geen resultaten aanwezig in de tabel',
'info' => '_START_ tot _END_ van _TOTAL_ resultaten',
'infoEmpty' => 'Geen resultaten om weer te geven',
'infoFiltered' => '(gefilterd uit _MAX_ resultaten)',
'infoPostFix' => '',
'lengthMenu' => '_MENU_ resultaten weergeven',
'loadingRecords' => 'Een moment geduld aub - bezig met laden...',
'processing' => 'Bezig...',
'search' => 'Zoeken:',
'zeroRecords' => 'Geen resultaten gevonden',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'decimal' => ',',
'thousands' => '.',
);