roundcubemail-plugins-kolab/plugins/kolab_delegation/localization/de_DE.inc
2014-08-19 11:07:50 +02:00

21 lines
600 B
PHP

<?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'] = 'Delegierte';
$labels['mail'] = 'E-Mail';
$labels['contact'] = 'Kontakte';
$labels['event'] = 'Kalender';
$labels['task'] = 'Aufgaben';
$labels['note'] = 'Notizen';
$labels['yes'] = 'Ja';
$labels['no'] = 'Nein';
$labels['read'] = 'Schreibgeschützt';
$labels['write'] = 'Schreiben';
$labels['savingdata'] = 'Speichere Daten...';
$labels['deleteconfirm'] = 'Bestätigung';
?>