2017-06-04 13:40:19 +02:00
|
|
|
<?php
|
2017-08-12 10:41:41 +02:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
2017-06-04 13:40:19 +02:00
|
|
|
/**
|
|
|
|
* help.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 [
|
|
|
|
|
|
|
|
// tour!
|
2017-08-25 07:07:48 +02:00
|
|
|
'main-content-title' => '',
|
|
|
|
'main-content-text' => '',
|
|
|
|
'sidebar-toggle-title' => '',
|
|
|
|
'sidebar-toggle-text' => '',
|
|
|
|
'account-menu-title' => '',
|
|
|
|
'account-menu-text' => '',
|
|
|
|
'budget-menu-title' => '',
|
|
|
|
'budget-menu-text' => '',
|
|
|
|
'report-menu-title' => '',
|
|
|
|
'report-menu-text' => '',
|
|
|
|
'transaction-menu-title' => '',
|
|
|
|
'transaction-menu-text' => '',
|
|
|
|
'option-menu-title' => '',
|
|
|
|
'option-menu-text' => '',
|
|
|
|
'main-content-end-title' => '',
|
|
|
|
'main-content-end-text' => '',
|
|
|
|
'index' => '',
|
|
|
|
'home' => '',
|
2017-06-04 13:40:19 +02:00
|
|
|
];
|