Files
firefly-iii/resources/lang/zh_TW/demo.php

26 lines
865 B
PHP
Raw Normal View History

2016-12-26 10:12:00 +01:00
<?php
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 [
'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
];