akaunting/resources/lang/en-GB/invoices.php
2017-09-14 22:21:00 +03:00

38 lines
1.0 KiB
PHP

<?php
return [
'invoice_number' => 'Invoice Number',
'invoice_date' => 'Invoice Date',
'total_price' => 'Total Price',
'due_date' => 'Due Date',
'order_number' => 'Order Number',
'bill_to' => 'Bill To',
'quantity' => 'Quantity',
'price' => 'Price',
'sub_total' => 'Subtotal',
'tax_total' => 'Tax Total',
'total' => 'Total',
'item_name' => 'Item Name|Item Names',
'payment_due' => 'Payment Due',
'paid' => 'Paid',
'histories' => 'Histories',
'payments' => 'Payments',
'add_payment' => 'Add Payment',
'download_pdf' => 'Download PDF',
'send_mail' => 'Send Email',
'status' => [
'draft' => 'Draft',
'sent' => 'Sent',
'viewed' => 'Viewed',
'approved' => 'Approved',
'partial' => 'Partial',
'paid' => 'Paid',
],
];