firefly-iii/resources/lang/en_US/breadcrumbs.php

61 lines
2.0 KiB
PHP
Raw Normal View History

<?php
return [
2015-05-15 14:01:24 -05:00
'home' => 'Home',
2015-05-21 10:45:01 -05:00
// accounts
2015-05-20 13:10:01 -05:00
'cash_accounts' => 'Cash accounts',
2015-05-15 14:01:24 -05:00
'edit_account' => 'Edit account ":name"',
2015-05-21 10:45:01 -05:00
// currencies
2015-05-15 14:01:24 -05:00
'edit_currency' => 'Edit currencies ":name"',
'delete_currency' => 'Delete currencies ":name"',
2015-05-21 10:45:01 -05:00
// piggy banks
2015-05-15 14:01:24 -05:00
'newPiggyBank' => 'Create a new piggy bank',
'edit_piggyBank' => 'Edit piggy bank ":name"',
2015-05-21 10:45:01 -05:00
// top menu
2015-05-15 14:01:24 -05:00
'preferences' => 'Preferences',
'profile' => 'Profile',
'changePassword' => 'Change your password',
2015-05-21 10:45:01 -05:00
// bills
2015-05-15 14:01:24 -05:00
'bills' => 'Bills',
'newBill' => 'New bill',
'edit_bill' => 'Edit bill ":name"',
'delete_bill' => 'Delete bill ":name"',
2015-05-21 10:45:01 -05:00
// reports
2015-05-15 14:01:24 -05:00
'reports' => 'Reports',
2015-12-23 02:09:51 -06:00
'monthly_report' => 'Monthly report for :date',
'monthly_report_shared' => 'Monthly report for :date (including shared accounts)',
2015-05-15 14:01:24 -05:00
'yearly_report' => 'Yearly report for :date',
'yearly_report_shared' => 'Yearly report for :date (including shared accounts)',
'budget_report' => 'Budget report for :date',
2015-05-21 10:45:01 -05:00
// search
2015-05-15 14:01:24 -05:00
'searchResult' => 'Search for ":query"',
2015-05-21 10:45:01 -05:00
// transaction lists.
2015-05-15 14:01:24 -05:00
'withdrawal_list' => 'Expenses',
'deposit_list' => 'Revenue, income and deposits',
'transfer_list' => 'Transfers',
'transfers_list' => 'Transfers',
2015-05-21 10:45:01 -05:00
// create transactions
2015-05-15 14:01:24 -05:00
'create_withdrawal' => 'Create new withdrawal',
'create_deposit' => 'Create new deposit',
'create_transfer' => 'Create new transfer',
2015-05-21 10:45:01 -05:00
// edit transactions
2015-05-15 14:01:24 -05:00
'edit_journal' => 'Edit transaction ":description"',
'delete_journal' => 'Delete transaction ":description"',
2015-05-21 10:45:01 -05:00
// tags
2015-05-15 14:01:24 -05:00
'tags' => 'Tags',
'createTag' => 'Create new tag',
'edit_tag' => 'Edit tag ":tag"',
'delete_tag' => 'Delete tag ":tag"',
2015-05-20 12:56:14 -05:00
];