akaunting/resources/lang/en-AU/search_string.php

22 lines
638 B
PHP
Raw Permalink Normal View History

2021-01-19 01:08:51 +00:00
<?php
return [
'columns' => [
'last_logged_in_at' => 'Last Login',
'paid_at' => 'Paid Date',
'started_at' => 'Started Date',
'ended_at' => 'Ended Date',
'billed_at' => 'Bill Date',
'due_at' => 'Due Date',
'invoiced_at' => 'Invoice Date',
'issued_at' => 'Issue Date',
'symbol_first' => 'Symbol Position',
'reconciled' => 'Reconciled',
2021-02-12 09:25:12 +00:00
'expense_account' => 'From Account',
'income_account' => 'To Account',
2022-06-04 00:26:44 +00:00
'recurring' => 'Recurring',
2021-01-19 01:08:51 +00:00
],
];