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/SBogers18/decoockpit.nl/wwwroot/config/lang/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 = array(
            'brasserie_restaurant' => 'brasserie-restaurant',
            'afhalen_maandmenu' => 'afhalen-maandmenu',
            'afhalen_weekmenu' => 'afhalen-weekmenu',
            'afhalen_pasen' => 'afhalen-pasen',
            'afhalen_actie' => 'afhalen-met-kerst',
            'puzzelproeverij' => 'puzzelproeverij',
            'page_not_found' => '404',
            'showSub' => array(
                'menukaart',
                'openingstijden'
            )
        );
        $this->lang = array(
            'brasserie_restaurant' => 'brasserie/restaurant',
            'afhalen_maandmenu' => 'De Coockpit Thuis',
            'afhalen_weekmenu' => 'Afhaalmenu',
            'afhalen_pasen' => 'Paasactie',
            'puzzelproeverij' => 'Puzzelproeverij',
            'afhalen_actie' => 'Afhalen met kerst',
        );
    }
}