xref: /plugin/discussion/lang/nl/settings.php (revision f0fda08aecb1d731a5aee9fa543fdbf11bd942b9)
1<?php
2/**
3 * Dutch language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Erwin Moller <erwin@darwine.nl>
7 */
8
9// for the configuration manager
10$lang['allowguests']     = 'ongeregistreerde gebruikers mogen commentaar geven';
11$lang['linkemail']       = 'hyperlink de naam van degene die commentaar geeft naar hun email';
12$lang['usegravatar']     = 'gebruik gravatar afbeeldingen van gebruikers';
13
14$lang['gravatar_size']   = 'standaard afbeeldinggrootte van de gravatars';
15
16// Hi Esther, again I leave an english word 'rating' becuase it the best choice.
17$lang['gravatar_rating'] = 'minimale rating voor de gravatars';
18
19$lang['threads_showdate'] = 'laat datum van laatste commentaar zien in de thread lijst';
20$lang['threads_showuser'] = 'laat naam van gebruiker zien die de thread opstarte';
21
22//Setup VIM: ex: et ts=2 enc=utf-8 :