roundcubemail-plugins-kolab/plugins/kolab_folders/localization/nl_NL.inc

30 lines
1 KiB
PHP
Raw Normal View History

2013-01-12 11:23:32 +00:00
<?php
/**
* Localizations for the Kolab Folders plugin
*
* Copyright (C) 2015, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
*/
2013-01-12 11:23:32 +00:00
$labels['folderctype'] = 'Inhoudstype';
$labels['foldertypemail'] = 'Mail';
$labels['foldertypeevent'] = 'Agenda';
2013-01-12 11:23:32 +00:00
$labels['foldertypejournal'] = 'Dagboek';
$labels['foldertypetask'] = 'Taken';
$labels['foldertypenote'] = 'Notities';
2017-06-12 10:57:06 +02:00
$labels['foldertypecontact'] = 'Contactpersonen';
2013-01-12 11:23:32 +00:00
$labels['foldertypeconfiguration'] = 'Configuratie';
$labels['foldertypefile'] = 'Bestanden';
2017-06-12 10:57:06 +02:00
$labels['foldertypefreebusy'] = 'Beschikbaar/Bezet';
2013-01-12 11:23:32 +00:00
$labels['default'] = 'Standaard';
2017-06-12 10:57:06 +02:00
$labels['inbox'] = 'Postvak IN';
2013-01-12 11:23:32 +00:00
$labels['drafts'] = 'Concepten';
2017-06-12 10:57:06 +02:00
$labels['sentitems'] = 'Verstuurd';
$labels['outbox'] = 'Postvak UIT';
2013-01-12 11:23:32 +00:00
$labels['wastebasket'] = 'Prullenbak';
$labels['junkemail'] = 'Ongewenst';
2014-11-27 20:13:06 +01:00
$labels['confidential'] = 'Vertrouwelijk';
2017-06-12 10:57:06 +02:00
$labels['private'] = 'Privé';
$messages['defaultfolderexists'] = 'Er is al een standaardmap van het opgegeven type';
2013-01-12 11:23:32 +00:00
?>