Files
opensourcepos/application/language/fr/bootstrap_tables_lang.php
Val Thi 05229bc2f6 Translated using Weblate (French)
Currently translated at 100.0% (8 of 8 strings)

Translation: opensourcepos/bootstrap_tables
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/fr/
2022-07-14 07:25:55 +02: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";