Files
snipe-it/resources/lang/fr-FR/datepicker.php
T
snipe cb2ffe6b3f Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-08-27 14:02:39 +01:00

79 lines
1.9 KiB
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'today' => 'Aujourd\'hui',
'clear' => 'Clear',
'days' => [
'sunday' => 'Dimanche',
'monday' => 'Lundi',
'tuesday' => 'Mardi',
'wednesday' => 'Mercredi',
'thursday' => 'Thursday',
'friday' => 'Friday',
'saturday' => 'Saturday',
],
'short_days' => [
'sunday' => 'Sun',
'monday' => 'Mon',
'tuesday' => 'Tue',
'wednesday' => 'Mer.',
'thursday' => 'Jeu.',
'friday' => 'Ven.',
'saturday' => 'Sam.',
],
'min_days' => [
'sunday' => 'Su',
'monday' => 'Mo',
'tuesday' => 'Tu',
'wednesday' => 'We',
'thursday' => 'Th',
'friday' => 'Fr',
'saturday' => 'Sa',
],
'months' => [
'january' => 'Janvier',
'february' => 'Février',
'march' => 'Mars',
'april' => 'Avril',
'may' => 'Mai',
'june' => 'Juin',
'july' => 'Juillet',
'august' => 'Août',
'september' => 'Septembre',
'october' => 'Octobre',
'november' => 'Novembre',
'december' => 'Décembre',
],
'months_short' => [
'january' => 'Jan',
'february' => 'Fév',
'march' => 'Mar',
'april' => 'Avr',
'may' => 'Mai',
'june' => 'Jui',
'july' => 'Juil',
'august' => 'Aoû',
'september' => 'Sep',
'october' => 'Oct',
'november' => 'Nov',
'december' => 'Déc',
],
);