| Current Path : /var/www/clients/client3/web2/web/lists/admin/plugins/CommonPlugin/lan/ |
| Current File : /var/www/clients/client3/web2/web/lists/admin/plugins/CommonPlugin/lan/translations_fr.php |
<?php
/**
* CommonPlugin for phplist.
*
* This file is a part of CommonPlugin.
*
* @category phplist
*
* @author Duncan Cameron
* @copyright 2011-2018 Duncan Cameron
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, Version 3
*/
/**
* This file contains the French translations.
*/
return [
// CommonPlugin.php
['phpinfo', 'phpinfo'],
['config.php', 'config.php'],
['php session', 'php session'],
// Pager.php
['Showing %d to %d of %d', 'Afficher de %d à %d sur %d'],
['no_results', 'Aucun résultat'],
// Toolbar.php
['help', 'Aide'],
// Widget.php
['Select attributes', 'Select attributes'],
// General
['top', 'haut'],
// widget_attributeform.tpl.php
['Search for', 'Rechercher'],
['confirmed only', 'confirmed only'],
['unconfirmed only', 'unconfirmed only'],
['blacklisted only', 'blacklisted only'],
['not blacklisted only', 'not blacklisted only'],
// ExportCSVAsync.php
['Exporting, this may take a while', 'Exporting, this may take a while'],
['Generating the export data', 'Generating the export data'],
['Exported %d of %d %d%%', 'Exported %d of %d %d%%'],
];