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

19 lines
502 B
PHP
Raw 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',
],
];