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/MdnDirecteur/hours.komma.cloud/resources/lang/nl/excel.php
<?php

return [

    'attributes' => [
        "project" => 'Project',
        "subProject" => 'Deelproject',
        "task" => 'Taak',
        "hourRate" => 'Uurprijs',
        "billableHours" => 'Aantal facturabel',
        "notBillableHours" => 'Aantal niet facturabel',
        "description" => 'Omschrijving',
        "internDescription" => 'Interne opmerking',
        "date" => 'Datum',
        "user" => 'Gebruiker',
        "billable" => 'Facturabel',
        "billed" => 'Gefactureerd',
        "bug" => 'Bug',

        'type' => 'Type',
        'price' => 'Prijs',
        'amount' => 'Aantal',
        'unit' => 'Eenheid',
        'hours' => 'Uren',
    ],

    'total' => 'Totaal',
    'subtotal' => 'Subtotaal',

];