| Current Path : /var/www/clients/client3/web2/web/lists/admin/plugins/CommonPlugin/lan/ |
| Current File : /var/www/clients/client3/web2/web/lists/admin/plugins/CommonPlugin/lan/translations_nl.php |
<?php
/**
* CommonPlugin for phplist.
*
* This file is a part of CommonPlugin.
*
* @category phplist
*
* @author Duncan Cameron
* @copyright 2011-2018 Duncan Cameron
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, Version 3
*/
/**
* This file contains the Dutch text.
*/
return [
// CommonPlugin.php
['phpinfo', 'phpinfo'],
['config.php', 'config.php'],
['php session', 'php session'],
// Pager.php
['Showing %d to %d of %d', 'Toont %d tot %d van %d'],
['no_results', 'Geen resultaten voor weergave'],
// Toolbar.php
['help', 'help'],
// Widget.php
['Select attributes', 'Selecteer attributen'],
// General
['top', 'boven'],
// widget_attributeform.tpl.php
['Search for', 'Zoek naar'],
['confirmed only', 'alleen bevestigd'],
['unconfirmed only', 'alleen niet bevestigd'],
['blacklisted only', 'alleen op Zwartelijst'],
['not blacklisted only', 'alleen niet op Zwartelijst'],
// ExportCSVAsync.php
['Exporting, this may take a while', 'Exporteren, het kan even duren...'],
['Generating the export data', 'Export data aan het klaarmaken...'],
['Exported %d of %d %d%%', 'Geexporteerd %d van %d %d%%'],
];