This commit is contained in:
James Cole
2015-12-23 11:32:50 +01:00
parent 72cf6c9c0f
commit 14a48303cb

View File

@@ -20,74 +20,66 @@ return [
'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.', 'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.',
'register' => 'register', 'index' => 'index',
'index' => 'The main index', 'home' => 'home',
'home' => 'home', 'accounts-index' => 'accounts.index',
'flush' => 'flush', 'accounts-create' => 'accounts.create',
'accounts-index' => 'accounts.index', 'accounts-edit' => 'accounts.edit',
'accounts-create' => 'accounts.create', 'accounts-delete' => 'accounts.delete',
'accounts-edit' => 'accounts.edit', 'accounts-show' => 'accounts.show',
'accounts-delete' => 'accounts.delete', 'attachments-edit' => 'attachments.edit',
'accounts-show' => 'accounts.show', 'attachments-delete' => 'attachments.delete',
'bills-index' => 'bills.index', 'attachments-show' => 'attachments.show',
'bills-rescan' => 'bills.rescan', 'attachments-preview' => 'attachments.preview',
'bills-create' => 'bills.create', 'bills-index' => 'bills.index',
'bills-edit' => 'bills.edit', 'bills-create' => 'bills.create',
'bills-delete' => 'bills.delete', 'bills-edit' => 'bills.edit',
'bills-show' => 'bills.show', 'bills-delete' => 'bills.delete',
'budgets-index' => 'budgets.index', 'bills-show' => 'bills.show',
'budgets-income' => 'budgets.income', 'budgets-index' => 'budgets.index',
'budgets-create' => 'budgets.create', 'budgets-create' => 'budgets.create',
'budgets-edit' => 'budgets.edit', 'budgets-edit' => 'budgets.edit',
'budgets-delete' => 'budgets.delete', 'budgets-delete' => 'budgets.delete',
'budgets-show' => 'budgets.show', 'budgets-show' => 'budgets.show',
'budgets-noBudget' => 'budgets.noBudget', 'budgets-noBudget' => 'budgets.noBudget',
'categories-index' => 'categories.index', 'categories-index' => 'categories.index',
'categories-create' => 'categories.create', 'categories-create' => 'categories.create',
'categories-edit' => 'categories.edit', 'categories-edit' => 'categories.edit',
'categories-delete' => 'categories.delete', 'categories-delete' => 'categories.delete',
'categories-show' => 'categories.show', 'categories-show' => 'categories.show',
'categories-noCategory' => 'categories.noCategory', 'categories-show-date' => 'categories.show.date',
'csv-index' => 'Upload and import a CSV file', 'categories-noCategory' => 'categories.noCategory',
'currency-index' => 'currency.index', 'csv-index' => 'csv.index',
'currency-create' => 'currency.create', 'csv-column-roles' => 'csv.column-roles',
'currency-edit' => 'currency.edit', 'csv-map' => 'csv.map',
'currency-delete' => 'currency.delete', 'csv-download-config' => 'csv.download-config',
'currency-default' => 'currency.default', 'csv-download-config-page' => 'csv.download-config-page',
'help-show' => 'help.show', 'csv-process' => 'csv.process',
'json-expense-accounts' => 'json.expense-accounts', 'currency-index' => 'currency.index',
'json-revenue-accounts' => 'json.revenue-accounts', 'currency-create' => 'currency.create',
'json-categories' => 'json.categories', 'currency-edit' => 'currency.edit',
'json-tags' => 'json.tags', 'currency-delete' => 'currency.delete',
'json-box-in' => 'json.box.in', 'new-user-index' => 'new-user.index',
'json-box-out' => 'json.box.out', 'piggy-banks-index' => 'piggy-banks.index',
'json-box-paid' => 'json.box.paid', 'piggy-banks-create' => 'piggy-banks.create',
'json-box-unpaid' => 'json.box.unpaid', 'piggy-banks-edit' => 'piggy-banks.edit',
'new-user-index' => 'new-user.index', 'piggy-banks-delete' => 'piggy-banks.delete',
'piggy-banks-index' => 'piggy-banks.index', 'piggy-banks-show' => 'piggy-banks.show',
'piggy-banks-addMoney' => 'piggy-banks.addMoney', 'preferences' => 'preferences',
'piggy-banks-removeMoney' => 'piggy-banks.removeMoney', 'profile' => 'profile',
'piggy-banks-create' => 'piggy-banks.create', 'profile-change-password' => 'profile.change-password',
'piggy-banks-edit' => 'piggy-banks.edit', 'profile-delete-account' => 'profile.delete-account',
'piggy-banks-delete' => 'piggy-banks.delete', 'reports-index' => 'reports.index',
'piggy-banks-show' => 'piggy-banks.show', 'reports-report' => 'reports.report',
'preferences' => 'preferences', 'search' => 'search',
'profile' => 'profile', 'tags-index' => 'tags.index',
'profile-change-password' => 'profile.change-password', 'tags-create' => 'tags.create',
'profile-delete-account' => 'profile.delete-account', 'tags-show' => 'tags.show',
'reports-index' => 'reports.index', 'tags-edit' => 'tags.edit',
'reports-year' => 'reports.year', 'tags-delete' => 'tags.delete',
'reports-month' => 'reports.month', 'transactions-index' => 'transactions.index',
'search' => 'search', 'transactions-create' => 'transactions.create',
'tags-index' => 'tags.index', 'transactions-edit' => 'transactions.edit',
'tags-create' => 'tags.create', 'transactions-delete' => 'transactions.delete',
'tags-show' => 'tags.show', 'transactions-show' => 'transactions.show',
'tags-edit' => 'tags.edit',
'tags-delete' => 'tags.delete',
'transactions-index' => 'transactions.index',
'transactions-create' => 'transactions.create',
'transactions-edit' => 'transactions.edit',
'transactions-delete' => 'transactions.delete',
'transactions-show' => 'transactions.show',
'logout' => 'logout',
]; ];