%PDF- %PDF-
Direktori : /var/www/html/car_rent/vendor/nesbot/carbon/src/Carbon/Lang/ |
Current File : /var/www/html/car_rent/vendor/nesbot/carbon/src/Carbon/Lang/fr.php |
<?php /* * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return array( 'year' => ':count an|:count ans', 'y' => ':count an|:count ans', 'month' => ':count mois', 'm' => ':count mois', 'week' => ':count semaine|:count semaines', 'w' => ':count sem.|:count sem.', 'day' => ':count jour|:count jours', 'd' => ':count j.|:count j.', 'hour' => ':count heure|:count heures', 'h' => ':count h|:count h.', 'minute' => ':count minute|:count minutes', 'min' => ':count min.|:count min.', 'second' => ':count seconde|:count secondes', 's' => ':count sec.|:count sec.', 'ago' => 'il y a :time', 'from_now' => 'dans :time', 'after' => ':time après', 'before' => ':time avant', 'diff_now' => "à l'instant", 'diff_yesterday' => 'hier', 'diff_tomorrow' => 'demain', 'diff_before_yesterday' => 'avant-hier', 'diff_after_tomorrow' => 'après-demain', );