10 lines
184 B
PHP
10 lines
184 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'version' => 'Version',
|
||
|
'powered' => 'Powered By Akaunting',
|
||
|
'software' => 'Kostenlose Buchhaltungssoftware',
|
||
|
|
||
|
];
|