mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 17:57:58 -05:00
67 lines
3.0 KiB
PHP
67 lines
3.0 KiB
PHP
<?php
|
||
|
||
$lang["datepicker_days_sunday"] = "Dimanche";
|
||
$lang["datepicker_days_monday"] = "Lundi";
|
||
$lang["datepicker_days_tueday"] = "Mardi";
|
||
$lang["datepicker_days_wednesday"] = "Mercredi";
|
||
$lang["datepicker_days_thursday"] = "Jeudi";
|
||
$lang["datepicker_days_friday"] = "Vendredi";
|
||
$lang["datepicker_days_saturday"] = "Samedi";
|
||
$lang["datepicker_daysshort_sunday"] = "Dim";
|
||
$lang["datepicker_daysshort_monday"] = "Lun";
|
||
$lang["datepicker_daysshort_tueday"] = "Mar";
|
||
$lang["datepicker_daysshort_wednesday"] = "Mer";
|
||
$lang["datepicker_daysshort_thursday"] = "Jeu";
|
||
$lang["datepicker_daysshort_friday"] = "Ven";
|
||
$lang["datepicker_daysshort_saturday"] = "Sam";
|
||
$lang["datepicker_daysmin_sunday"] = "D";
|
||
$lang["datepicker_daysmin_monday"] = "L";
|
||
$lang["datepicker_daysmin_tueday"] = "Ma";
|
||
$lang["datepicker_daysmin_wednesday"] = "Me";
|
||
$lang["datepicker_daysmin_thursday"] = "J";
|
||
$lang["datepicker_daysmin_friday"] = "V";
|
||
$lang["datepicker_daysmin_saturday"] = "S";
|
||
$lang["datepicker_months_january"] = "Janvier";
|
||
$lang["datepicker_months_february"] = "F<EFBFBD>vrier";
|
||
$lang["datepicker_months_march"] = "Mars";
|
||
$lang["datepicker_months_april"] = "Avril";
|
||
$lang["datepicker_months_may"] = "Mai";
|
||
$lang["datepicker_months_june"] = "Juin";
|
||
$lang["datepicker_months_july"] = "Juillet";
|
||
$lang["datepicker_months_august"] = "Ao<EFBFBD>t";
|
||
$lang["datepicker_months_september"] = "Septembre";
|
||
$lang["datepicker_months_october"] = "Octobre";
|
||
$lang["datepicker_months_november"] = "Novembre";
|
||
$lang["datepicker_months_december"] = "D<EFBFBD>cembre";
|
||
$lang["datepicker_monthsshort_january"] = "Jan";
|
||
$lang["datepicker_monthsshort_february"] = "F<EFBFBD>v";
|
||
$lang["datepicker_monthsshort_march"] = "Mar";
|
||
$lang["datepicker_monthsshort_april"] = "Avr";
|
||
$lang["datepicker_monthsshort_may"] = "Mai";
|
||
$lang["datepicker_monthsshort_june"] = "Jui";
|
||
$lang["datepicker_monthsshort_july"] = "Jui";
|
||
$lang["datepicker_monthsshort_august"] = "Ao<EFBFBD>";
|
||
$lang["datepicker_monthsshort_september"] = "Sep";
|
||
$lang["datepicker_monthsshort_october"] = "Oct";
|
||
$lang["datepicker_monthsshort_november"] = "Nov";
|
||
$lang["datepicker_monthsshort_december"] = "Dec";
|
||
$lang["datepicker_today"] = "Aujourd'hui";
|
||
$lang["datepicker_weekstart"] = "1";
|
||
$lang["datepicker_all_time"] = "Depuis le début";
|
||
$lang["datepicker_last_7"] = "Ces 7 derniers jours";
|
||
$lang["datepicker_last_30"] = "Ces 30 derniers jours";
|
||
$lang["datepicker_last_month"] = "Le mois dernier";
|
||
$lang["datepicker_last_year"] = "L'année passée";
|
||
$lang["datepicker_this_month"] = "Ce mois";
|
||
$lang["datepicker_this_month_last_year"] = "This Month Last Year";
|
||
$lang["datepicker_this_month_to_today"] = "This Month To Today";
|
||
$lang["datepicker_this_month_to_today_last_year"] = "This Month To Today Last Year";
|
||
$lang["datepicker_this_year"] = "Cette Année";
|
||
$lang["datepicker_today_last_year"] = "Today Last Year";
|
||
$lang["datepicker_yesterday"] = "Hier";
|
||
$lang["datepicker_apply"] = "Apply";
|
||
$lang["datepicker_cancel"] = "Cancel";
|
||
$lang["datepicker_from"] = "From";
|
||
$lang["datepicker_to"] = "To";
|
||
$lang["datepicker_custom"] = "Custom";
|