summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/nl_NL.inc
blob: 4eb5729017cf6e3f0ae8058abc6c104b5d997a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/* Author: Hans Spaans */

$labels = array();
$labels['buttonjunk'] = 'Markeer als spam';
$labels['markasjunk'] = 'Is spam';
$labels['buttonnotjunk'] = 'Dit bericht is geen spam';
$labels['markasnotjunk'] = 'Geen spam';

$messages = array();
$messages['reportedasjunk'] = 'Bericht gemarkeerd als spam';
$messages['reportedasnotjunk'] = 'Bericht verplaatst naar Inbox';

?>