akaunting/resources/lang/bg-BG/transfers.php

13 lines
214 B
PHP
Raw Normal View History

2018-04-14 09:41:49 +03:00
<?php
return [
'from_account' => 'От сметка',
'to_account' => 'Към сметка',
2018-08-06 10:25:41 +03:00
'messages' => [
'delete' => ':from до :to (:amount)',
],
2018-04-14 09:41:49 +03:00
];