13 lines
208 B
PHP
13 lines
208 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Nga Llogaria',
|
|
'to_account' => 'Në Llogarinë',
|
|
|
|
'messages' => [
|
|
'delete' => ':from për të :to (:amount)',
|
|
],
|
|
|
|
];
|