15 lines
333 B
PHP
15 lines
333 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Nga Llogaria',
|
|
'from_account_rate' => 'Nga Vlerësimi i Llogarisë',
|
|
'to_account' => 'Në Llogarinë',
|
|
'to_account_rate' => 'Në Vlerësimin e Llogarisë',
|
|
|
|
'messages' => [
|
|
'delete' => ':from për të :to (:amount)',
|
|
],
|
|
|
|
];
|