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

13 lines
214 B
PHP
Raw Normal View History

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