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/Neopoints/momsecurity.be/resources/lang/nl/routes.php
<?php declare(strict_types=1);
return [
    //Array structure: Named route name => Translation.
    //Do not add route parameters like this: {token}. They won't be replaced as you might expect.
    //When you use the localized_route helper, you may pass parameters.
    //When you do, do this in a numeric (non associative) manner in the same order as they appear in the named route.

    //Translations for authentication routes
    'site.login' => 'inloggen',
    'site.logout' => 'uitloggen',
    'site.password.request' => 'wachtwoord/vergeten',
    'site.password.email' => 'wachtwoord/email',
    'site.password.reset' => 'wachtwoord/reset',
    'site.password.request_set' => 'wachtwoord/maken',
    'site.password.set' => 'wachtwoord/instellen',
    'site.register' => 'registereren',
    'site.registered' => 'geregistreerd',

    'contact.success' => 'contact/thanks',

    //Translations for shopping cart routes
    'shoppingcart' => 'winkelwagen'
];