Files
opensourcepos/app/Language/fr/Bootstrap_tables.php
2023-04-27 21:53:44 -04:00

12 lines
435 B
PHP

<?php
return [
"tables_all" => "tous",
"tables_columns" => "Colonnes",
"tables_hide_show_pagination" => "Masquer/Afficher la pagination",
"tables_loading" => "Chargement en cours, patientez, s'il vous plaît ...",
"tables_page_from_to" => "Affichage des lignes {0} à {1} sur {2} lignes au total",
"tables_refresh" => "Rafraîchir",
"tables_rows_per_page" => "{0} lignes par page",
"tables_toggle" => "Alterner",
];