composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / ca.php
blob0a016700165eb1977bd79e1f847093d83efb3a3f
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 any|:count anys',
14 'y' => ':count any|:count anys',
15 'month' => ':count mes|:count mesos',
16 'm' => ':count mes|:count mesos',
17 'week' => ':count setmana|:count setmanes',
18 'w' => ':count setmana|:count setmanes',
19 'day' => ':count dia|:count dies',
20 'd' => ':count dia|:count dies',
21 'hour' => ':count hora|:count hores',
22 'h' => ':count hora|:count hores',
23 'minute' => ':count minut|:count minuts',
24 'min' => ':count minut|:count minuts',
25 'second' => ':count segon|:count segons',
26 's' => ':count segon|:count segons',
27 'ago' => 'fa :time',
28 'from_now' => 'dins de :time',
29 'after' => ':time després',
30 'before' => ':time abans',
31 'diff_now' => 'ara mateix',
32 'diff_yesterday' => 'ahir',
33 'diff_tomorrow' => 'demà',
34 'diff_before_yesterday' => "abans d'ahir",
35 'diff_after_tomorrow' => 'demà passat',