18 lines
717 B
PHP
18 lines
717 B
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title'] = 'Error 404';
|
|
$aLang['heading_title'] = 'PAGE NOT FOUND';
|
|
|
|
$aLang['text_information'] = 'Sorry, <strong>The page you requested can not be found!</strong>';
|
|
$aLang['text_search_again'] = 'Please, search again using more specific keywords.';
|
|
$aLang['text_back_to_home'] = 'Back to homepage now!'; |