9 lines
109 B
PHP
9 lines
109 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Von Konto',
|
|
'to_account' => 'Auf Konto',
|
|
|
|
];
|