2017-05-02 21:10:33 +02:00
|
|
|
<?php
|
2017-08-12 10:41:42 +02:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
2017-05-02 21:10:33 +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-05-16 15:10:15 +02:00
|
|
|
'main-content-title' => 'Dobrodošli na Firefly III',
|
2017-08-25 07:07:49 +02:00
|
|
|
'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-05-02 21:10:33 +02:00
|
|
|
];
|