shareit/resources/lang/en/welcome.php
Bruno Fontes 63ef369e16 Added PTB Translation of emails and some pages
Now the main page, item page and e-mails are translated
into Brazilian Portuguese
2018-09-27 20:13:14 -03:00

10 lines
245 B
PHP

<?php
return [
'Home' => 'Home',
'Login' => 'Login',
'Register' => 'Register',
'Products' => 'Products',
'Help' => 'Help',
'copyright' => '© 2018 Bruno Fontes All Rights Reserved',
'byAuthor' => 'By Bruno Fontes',
];