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

31 lines
1 KiB
PHP
Raw Normal View History

2012-01-27 23:29:19 +01: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/
*/
$labels['folderctype'] = 'Inhaltstyp';
2012-01-27 23:29:19 +01:00
$labels['foldertypemail'] = 'E-Mail';
$labels['foldertypeevent'] = 'Kalender';
2012-01-27 23:29:19 +01:00
$labels['foldertypejournal'] = 'Journal';
$labels['foldertypetask'] = 'Aufgaben';
$labels['foldertypenote'] = 'Notizen';
$labels['foldertypecontact'] = 'Kontakte';
$labels['foldertypeconfiguration'] = 'Konfiguration';
2013-10-11 15:06:22 +02:00
$labels['foldertypefile'] = 'Dateien';
$labels['foldertypefreebusy'] = 'Frei/Belegt';
2012-01-27 23:29:19 +01:00
$labels['default'] = 'Standard';
$labels['inbox'] = 'Posteingang';
$labels['drafts'] = 'Entwürfe';
$labels['sentitems'] = 'Gesendet';
$labels['outbox'] = 'Postausgang';
2013-10-11 15:06:22 +02:00
$labels['wastebasket'] = 'Mülleimer';
2012-01-27 23:29:19 +01:00
$labels['junkemail'] = 'Spam';
2014-10-27 15:11:28 +13:00
$labels['confidential'] = 'Vertraulich';
$labels['private'] = 'Privat';
2018-05-28 19:21:42 +02:00
$labels['xdays'] = '$x Tage';
$messages['defaultfolderexists'] = 'Es gibt bereits einen Standardordner des angegebenen Typs';
2012-01-27 23:29:19 +01:00
?>