2017-10-09 14:56:08 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'from_account' => 'Nga Llogaria',
|
2021-04-02 10:47:48 +00:00
|
|
|
'from_account_rate' => 'Nga Vlerësimi i Llogarisë',
|
2017-10-09 14:56:08 +03:00
|
|
|
'to_account' => 'Në Llogarinë',
|
2021-04-02 10:47:48 +00:00
|
|
|
'to_account_rate' => 'Në Vlerësimin e Llogarisë',
|
2017-10-09 14:56:08 +03:00
|
|
|
|
2018-06-20 18:47:39 +03:00
|
|
|
'messages' => [
|
|
|
|
'delete' => ':from për të :to (:amount)',
|
|
|
|
],
|
|
|
|
|
2017-10-09 14:56:08 +03:00
|
|
|
];
|