customers.php 242 Bytes
<?php

return [

    'allow_login'           => 'Atļaut ielogoties?',
    'user_created'          => 'Lietotājs, kas izveidojis',

    'error' => [
        'email'             => 'Lietotājs ar šādu e-pasta adresi jau eksistē.'
    ]
];