CluPilotCloud/lang/en/invoices.php

17 lines
440 B
PHP

<?php
return [
'title' => 'Invoices',
'subtitle' => 'Your billing history and upcoming charges.',
'col_no' => 'Number',
'col_date' => 'Date',
'col_amount' => 'Amount',
'col_status' => 'Status',
'paid' => 'Paid',
'pdf' => 'PDF',
'next_charge' => 'Next charge',
'on_date' => 'on :date',
'spend' => 'Spend (5 months)',
'download_toast' => 'Invoice PDF is only indicated in this prototype.',
];