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

57 lines
1.7 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?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',
2018-04-17 16:40:52 +03:00
'discount' => 'Discount',
2017-09-14 22:21:00 +03:00
'tax_total' => 'Tax Total',
'total' => 'Total',
'item_name' => 'Item Name|Item Names',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
2017-09-14 22:21:00 +03:00
'payment_due' => 'Payment Due',
'paid' => 'Paid',
'histories' => 'Histories',
'payments' => 'Payments',
'add_payment' => 'Add Payment',
2017-11-07 05:11:03 +03:00
'mark_paid' => 'Mark Paid',
'mark_sent' => 'Mark Sent',
2017-09-14 22:21:00 +03:00
'download_pdf' => 'Download PDF',
'send_mail' => 'Send Email',
'all_invoices' => 'Login to for all invoices',
2017-09-14 22:21:00 +03:00
'status' => [
'draft' => 'Draft',
'sent' => 'Sent',
'viewed' => 'Viewed',
'approved' => 'Approved',
'partial' => 'Partial',
'paid' => 'Paid',
],
2017-11-07 05:11:03 +03:00
'messages' => [
'email_sent' => 'Invoice email has been sent successfully!',
'marked_sent' => 'Invoice marked as sent successfully!',
'email_required' => 'No email address for this customer!',
2017-11-07 05:11:03 +03:00
],
2017-11-16 20:27:30 +03:00
'notification' => [
'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.',
'button' => 'Pay Now',
],
2017-09-14 22:21:00 +03:00
];