|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/app.bak.2/Language/fr/ |
Upload File : |
<?php
/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
// Time language settings
return [
'invalidFormat' => '"{0}" n\'est pas un format de date valide',
'invalidMonth' => 'Les mois doivent être entre 1 et 12. Déclaré : {0}',
'invalidDay' => 'Les jours doivent être entre 1 et 31. Déclaré : {0}',
'invalidOverDay' => 'Les jours doivent être entre 1 et {0}. Déclaré : {1}',
'invalidHours' => 'Les heures doivent être entre 0 et 23. Déclaré : {0}',
'invalidMinutes' => 'Les minutes doivent être entre 0 et 59. Déclaré : {0}',
'invalidSeconds' => 'Les secondes doivent être entre 0 et 59. Déclaré : {0}',
'years' => '{0, plural, =1{# année} other{# années}}',
'months' => '{0, plural, =1{# mois} other{# mois}}',
'weeks' => '{0, plural, =1{# semaine} other{# semaines}}',
'days' => '{0, plural, =1{# jour} other{# jours}}',
'hours' => '{0, plural, =1{# heure} other{# heures}}',
'minutes' => '{0, plural, =1{# minute} other{# minutes}}',
'seconds' => '{0, plural, =1{# seconde} other{# secondes}}',
'ago' => 'depuis {0}',
'inFuture' => 'dans {0}',
'yesterday' => 'Hier',
'tomorrow' => 'Demain',
'now' => 'En ce moment',
];