mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-17 05:47:57 -05:00
24 lines
1.0 KiB
PHP
24 lines
1.0 KiB
PHP
<?php
|
|
|
|
$lang["datepicker_all_time"] = "Depuis le début";
|
|
$lang["datepicker_apply"] = "Appliquer";
|
|
$lang["datepicker_cancel"] = "Annuler la Vente";
|
|
$lang["datepicker_custom"] = "Personnaliser";
|
|
$lang["datepicker_from"] = "De";
|
|
$lang["datepicker_last_30"] = "Ces 30 derniers jours";
|
|
$lang["datepicker_last_7"] = "Ces 7 derniers jours";
|
|
$lang["datepicker_last_financial_year"] = "";
|
|
$lang["datepicker_last_month"] = "Le mois dernier";
|
|
$lang["datepicker_last_year"] = "L'année passée";
|
|
$lang["datepicker_same_month_last_year"] = "Même mois de l'Année Dernière";
|
|
$lang["datepicker_same_month_to_same_day_last_year"] = "Même mois au même jour que l'an dernier";
|
|
$lang["datepicker_this_financial_year"] = "";
|
|
$lang["datepicker_this_month"] = "Ce mois";
|
|
$lang["datepicker_this_month_last_year"] = "";
|
|
$lang["datepicker_this_year"] = "Cette Année";
|
|
$lang["datepicker_to"] = "To";
|
|
$lang["datepicker_today"] = "Aujourd'hui";
|
|
$lang["datepicker_today_last_year"] = "Même jour l'année passée";
|
|
$lang["datepicker_weekstart"] = "1";
|
|
$lang["datepicker_yesterday"] = "Hier";
|