mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
435 B
PHP
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',
|
|
];
|