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
16 lines
407 B
PHP
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';
|