roundcubemail-plugins-kolab/plugins/kolab_folders/localization/en_US.inc
Aleksander Machniak (Kolab Systems) 110bc97c1e Support folders of type 'configuration'
2011-10-04 13:19:46 +02:00

24 lines
679 B
PHP

<?php
$labels = array();
$labels['folderctype'] = 'Content type';
$labels['foldertypemail'] = 'Mail';
$labels['foldertypeevent'] = 'Calendar'; // Events?
$labels['foldertypejournal'] = 'Journal';
$labels['foldertypetask'] = 'Tasks';
$labels['foldertypenote'] = 'Notes';
$labels['foldertypecontact'] = 'Contacts';
$labels['foldertypeconfiguration'] = 'Configuration';
$labels['default'] = 'Default';
$labels['inbox'] = 'Inbox';
$labels['drafts'] = 'Drafts';
$labels['sentitems'] = 'Sent';
$labels['outbox'] = 'Outbox';
$labels['wastebasket'] = 'Trash';
$labels['junkemail'] = 'Junk';
$messages['defaultfolderexists'] = 'There is already default folder of specified type';
?>