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

19 lines
494 B
PHP
Raw Normal View History

2013-01-12 11:23:32 +00:00
<?php
/**
* Localizations for the Kolab Delegation plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
*/
$labels['delegates'] = 'Vertreter';
2013-01-12 11:23:32 +00:00
$labels['mail'] = 'E-Mail';
2013-10-11 15:06:22 +02:00
$labels['contact'] = 'Kontakte';
2013-01-12 11:23:32 +00:00
$labels['event'] = 'Kalender';
$labels['task'] = 'Aufgaben';
$labels['note'] = 'Notizen';
$labels['yes'] = 'Ja';
$labels['no'] = 'Nein';
$labels['savingdata'] = 'Daten werden gespeichert...';
2013-01-12 11:23:32 +00:00
?>