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/jacques-hein/jacques-hein.nl/app/lang/nl/translations.php
<?php

return array(
    'name'         => 'Naam',
    'username'     => 'Accountnaam',
    'email'        => 'E-mailadres',
    'phone'        => 'Telefoon',
    'extraMessage' => 'Bericht',
    'company'      => 'Bedrijfsnaam',
    'first_name'   => 'Voornaam',
    'last_name'    => 'Achternaam',
    'password'     => 'Wachtwoord',
    'signUp'       => 'Aanmelden',
    'send'         => 'Verzenden',
    'contactUs'    => 'Neem contact op',
    'readMore'     => 'Lees meer',
    'followUs'     => 'Volg ons',

    'thanks'         => 'Bedankt!',
    'netherlands'    => 'Nederland',
    'rightsReserved' => 'Alle rechten voorbehouden',
    'websiteBy'      => 'Website door Komma',

    'backToOverview'  => 'Terug naar overzicht',
    'nextArticle'     => 'Ouder bericht',
    'previousArticle' => 'Nieuwer bericht',

    'sitemapProjects' => 'Projecten',
    'sitemapPosts'    => 'Blog',

    'home_option_1' => [
        'name' => 'Nieuws',
        'link' => '/nieuws',
    ],
    'home_option_2' => [
        'name' => 'Portfolio',
        'link' => '/portfolio',
    ],
    'home_option_3' => [
        'name' => 'Referenties',
        'link' => '/referenties',
    ],
    'home_option_4' => [
        'name' => 'Contact',
        'link' => '/contact',
    ],

    'contact-block-text'    => 'Heb je een vraag?',

);