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
en.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' => ':count year|:count years', 'y' => ':countyr|:countyrs', 'month' => ':count month|:count months', 'm' => ':countmo|:countmos', 'week' => ':count week|:count weeks', 'w' => ':countw|:countw', 'day' => ':count day|:count days', 'd' => ':countd|:countd', 'hour' => ':count hour|:count hours', 'h' => ':counth|:counth', 'minute' => ':count minute|:count minutes', 'min' => ':countm|:countm', 'second' => ':count second|:count seconds', 's' => ':counts|:counts', 'ago' => ':time ago', 'from_now' => ':time from now', 'after' => ':time after', 'before' => ':time before', 'diff_now' => 'just now', 'diff_yesterday' => 'yesterday', 'diff_tomorrow' => 'tomorrow', 'diff_before_yesterday' => 'before yesterday', 'diff_after_tomorrow' => 'after tomorrow', 'period_recurrences' => 'once|:count times', 'period_interval' => 'every :interval', 'period_start_date' => 'from :date', 'period_end_date' => 'to :date'); |
| 17 |