1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/app/config/locales/pn.php

18 lines
951 B
PHP
Raw Normal View History

2019-10-27 02:14:59 +13:00
<?php
return [
'settings.inspire' => '"I love Typing&coding in punjabi :)."', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'pn',
'settings.direction' => 'ltr',
// Service - Users
2019-10-27 20:48:46 +13:00
'auth.emails.team' => '%s ਟੀਮ(Priyanka)',
2019-10-27 02:14:59 +13:00
'auth.emails.confirm.title' => 'ਖਾਤਾ ਪੁਸ਼ਟੀਕਰਣ',
2019-10-27 20:48:46 +13:00
'auth.emails.confirm.body' => 'app/config/locales/templates/pn.email.auth.confirm.tpl',
2019-10-27 02:14:59 +13:00
'auth.emails.recovery.title' => 'ਪਾਸਵਰਡ ਰੀਸੈੱਟ',
2019-10-27 20:48:46 +13:00
'auth.emails.recovery.body' => 'app/config/locales/templates/pn.email.auth.recovery.tpl',
2019-10-27 02:14:59 +13:00
'auth.emails.invitation.title' => '% S ਟੀਮ% s ਤੇ ਸੱਦਾ',
2019-10-27 20:48:46 +13:00
'auth.emails.invitation.body' => 'app/config/locales/templates/pn.email.auth.invitation.tpl',
2019-10-27 02:14:59 +13:00
'locale.country.unknown' => 'India',
'countries' => include 'pn.countries.php',
'continents' => include 'pn.continents.php',
];