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/SBogers59/ferrumbv.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(
            'page_not_found' => '404',
            'workflowDetail' => array('1-offerte','2-begeleiding','3-transport','4-productie','5-retourzending'),
            'machinesDetail' => array('draaien','frezen'),
            'product_detail' => array_merge(array('mechatronica', '3d-frezen-en-meten'),$this->getProducts()),
//            'people' => 'onze-mensen',
            'machine_list' => 'machinelijst',
        );

        $this->lang = array(
            // Menu
            'about' => 'Bedrijfsprofiel',
            'products' => 'Producten',
            'workflow' => 'Werkwijze',
            'machines' => 'Machines',
            'references' => 'Referenties',
            'offer' => 'Offerte aanvragen',
            'job_offers' => 'Vacatures',
            'contact' => 'Contact',
            'sitemap' => 'Sitemap',
            'disclaimer' => 'Disclaimer',
            'terms' => 'Algemene voorwaarden',
            'thanks' => 'Bedankt',


            // Form
            'company_name' => 'Bedrijfsnaam',
            'contact_name' => 'Contactpersoon',
            'first_name' => 'Voornaam',
            'last_name' => 'Achternaam',
            'email' => 'E-mail',
            'tel' => 'Telefoonnummer',
            'message' => 'Bericht',
            'subject' => 'Onderwerp',
            'product_category' => 'Productcategorie'
        );

    }
}