Dutch (NL) language support
Dutch (NL) language support
Netson
Posts: 5Questions: 0Answers: 0
Hey Allan,
as I couldn't find a dutch language file in the default set of translations, I thought I'd submit my own. If you want, you can include this in the datatables download package:
[code]
{
"sProcessing": "Bezig...",
"sLengthMenu": "_MENU_ resultaten weergeven",
"sZeroRecords": "Geen data om weer te geven",
"sInfo": "Resulaten _START_ tot _END_ van _TOTAL_ weergegeven",
"sInfoEmpty": "Geen data om weer te geven",
"sInfoFiltered": " (gefilterd uit _MAX_ regels)",
"sInfoPostFix": "",
"sSearch": "Zoeken:",
"sEmptyTable": "Geen gegevens aanwezig in de tabel",
"sInfoThousands": ",",
"sLoadingRecords": "Een moment geduld aub - bezig met laden...",
"oPaginate": {
"sFirst": "Eerste pagina",
"sLast": "Laatste pagina",
"sNext": "Volgende pagina",
"sPrevious": "Vorige pagina"
}
}
[/code]
If you don't want to include it, that's fine too! :)
as I couldn't find a dutch language file in the default set of translations, I thought I'd submit my own. If you want, you can include this in the datatables download package:
[code]
{
"sProcessing": "Bezig...",
"sLengthMenu": "_MENU_ resultaten weergeven",
"sZeroRecords": "Geen data om weer te geven",
"sInfo": "Resulaten _START_ tot _END_ van _TOTAL_ weergegeven",
"sInfoEmpty": "Geen data om weer te geven",
"sInfoFiltered": " (gefilterd uit _MAX_ regels)",
"sInfoPostFix": "",
"sSearch": "Zoeken:",
"sEmptyTable": "Geen gegevens aanwezig in de tabel",
"sInfoThousands": ",",
"sLoadingRecords": "Een moment geduld aub - bezig met laden...",
"oPaginate": {
"sFirst": "Eerste pagina",
"sLast": "Laatste pagina",
"sNext": "Volgende pagina",
"sPrevious": "Vorige pagina"
}
}
[/code]
If you don't want to include it, that's fine too! :)
This discussion has been closed.
Replies
Regards,
Allan
Thanks,
Allan
rijen (rows), gegevens (data), records and data.
These words are used to describe the same thing;
More correct would be:
[code]
{
"sProcessing": "Bezig...",
"sLengthMenu": "_MENU_ resultaten weergeven",
"sZeroRecords": "Geen resultaten gevonden",
"sInfo": "_START_ tot _END_ van _TOTAL_ resultaten",
"sInfoEmpty": "Geen resultaten om weer te geven",
"sInfoFiltered": " (gefilterd uit _MAX_ resultaten)",
"sInfoPostFix": "",
"sSearch": "Zoeken:",
"sEmptyTable": "Geen resultaten aanwezig in de tabel",
"sInfoThousands": ".",
"sLoadingRecords": "Een moment geduld aub - bezig met laden...",
"oPaginate": {
"sFirst": "Eerste",
"sLast": "Laatste",
"sNext": "Volgende",
"sPrevious": "Vorige"
}
}
[/code]
Regards,
Allan