roundcubemail-plugins-kolab/plugins/csv_export/localization/en_US.inc
Aleksander Machniak 98b70e4a8d Extend csv_export plugin with tasks export (#3861)
Summary: Fixes #3861 (for KE14 only)

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Differential Revision: https://git.kolab.org/D166
2016-06-20 10:18:04 +02:00

16 lines
407 B
PHP

<?php
/**
* Localizations for the csv_export plugin
*
* Copyright (C) 2016, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/csv_export/
*/
$labels = array();
$labels['title'] = 'Contacts export';
$labels['text'] = 'Please, choose the export file format:';
$labels['csv'] = 'CSV (comma-separated)';
$labels['vcf'] = 'vCard';
$labels['format'] = 'Format';