composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / fr.php
blob0b20cdd29d40b401b37db9354ff6472dc799d7e1
1 <?php
3 /*
4 * This file is part of the Carbon package.
6 * (c) Brian Nesbitt <brian@nesbot.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 return array(
13 'year' => ':count an|:count ans',
14 'y' => ':count an|:count ans',
15 'month' => ':count mois',
16 'm' => ':count mois',
17 'week' => ':count semaine|:count semaines',
18 'w' => ':count sem.',
19 'day' => ':count jour|:count jours',
20 'd' => ':count j.',
21 'hour' => ':count heure|:count heures',
22 'h' => ':count h.',
23 'minute' => ':count minute|:count minutes',
24 'min' => ':count min.',
25 'second' => ':count seconde|:count secondes',
26 's' => ':count sec.',
27 'ago' => 'il y a :time',
28 'from_now' => 'dans :time',
29 'after' => ':time après',
30 'before' => ':time avant',
31 'diff_now' => "à l'instant",
32 'diff_yesterday' => 'hier',
33 'diff_tomorrow' => 'demain',
34 'diff_before_yesterday' => 'avant-hier',
35 'diff_after_tomorrow' => 'après-demain',
36 'period_recurrences' => ':count fois',
37 'period_interval' => 'tous les :interval',
38 'period_start_date' => 'de :date',
39 'period_end_date' => 'à :date',