composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / hu.php
blob45daf41a100f796e6f98f1fa42231d3b753fd263
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 év',
14 'y' => ':count év',
15 'month' => ':count hónap',
16 'm' => ':count hónap',
17 'week' => ':count hét',
18 'w' => ':count hét',
19 'day' => ':count nap',
20 'd' => ':count nap',
21 'hour' => ':count óra',
22 'h' => ':count óra',
23 'minute' => ':count perc',
24 'min' => ':count perc',
25 'second' => ':count másodperc',
26 's' => ':count másodperc',
27 'ago' => ':time',
28 'from_now' => ':time múlva',
29 'after' => ':time később',
30 'before' => ':time korábban',
31 'year_ago' => ':count éve',
32 'month_ago' => ':count hónapja',
33 'week_ago' => ':count hete',
34 'day_ago' => ':count napja',
35 'hour_ago' => ':count órája',
36 'minute_ago' => ':count perce',
37 'second_ago' => ':count másodperce',
38 'year_after' => ':count évvel',
39 'month_after' => ':count hónappal',
40 'week_after' => ':count héttel',
41 'day_after' => ':count nappal',
42 'hour_after' => ':count órával',
43 'minute_after' => ':count perccel',
44 'second_after' => ':count másodperccel',
45 'year_before' => ':count évvel',
46 'month_before' => ':count hónappal',
47 'week_before' => ':count héttel',
48 'day_before' => ':count nappal',
49 'hour_before' => ':count órával',
50 'minute_before' => ':count perccel',
51 'second_before' => ':count másodperccel',