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
sr_Cyrl.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) Nikola Zeravcic <office@bytenet.rs> |
| 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' => '{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count године|[0,Inf[ :count година', 'y' => ':count г.', 'month' => '{1} :count месец|{2,3,4}:count месеца|[5,Inf[ :count месеци', 'm' => ':count м.', 'week' => '{1} :count недеља|{2,3,4}:count недеље|[5,Inf[ :count недеља', 'w' => ':count нед.', 'day' => '{1,21,31} :count дан|[2,Inf[ :count дана', 'd' => ':count д.', 'hour' => '{1,21} :count сат|{2,3,4,22,23,24}:count сата|[5,Inf[ :count сати', 'h' => ':count ч.', 'minute' => '{1,21,31,41,51} :count минут|[2,Inf[ :count минута', 'min' => ':count мин.', 'second' => '{1,21,31,41,51} :count секунд|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54}:count секунде|[5,Inf[:count секунди', 's' => ':count сек.', 'ago' => 'пре :time', 'from_now' => 'за :time', 'after' => ':time након', 'before' => ':time пре', 'year_from_now' => '{1,21,31,41,51} :count годину|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count године|[5,Inf[ :count година', 'year_ago' => '{1,21,31,41,51} :count годину|{2,3,4,22,23,24,32,33,34,42,43,44,52,53,54} :count године|[5,Inf[ :count година', 'week_from_now' => '{1} :count недељу|{2,3,4} :count недеље|[5,Inf[ :count недеља', 'week_ago' => '{1} :count недељу|{2,3,4} :count недеље|[5,Inf[ :count недеља', 'diff_now' => 'управо сада', 'diff_yesterday' => 'јуче', 'diff_tomorrow' => 'сутра', 'diff_before_yesterday' => 'прекјуче', 'diff_after_tomorrow' => 'прекосутра'); |
| 17 |