2011-05-19 12:40:46 +02:00
|
|
|
<?php
|
|
|
|
|
2014-08-14 10:49:56 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Folders plugin
|
|
|
|
*
|
2015-03-25 15:09:04 +01:00
|
|
|
* Copyright (C) 2015, Kolab Systems AG
|
2014-08-14 10:49:56 +02:00
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
|
|
|
|
*/
|
|
|
|
|
2011-05-19 12:40:46 +02:00
|
|
|
$labels = array();
|
|
|
|
|
|
|
|
$labels['folderctype'] = 'Content type';
|
|
|
|
$labels['foldertypemail'] = 'Mail';
|
2013-10-31 08:57:19 +01:00
|
|
|
$labels['foldertypeevent'] = 'Calendar';
|
2011-05-19 12:40:46 +02:00
|
|
|
$labels['foldertypejournal'] = 'Journal';
|
|
|
|
$labels['foldertypetask'] = 'Tasks';
|
|
|
|
$labels['foldertypenote'] = 'Notes';
|
|
|
|
$labels['foldertypecontact'] = 'Contacts';
|
2011-10-04 13:19:46 +02:00
|
|
|
$labels['foldertypeconfiguration'] = 'Configuration';
|
2012-10-25 15:13:59 +02:00
|
|
|
$labels['foldertypefile'] = 'Files';
|
|
|
|
$labels['foldertypefreebusy'] = 'Free-Busy';
|
2011-05-19 12:40:46 +02:00
|
|
|
|
|
|
|
$labels['default'] = 'Default';
|
|
|
|
$labels['inbox'] = 'Inbox';
|
|
|
|
$labels['drafts'] = 'Drafts';
|
|
|
|
$labels['sentitems'] = 'Sent';
|
|
|
|
$labels['outbox'] = 'Outbox';
|
|
|
|
$labels['wastebasket'] = 'Trash';
|
|
|
|
$labels['junkemail'] = 'Junk';
|
2014-09-23 11:37:45 +02:00
|
|
|
$labels['confidential'] = 'Confidential';
|
2015-03-25 15:09:04 +01:00
|
|
|
$labels['private'] = 'Private';
|
2011-05-19 12:40:46 +02:00
|
|
|
|
2011-07-07 15:50:50 +02:00
|
|
|
$messages['defaultfolderexists'] = 'There is already default folder of specified type';
|
|
|
|
|
2011-05-19 12:40:46 +02:00
|
|
|
?>
|