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/SBogers95/rentman.io/resources/lang/en/kms/customerstories.php
<?php

return [
    'entity'      => 'customer type',
    'amountOfEmployees' => 'No. Employees',
    'enterAmountOfEmployees' => 'Fill amount of employees: ex. 3',

    'site' => 'Site',
    'siteName' => 'Link name',
    'enterSiteName' => 'Fill in a link name: ex. Rentman.io',
    'siteUrl' => 'URL',
    'enterSiteUrl' => 'Fill in a URL: ex. http://rentman.io',

    'heading' => 'Heading',

    'title' => 'Title',
    'enterTitle' => 'Fill in a page title',

    'description' => 'Teaser',
    'enterDescription' => 'Fill in a teaser',

    'industry' => 'Industry',
    'enterIndustry' => 'Fill in an industry',

    'images' => 'Images',
    'logo' => 'logo',
    'impression' => 'Impression',
    'blur' => 'Blur filter',

    'features' => 'Used products',

    'section' => [
        'new'     => 'New customer story',
        'title'     => 'Customer stories',
        'subtitle' => 'Overview',
    ],

];