You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
867 B
31 lines
867 B
<?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' => 'Eerste',
|
|
'previous' => 'Vorige',
|
|
'next' => 'Volgende',
|
|
'last' => 'Laatste',
|
|
),
|
|
'decimal' => ',',
|
|
'thousands' => '.',
|
|
);
|