roundcubemail-plugins-kolab/plugins/kolab_notes/localization/de_CH.inc

22 lines
662 B
PHP
Raw Normal View History

2014-08-22 01:31:43 +02:00
<?php
2016-05-18 16:38:39 +02:00
/**
* Localizations for the Kolab Folders plugin
*
* Copyright (C) 2015, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_notes/
*/
2014-08-22 01:31:43 +02:00
$labels['navtitle'] = 'Notizen';
$labels['tags'] = 'Tags';
$labels['notes'] = 'Notizen';
2016-05-18 16:38:39 +02:00
$labels['created'] = 'Erstellt';
$labels['changed'] = 'Geändert';
2014-08-22 01:31:43 +02:00
$labels['title'] = 'Titel';
$labels['listname'] = 'Name';
$labels['tabsharing'] = 'Freigabe';
2014-11-27 20:13:06 +01:00
$labels['abort'] = 'Abbrechen';
2014-12-01 12:45:40 +13:00
$labels['foldersubscribe'] = 'List permanently';
$labels['removelist'] = 'Remove from list';
2016-05-18 16:38:39 +02:00
$labels['removelink'] = 'E-Mail-Referenz entfernen';
2014-08-22 01:31:43 +02:00
$labels['savingdata'] = 'Speichere...';