17 lines
381 B
PHP
17 lines
381 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'allow_login' => 'Lejo Identifikimin?',
|
|
'user_created' => 'Përdoruesi u Krijua',
|
|
|
|
'error' => [
|
|
'email' => 'Emaili tashmë është marrë.'
|
|
],
|
|
|
|
'notification' => [
|
|
'message' => ':customer made :amount payment to invoice number :invoice_number.',
|
|
'button' => 'Show',
|
|
],
|
|
];
|