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/wingssprayer.komma.pro/resources/lang/en/site/calculation.php
<?php

return [

    'sliders' => [
        'costs' => [
            'label' => 'Costs of spraying fluids per year',
            'unit' => '&euro;',
        ],
        'savings' => [
            'label' => '% reduction in spraying fluids per year',
            'unit' => '&#37;',
        ],
        'width' => [
            'label' => 'Width of Wingssprayer desired',
            'unit' => 'meter',
        ],
    ],

    'intro' => [
        'title' => 'Every investment focusses on return on investment',
        'subtitle' => 'And that\'s where Wingssprayer comes in',
        'description' => 'Do you want to know how much you could save on spraying fluids? Calculate it yourself!<br>
                          The more you spray, the more you will save.
                          Fitting Wingssprayer spraying units will result in decreased spraying fluid needs and the number of times you need to refill the tank. Calculate how long it will take you to earn back the price of fitting Wingssprayer.',
    ],

    'calculate_form' => [
        'heading' => 'Calculate your payback period',
    ],

    'table' => [
        'title'             => 'Calculation',
        'investmentCosts'   => 'Investment',
        'pesticideSavings'  => 'Savings',
        'paybackTime'       => 'Wingssprayer will pay for itself within',
    ],

    'contact' => [
        'heading'       => 'Would you like more insight into your return on investment?',
        'description'   => 'This calculation model gives an indication of the predicted savings in PPPs. In reality, your savings will be even higher because you will also save on fuel, water and labour hours. If you would like more exact information about what to expect, feel free to contact us.',
        'buttonText'    => 'Contact us',
    ],

    'year' => 'year',
    'perYear' => 'per year',
];