You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
<?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' => '.',
|
|
);
|