2018-09-27 16:00:03 +00:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'Home' => 'Home',
|
|
|
|
'Login' => 'Login',
|
|
|
|
'Register' => 'Register',
|
|
|
|
'Products' => 'Products',
|
|
|
|
'Help' => 'Help',
|
|
|
|
'copyright' => '© 2018 Bruno Fontes All Rights Reserved',
|
|
|
|
'byAuthor' => 'By Bruno Fontes',
|
2021-05-20 23:37:35 +00:00
|
|
|
];
|