mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
|
/**
|
||
|
* French translation
|
||
|
* @name French
|
||
|
* @anchor French
|
||
|
* @author
|
||
|
*/
|
||
|
|
||
|
{
|
||
|
"sProcessing": "Traitement en cours...",
|
||
|
"sSearch": "Rechercher :",
|
||
|
"sLengthMenu": "Afficher _MENU_ éléments",
|
||
|
"sInfo": "Affichage de l'élement _START_ à _END_ sur _TOTAL_ éléments",
|
||
|
"sInfoEmpty": "Affichage de l'élement 0 à 0 sur 0 éléments",
|
||
|
"sInfoFiltered": "(filtré de _MAX_ éléments au total)",
|
||
|
"sInfoPostFix": "",
|
||
|
"sLoadingRecords": "Chargement en cours...",
|
||
|
"sZeroRecords": "Aucun élément à afficher",
|
||
|
"sEmptyTable": "Aucune donnée disponible dans le tableau",
|
||
|
"oPaginate": {
|
||
|
"sFirst": "Premier",
|
||
|
"sPrevious": "Précédent",
|
||
|
"sNext": "Suivant",
|
||
|
"sLast": "Dernier"
|
||
|
},
|
||
|
"oAria": {
|
||
|
"sSortAscending": ": activer pour trier la colonne par ordre croissant",
|
||
|
"sSortDescending": ": activer pour trier la colonne par ordre décroissant"
|
||
|
}
|
||
|
}
|