FleetCart/Themes/Storefront/resources/lang/en/404.php

9 lines
237 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'404' => '404',
'page_not_found' => 'Oops! Page Not Found.',
'unable_to_find_the_page' => 'Sorry but we are unable to find the page that you are looking for.',
2023-12-03 14:07:47 +00:00
'back_to_home' => 'Back to Home',
2023-06-11 12:14:03 +00:00
];