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/SBogers10/ste.komma.pro/resources/lang/nl/kms/locations.php
<?php

return [
    'entity' => 'Locatie',

    'section' => [
        'new'   => 'Nieuwe locatie',
        'title' => 'Locaties',
    ],

    'address' => 'Adres',
    'enter_address' => 'Vul adres in',
    'zip' => 'Postcode',
    'enter_zip' => 'Vul postcode in',
    'city' => 'Plaats',
    'enter_city' => 'Vul plaats in',

    'phone_display' => 'Telefoonnummer (visueel)',
    'enter_phone_display' => 'Ex. +31 (0)6 12 34 56 78',
    'phone_tel' => 'Telefoonnummer (link)',
    'enter_phone_tel' => 'Ex. 0031612345678',

    'email' => 'E-mailadres',
    'enter_email' => 'Vul e-mailadres',

    'hours_weekdays' => 'Doordeweek',
    'hours_friday' => 'Vrijdag',
    'hours_saturday' => 'Zaterdag',
    'enter_hours' => 'Vul de openingstijden in (Ex. 08.30 - 21.00)',

];