Files
luxtools-plugin/lang/nl/lang.php
luxick f83248d605
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Optical rendering of file and image listings
2026-01-06 14:34:05 +01:00

18 lines
470 B
PHP

<?php
/*
* additional language strings used by plugin
*
* dutch version
*
* @author Mark C. Prins <mprins@users.sf.net>
*/
$lang['filename'] = 'Bestandsnaam';
$lang['filesize'] = 'Bestandsgrootte';
$lang['lastmodified'] = 'Laatst gewijzigd';
$lang['openlocation'] = 'Locatie openen';
$lang['error_nomatch'] = 'Niets gevonden';
$lang['error_outsidejail'] = 'Toegang geweigerd';
$lang['empty_files'] = 'Geen bestanden';
$lang['empty_images'] = 'Geen afbeeldingen';