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
sl.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 leto|:count leti|:count leta|:count let', 'y' => ':count leto|:count leti|:count leta|:count let', 'month' => ':count mesec|:count meseca|:count mesece|:count mesecev', 'm' => ':count mesec|:count meseca|:count mesece|:count mesecev', 'week' => ':count teden|:count tedna|:count tedne|:count tednov', 'w' => ':count teden|:count tedna|:count tedne|:count tednov', 'day' => ':count dan|:count dni|:count dni|:count dni', 'd' => ':count dan|:count dni|:count dni|:count dni', 'hour' => ':count uro|:count uri|:count ure|:count ur', 'h' => ':count uro|:count uri|:count ure|:count ur', 'minute' => ':count minuto|:count minuti|:count minute|:count minut', 'min' => ':count minuto|:count minuti|:count minute|:count minut', 'second' => ':count sekundo|:count sekundi|:count sekunde|:count sekund', 's' => ':count sekundo|:count sekundi|:count sekunde|:count sekund', 'year_ago' => ':count letom|:count leti|:count leti|:count leti', 'month_ago' => ':count mesecem|:count meseci|:count meseci|:count meseci', 'week_ago' => ':count tednom|:count tednoma|:count tedni|:count tedni', 'day_ago' => ':count dnem|:count dnevoma|:count dnevi|:count dnevi', 'hour_ago' => ':count uro|:count urama|:count urami|:count urami', 'minute_ago' => ':count minuto|:count minutama|:count minutami|:count minutami', 'second_ago' => ':count sekundo|:count sekundama|:count sekundami|:count sekundami', 'ago' => 'pred :time', 'from_now' => 'čez :time', 'after' => 'čez :time', 'before' => 'pred :time', 'diff_now' => 'ravnokar', 'diff_yesterday' => 'včeraj', 'diff_tomorrow' => 'jutri', 'diff_before_yesterday' => 'predvčerajšnjim', 'diff_after_tomorrow' => 'pojutrišnjem'); |
| 17 |