2026-01-22 15:17:18 +00:00

35 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '.',
);