Files
opensourcepos/application/language/fr/bootstrap_tables_lang.php
Nicolas Hurtubise f7bbc7c634 Translated using Weblate (French)
Currently translated at 87.5% (7 of 8 strings)

Translation: opensourcepos/bootstrap_tables
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/fr/
2022-01-16 09:14:51 +01:00

10 lines
452 B
PHP

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