2016-12-26 10:12:00 +01:00
|
|
|
<?php
|
2017-08-12 10:40:39 +02:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
2016-12-26 10:12:00 +01:00
|
|
|
/**
|
|
|
|
|
* demo.php
|
|
|
|
|
* Copyright (c) 2016 thegrumpydictator@gmail.com
|
|
|
|
|
* This software may be modified and distributed under the terms of the Creative Commons Attribution-ShareAlike 4.0 International License.
|
|
|
|
|
*
|
|
|
|
|
* See the LICENSE file for details.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
return [
|
2017-08-25 07:07:02 +02:00
|
|
|
'no_demo_text' => '',
|
|
|
|
|
'see_help_icon' => '',
|
|
|
|
|
'index' => '',
|
|
|
|
|
'accounts-index' => '',
|
|
|
|
|
'budgets-index' => '',
|
|
|
|
|
'reports-index-start' => '',
|
|
|
|
|
'reports-index-examples' => '',
|
|
|
|
|
'currencies-index' => '',
|
|
|
|
|
'transactions-index' => '',
|
|
|
|
|
'piggy-banks-index' => '',
|
|
|
|
|
'import-index' => '',
|
|
|
|
|
'import-configure-security' => '',
|
|
|
|
|
'import-configure-configuration' => '',
|
2017-02-19 12:12:15 +01:00
|
|
|
];
|