Current File : /home/quantums/cryptocopytrade.io/wp-content/plugins/tablepress/i18n/datatables/lang-fr_FR.php |
<?php
/**
* TablePress DataTables language file for "fr_FR".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Aucun élément à afficher',
'info' => 'Affichage des éléments _START_ à _END_ sur _TOTAL_ éléments',
'infoEmpty' => "Affichage de l'élément 0 à 0 sur 0 éléments",
'infoFiltered' => '(filtré de _MAX_ éléments au total)',
'infoPostFix' => '',
'lengthMenu' => 'Afficher _MENU_ éléments',
'loadingRecords' => 'Chargement en cours...',
'processing' => 'Traitement en cours...',
'search' => 'Rechercher:',
'zeroRecords' => 'Aucun élément à afficher',
'paginate' => array(
'first' => '❮❮',
'previous' => '❮',
'next' => '❯',
'last' => '❯❯',
),
'aria' => array(
'sortAscending' => ': activer pour trier la colonne par ordre croissant',
'sortDescending' => ': activer pour trier la colonne par ordre décroissant',
),
'decimal' => ',',
'thousands' => '.',
);