18 lines
538 B
PHP
18 lines
538 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 403';
|
|
$aLang['heading_title'] = 'Forbidden';
|
|
|
|
$aLang['text_information'] = 'No Right Permission Access!';
|
|
|