28 lines
991 B
PHP
28 lines
991 B
PHP
<?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/
|
|
*/
|
|
$labels['folderctype'] = 'Inhoudstype';
|
|
$labels['foldertypemail'] = 'Mail';
|
|
$labels['foldertypeevent'] = 'Agenda';
|
|
$labels['foldertypejournal'] = 'Dagboek';
|
|
$labels['foldertypetask'] = 'Taken';
|
|
$labels['foldertypenote'] = 'Notities';
|
|
$labels['foldertypecontact'] = 'Adresboek';
|
|
$labels['foldertypeconfiguration'] = 'Configuratie';
|
|
$labels['foldertypefile'] = 'Bestanden';
|
|
$labels['foldertypefreebusy'] = 'Vrij/Bezet';
|
|
$labels['default'] = 'Standaard';
|
|
$labels['inbox'] = 'Inbox';
|
|
$labels['drafts'] = 'Concepten';
|
|
$labels['sentitems'] = 'Verzonden';
|
|
$labels['outbox'] = 'Te versturen';
|
|
$labels['wastebasket'] = 'Prullenbak';
|
|
$labels['junkemail'] = 'Ongewenst';
|
|
$labels['confidential'] = 'Vertrouwelijk';
|
|
$messages['defaultfolderexists'] = 'Er is reeds een standaard map voor dit type inhoud';
|
|
?>
|