akaunting/resources/lang/el-GR/transfers.php

13 lines
238 B
PHP
Raw Normal View History

2018-04-23 10:06:55 +03:00
<?php
return [
'from_account' => 'Από λογαριασμό',
'to_account' => 'Προς λογαριασμό',
2018-06-20 18:47:39 +03:00
'messages' => [
'delete' => ':from προς :to (:amount)',
],
2018-04-23 10:06:55 +03:00
];