composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / bg.php
blobd9e510be862c70d7e131d39adc48a26c9d955fb2
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 'y' => ':count година|:count години',
15 'month' => ':count месец|:count месеца',
16 'm' => ':count месец|:count месеца',
17 'week' => ':count седмица|:count седмици',
18 'w' => ':count седмица|:count седмици',
19 'day' => ':count ден|:count дни',
20 'd' => ':count ден|:count дни',
21 'hour' => ':count час|:count часа',
22 'h' => ':count час|:count часа',
23 'minute' => ':count минута|:count минути',
24 'min' => ':count минута|:count минути',
25 'second' => ':count секунда|:count секунди',
26 's' => ':count секунда|:count секунди',
27 'ago' => 'преди :time',
28 'from_now' => ':time от сега',
29 'after' => 'след :time',
30 'before' => 'преди :time',