2015-05-09 06:56:03 -05:00
|
|
|
<?php
|
2015-05-14 03:26:15 -05:00
|
|
|
|
|
|
|
// general fields and things.
|
2015-05-09 06:56:03 -05:00
|
|
|
return [
|
2015-05-14 04:48:59 -05:00
|
|
|
'test' => 'You have selected English.',
|
|
|
|
'close' => 'Close',
|
|
|
|
'pleaseHold' => 'Please hold...',
|
|
|
|
'mandatoryFields' => 'Mandatory fields',
|
|
|
|
'optionalFields' => 'Optional fields',
|
|
|
|
'options' => 'Options',
|
|
|
|
'something' => 'Something!',
|
|
|
|
'actions' => 'Actions',
|
|
|
|
'edit' => 'Edit',
|
|
|
|
'delete' => 'Delete',
|
|
|
|
|
|
|
|
// menu and titles, should be recycled as often as possible:
|
|
|
|
'toggleNavigation' => 'Toggle navigation',
|
|
|
|
'seeAllReminders' => 'See all reminders',
|
|
|
|
'reminders' => 'Reminders',
|
|
|
|
'currency' => 'Currency',
|
|
|
|
'preferences' => 'Preferences',
|
|
|
|
'logout' => 'Logout',
|
|
|
|
'searchPlaceholder' => 'Search...',
|
|
|
|
'dashboard' => 'Dashboard',
|
|
|
|
'accounts' => 'Accounts',
|
|
|
|
'assetAccounts' => 'Asset accounts',
|
|
|
|
'expenseAccounts' => 'Expense accounts',
|
|
|
|
'revenueAccounts' => 'Revenue accounts',
|
|
|
|
'budgets' => 'Budgets',
|
|
|
|
'categories' => 'Categories',
|
|
|
|
'tags' => 'Tags',
|
|
|
|
'reports' => 'Reports',
|
2015-05-14 04:50:04 -05:00
|
|
|
'transactions' => 'Transactions',
|
2015-05-14 04:48:59 -05:00
|
|
|
'expenses' => 'Expenses',
|
|
|
|
'income' => 'Revenue / income',
|
|
|
|
'transfers' => 'Transfer',
|
|
|
|
'moneyManagement' => 'Money management',
|
|
|
|
'piggyBanks' => 'Piggy banks',
|
|
|
|
'bills' => 'Bills',
|
|
|
|
'createNew' => 'Create new',
|
|
|
|
'withdrawal' => 'Withdrawal',
|
|
|
|
'deposit' => 'Deposit',
|
|
|
|
'transfer' => 'Transfer',
|
|
|
|
'bill' => 'Rekening',
|
2015-05-09 15:42:45 -05:00
|
|
|
|
2015-05-09 12:27:25 -05:00
|
|
|
];
|