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

17 lines
407 B
PHP
Raw Normal View History

2020-11-11 14:33:49 +03:00
<?php
return [
'columns' => [
'last_logged_in_at' => 'Last Login',
2020-11-11 19:20:19 +03:00
'paid_at' => 'Paid Date',
'started_at' => 'Started Date',
'ended_at' => 'Ended Date',
'billed_at' => 'Bill Date',
'due_at' => 'Due Date',
'invoiced_at' => 'Invoice Date',
2021-01-02 18:35:02 +06:00
'issued_at' => 'Issue Date',
2020-11-11 14:33:49 +03:00
],
];