composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / gl.php
blobcd22a31e7538fcc16cd72f45572e0f4dbb17d6ab
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 ano|:count anos',
14 'month' => ':count mes|:count meses',
15 'week' => ':count semana|:count semanas',
16 'day' => ':count día|:count días',
17 'hour' => ':count hora|:count horas',
18 'minute' => ':count minuto|:count minutos',
19 'second' => ':count segundo|:count segundos',
20 'ago' => 'fai :time',
21 'from_now' => 'dentro de :time',
22 'after' => ':time despois',
23 'before' => ':time antes',