HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers64/klimroosbudel.nl/wwwroot/config/lang/Language_Nl.php
<?php
/*
 * nl.php
 * Created by Komma Mediadesign.
 * Author: mike
 * Date: 3/21/13
 */

require_once DOCUMENT_ROOT.'config/lang/language.class.php';

class Language_Nl extends Language
{
    /*
     * Constructor
     */
    public function __construct()
    {
        // Urls
        $this->urls = [
            'page_not_found' => '404',
            'about' => 'over-ons',
            'activities' => 'activiteiten',
            'news' => 'nieuws',
            'photo_gallery' => 'fotogalerij',

            'album' => $this->getAlbumNames(),
        ];

        $this->lang = [
        ];
    }
}