composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / mk.php
blobc5ec12df755095b34f7de44e539201b26e3a7917
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 година|:count години',
14 'month' => ':count месец|:count месеци',
15 'week' => ':count седмица|:count седмици',
16 'day' => ':count ден|:count дена',
17 'hour' => ':count час|:count часа',
18 'minute' => ':count минута|:count минути',
19 'second' => ':count секунда|:count секунди',
20 'ago' => 'пред :time',
21 'from_now' => ':time од сега',
22 'after' => 'по :time',
23 'before' => 'пред :time',