roundcubemail-plugins-kolab/plugins/csv_export/localization/en_US.inc
Aleksander Machniak 0be227c6ba csv_export plugin
2016-02-03 15:13:28 +01:00

15 lines
377 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';