HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/bwcsports-site/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'    => 'Premier',
		'previous' => 'Précédent',
		'next'     => 'Suivant',
		'last'     => 'Dernier',
	),
	'aria'           => array(
		'sortAscending'  => ': activer pour trier la colonne par ordre croissant',
		'sortDescending' => ': activer pour trier la colonne par ordre décroissant',
	),
	'decimal'        => ',',
	'thousands'      => '.',
);