af.php
6 years ago
ar.php
6 years ago
ar_Shakl.php
6 years ago
az.php
6 years ago
bg.php
6 years ago
bn.php
6 years ago
bs_BA.php
6 years ago
ca.php
6 years ago
cs.php
6 years ago
cy.php
6 years ago
da.php
6 years ago
de.php
6 years ago
dv_MV.php
6 years ago
el.php
6 years ago
en.php
6 years ago
eo.php
6 years ago
es.php
6 years ago
et.php
6 years ago
eu.php
6 years ago
fa.php
6 years ago
fi.php
6 years ago
fo.php
6 years ago
fr.php
6 years ago
gl.php
6 years ago
gu.php
6 years ago
he.php
6 years ago
hi.php
6 years ago
hr.php
6 years ago
hu.php
6 years ago
hy.php
6 years ago
id.php
6 years ago
index.php
6 years ago
is.php
6 years ago
it.php
6 years ago
ja.php
6 years ago
ka.php
6 years ago
kk.php
6 years ago
km.php
6 years ago
ko.php
6 years ago
lt.php
6 years ago
lv.php
6 years ago
mk.php
6 years ago
mn.php
6 years ago
ms.php
6 years ago
my.php
6 years ago
ne.php
6 years ago
nl.php
6 years ago
no.php
6 years ago
oc.php
6 years ago
pl.php
6 years ago
ps.php
6 years ago
pt.php
6 years ago
pt_BR.php
6 years ago
ro.php
6 years ago
ru.php
6 years ago
sh.php
6 years ago
sk.php
6 years ago
sl.php
6 years ago
sq.php
6 years ago
sr.php
6 years ago
sr_Cyrl.php
6 years ago
sr_Cyrl_ME.php
6 years ago
sr_Latn_ME.php
6 years ago
sr_ME.php
6 years ago
sv.php
6 years ago
sw.php
6 years ago
th.php
6 years ago
tr.php
6 years ago
uk.php
6 years ago
ur.php
6 years ago
uz.php
6 years ago
vi.php
6 years ago
zh.php
6 years ago
zh_TW.php
6 years ago
lv.php
17 lines
| 1 | <?php |
| 2 | |
| 3 | namespace MailPoetVendor; |
| 4 | |
| 5 | if (!defined('ABSPATH')) exit; |
| 6 | |
| 7 | |
| 8 | /* |
| 9 | * This file is part of the Carbon package. |
| 10 | * |
| 11 | * (c) Brian Nesbitt <brian@nesbot.com> |
| 12 | * |
| 13 | * For the full copyright and license information, please view the LICENSE |
| 14 | * file that was distributed with this source code. |
| 15 | */ |
| 16 | return array('year' => '0 gadiem|:count gada|:count gadiem', 'y' => '0 gadiem|:count gada|:count gadiem', 'month' => '0 mēnešiem|:count mēneša|:count mēnešiem', 'm' => '0 mēnešiem|:count mēneša|:count mēnešiem', 'week' => '0 nedēļām|:count nedēļas|:count nedēļām', 'w' => '0 nedēļām|:count nedēļas|:count nedēļām', 'day' => '0 dienām|:count dienas|:count dienām', 'd' => '0 dienām|:count dienas|:count dienām', 'hour' => '0 stundām|:count stundas|:count stundām', 'h' => '0 stundām|:count stundas|:count stundām', 'minute' => '0 minūtēm|:count minūtes|:count minūtēm', 'min' => '0 minūtēm|:count minūtes|:count minūtēm', 'second' => '0 sekundēm|:count sekundes|:count sekundēm', 's' => '0 sekundēm|:count sekundes|:count sekundēm', 'ago' => 'pirms :time', 'from_now' => 'pēc :time', 'after' => ':time vēlāk', 'before' => ':time pirms', 'year_after' => '0 gadus|:count gadu|:count gadus', 'month_after' => '0 mēnešus|:count mēnesi|:count mēnešus', 'week_after' => '0 nedēļas|:count nedēļu|:count nedēļas', 'day_after' => '0 dienas|:count dienu|:count dienas', 'hour_after' => '0 stundas|:count stundu|:count stundas', 'minute_after' => '0 minūtes|:count minūti|:count minūtes', 'second_after' => '0 sekundes|:count sekundi|:count sekundes', 'year_before' => '0 gadus|:count gadu|:count gadus', 'month_before' => '0 mēnešus|:count mēnesi|:count mēnešus', 'week_before' => '0 nedēļas|:count nedēļu|:count nedēļas', 'day_before' => '0 dienas|:count dienu|:count dienas', 'hour_before' => '0 stundas|:count stundu|:count stundas', 'minute_before' => '0 minūtes|:count minūti|:count minūtes', 'second_before' => '0 sekundes|:count sekundi|:count sekundes'); |
| 17 |