mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-26 17:01:20 -06:00
121 lines
5.0 KiB
PHP
121 lines
5.0 KiB
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* intro.php
|
|
* Copyright (c) 2017 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 [
|
|
// index
|
|
'index_intro' => '',
|
|
'index_accounts-chart' => '',
|
|
'index_box_out_holder' => '',
|
|
'index_help' => '',
|
|
'index_outro' => '',
|
|
'index_sidebar-toggle' => '',
|
|
|
|
// create account:
|
|
'accounts_create_iban' => '',
|
|
'accounts_create_asset_opening_balance' => '',
|
|
'accounts_create_asset_currency' => '',
|
|
'accounts_create_asset_virtual' => '',
|
|
|
|
// budgets index
|
|
'budgets_index_intro' => '',
|
|
'budgets_index_set_budget' => '',
|
|
'budgets_index_see_expenses_bar' => '',
|
|
'budgets_index_navigate_periods' => '',
|
|
'budgets_index_new_budget' => '',
|
|
'budgets_index_list_of_budgets' => '',
|
|
|
|
// reports (index)
|
|
'reports_index_intro' => '',
|
|
'reports_index_inputReportType' => '',
|
|
'reports_index_inputAccountsSelect' => '',
|
|
'reports_index_inputDateRange' => '',
|
|
'reports_index_extra-options-box' => '',
|
|
|
|
// reports (reports)
|
|
'reports_report_default_intro' => '',
|
|
'reports_report_audit_intro' => '',
|
|
'reports_report_audit_optionsBox' => '',
|
|
|
|
'reports_report_category_intro' => '',
|
|
'reports_report_category_pieCharts' => '',
|
|
'reports_report_category_incomeAndExpensesChart' => '',
|
|
|
|
'reports_report_tag_intro' => '',
|
|
'reports_report_tag_pieCharts' => '',
|
|
'reports_report_tag_incomeAndExpensesChart' => '',
|
|
|
|
'reports_report_budget_intro' => '',
|
|
'reports_report_budget_pieCharts' => '',
|
|
'reports_report_budget_incomeAndExpensesChart' => '',
|
|
|
|
// create transaction
|
|
'transactions_create_switch_box' => '',
|
|
'transactions_create_ffInput_category' => '',
|
|
'transactions_create_withdrawal_ffInput_budget' => '',
|
|
'transactions_create_withdrawal_currency_dropdown_amount' => '',
|
|
'transactions_create_deposit_currency_dropdown_amount' => '',
|
|
'transactions_create_transfer_ffInput_piggy_bank_id' => '',
|
|
|
|
// piggy banks index:
|
|
'piggy-banks_index_saved' => '',
|
|
'piggy-banks_index_button' => '',
|
|
'piggy-banks_index_accountStatus' => '',
|
|
|
|
// create piggy
|
|
'piggy-banks_create_name' => '',
|
|
'piggy-banks_create_date' => '',
|
|
|
|
// show piggy
|
|
'piggy-banks_show_piggyChart' => '',
|
|
'piggy-banks_show_piggyDetails' => '',
|
|
'piggy-banks_show_piggyEvents' => '',
|
|
|
|
// bill index
|
|
'bills_index_paid_in_period' => '',
|
|
'bills_index_expected_in_period' => '',
|
|
|
|
// show bill
|
|
'bills_show_billInfo' => '',
|
|
'bills_show_billButtons' => '',
|
|
'bills_show_billChart' => '',
|
|
|
|
// create bill
|
|
'bills_create_name' => '',
|
|
'bills_create_match' => '',
|
|
'bills_create_amount_min_holder' => '',
|
|
'bills_create_repeat_freq_holder' => '',
|
|
'bills_create_skip_holder' => '',
|
|
|
|
// rules index
|
|
'rules_index_intro' => '',
|
|
'rules_index_new_rule_group' => '',
|
|
'rules_index_new_rule' => '',
|
|
'rules_index_prio_buttons' => '',
|
|
'rules_index_test_buttons' => '',
|
|
'rules_index_rule-triggers' => '',
|
|
'rules_index_outro' => '',
|
|
|
|
// create rule:
|
|
'rules_create_mandatory' => '',
|
|
'rules_create_ruletriggerholder' => '',
|
|
'rules_create_test_rule_triggers' => '',
|
|
'rules_create_actions' => '',
|
|
|
|
// preferences
|
|
'preferences_index_tabs' => '',
|
|
|
|
// currencies
|
|
'currencies_index_intro' => '',
|
|
'currencies_index_default' => '',
|
|
|
|
// create currency
|
|
'currencies_create_code' => '',
|
|
]; |