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
fa.php
19 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 سال', 'y' => ':count سال', 'month' => ':count � |
| 17 | اه', 'm' => ':count � |
| 18 | اه', 'week' => ':count هفته', 'w' => ':count هفته', 'day' => ':count روز', 'd' => ':count روز', 'hour' => ':count ساعت', 'h' => ':count ساعت', 'minute' => ':count دقیقه', 'min' => ':count دقیقه', 'second' => ':count ثانیه', 's' => ':count ثانیه', 'ago' => ':time پیش', 'from_now' => ':time بعد', 'after' => ':time پس از', 'before' => ':time پیش از'); |
| 19 |