17 lines
384 B
PHP
17 lines
384 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'allow_login' => 'Povoliť prihlásenie?',
|
|
'user_created' => 'Používateľ vytvorený',
|
|
|
|
'error' => [
|
|
'email' => 'E-mail už bolo použitý.'
|
|
],
|
|
|
|
'notification' => [
|
|
'message' => ':customer zaplatil sumu :amount za faktúru :invoice_number.',
|
|
'button' => 'Zobraziť',
|
|
],
|
|
];
|