13-05-2026 implementation FR
This commit is contained in:
parent
245c281541
commit
70240d2b6a
61 changed files with 4472 additions and 2 deletions
59
resources/lang/fr/cal.php
Normal file
59
resources/lang/fr/cal.php
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'months' => [
|
||||
'April' => 'Avril',
|
||||
'August' => 'Août',
|
||||
'December' => 'Décembre',
|
||||
'February' => 'Février',
|
||||
'January' => 'Janvier',
|
||||
'July' => 'Juillet',
|
||||
'June' => 'Juin',
|
||||
'March' => 'Mars',
|
||||
'May' => 'Mai',
|
||||
'November' => 'Novembre',
|
||||
'October' => 'Octobre',
|
||||
'September' => 'Septembre',
|
||||
],
|
||||
'months_short' => [
|
||||
'Apr' => 'Avr',
|
||||
'Aug' => 'Aoû',
|
||||
'Dec' => 'Déc',
|
||||
'Feb' => 'Fév',
|
||||
'Jan' => 'Jan',
|
||||
'Jul' => 'Juil',
|
||||
'Jun' => 'Juin',
|
||||
'Mar' => 'Mar',
|
||||
'May' => 'Mai',
|
||||
'Nov' => 'Nov',
|
||||
'Oct' => 'Oct',
|
||||
'Sep' => 'Sep',
|
||||
],
|
||||
'weekdays' => [
|
||||
'Friday' => 'Vendredi',
|
||||
'Monday' => 'Lundi',
|
||||
'Saturday' => 'Samedi',
|
||||
'Sunday' => 'Dimanche',
|
||||
'Thursday' => 'Jeudi',
|
||||
'Tuesday' => 'Mardi',
|
||||
'Wednesday' => 'Mercredi',
|
||||
],
|
||||
'weekdays_min' => [
|
||||
'Fr' => 'Ve',
|
||||
'Mo' => 'Lu',
|
||||
'Sa' => 'Sa',
|
||||
'Su' => 'Di',
|
||||
'Th' => 'Je',
|
||||
'Tu' => 'Ma',
|
||||
'We' => 'Me',
|
||||
],
|
||||
'weekdays_short' => [
|
||||
'Fri' => 'Ven.',
|
||||
'Mon' => 'Lun.',
|
||||
'Sat' => 'Sam.',
|
||||
'Sun' => 'Dim.',
|
||||
'Thu' => 'Jeu.',
|
||||
'Tue' => 'Mar.',
|
||||
'Wed' => 'Mer.',
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue