summaryrefslogtreecommitdiff
path: root/settings/localization/nl_NL.inc
blob: 793a4dcaed72c0908d287fe16510c7c0e7e899ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
/*
 +-----------------------------------------------------------------------+
 | ./plugins/settings/localization/nl_NL.inc
 |
 | Language file of MyRoundcube Plugins Bundle
 | Copyright (C) 2010-2012, Roland 'rosali' Liebl
 | Licensed under the GNU GPL
 |
 +-----------------------------------------------------------------------+
 | Author: HiJack! - 10/22/2012 20:03:26
 +-----------------------------------------------------------------------+
*/

$labels = array();
$labels['menu'] = 'Menu';
$labels['managefolders'] = 'Mappen beheren';
$labels['account'] = 'Accountbeheer';
$labels['classic'] = 'Standaard';
$labels['remotefolders'] = 'Speciale mappen';
$labels['myroundcube'] = 'MyRoundCube';
$labels['skin_preview'] = 'Themavoorbeeld';
$labels['larry'] = 'Larry';
$labels['pluginname'] = 'Instellingen';
$labels['plugindescription'] = 'Dit is een ondersteunende plugin die vereist wordt door diverse andere plugins (o.a. alle hmail_* plugins).';

?>