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

86 lines
3.2 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
2018-12-11 18:42:27 +03:00
'invoice_number' => 'Invoice Number',
'invoice_date' => 'Invoice Date',
2021-06-27 11:14:01 +03:00
'invoice_amount' => 'Invoice Amount',
2018-12-11 18:42:27 +03:00
'total_price' => 'Total Price',
'due_date' => 'Due Date',
'order_number' => 'Order Number',
'bill_to' => 'Bill To',
2022-06-01 10:15:55 +03:00
'cancel_date' => 'Cancel Date',
2017-09-14 22:21:00 +03:00
2018-12-11 18:42:27 +03:00
'quantity' => 'Quantity',
'price' => 'Price',
'sub_total' => 'Subtotal',
'discount' => 'Discount',
2020-03-26 16:20:31 +03:00
'item_discount' => 'Line Discount',
2018-12-11 18:42:27 +03:00
'tax_total' => 'Tax Total',
'total' => 'Total',
2017-09-14 22:21:00 +03:00
2018-12-11 18:42:27 +03:00
'item_name' => 'Item Name|Item Names',
2022-06-01 10:15:55 +03:00
'recurring_invoices' => 'Recurring Invoice|Recurring Invoices',
2017-09-14 22:21:00 +03:00
2018-12-11 18:42:27 +03:00
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
2018-12-11 18:42:27 +03:00
'payment_due' => 'Payment Due',
'paid' => 'Paid',
'histories' => 'Histories',
'payments' => 'Payments',
'add_payment' => 'Add Payment',
'mark_paid' => 'Mark Paid',
'mark_sent' => 'Mark Sent',
2020-01-23 17:54:39 +03:00
'mark_viewed' => 'Mark Viewed',
2020-03-28 17:54:36 +03:00
'mark_cancelled' => 'Mark Cancelled',
2018-12-11 18:42:27 +03:00
'download_pdf' => 'Download PDF',
'send_mail' => 'Send Email',
'all_invoices' => 'Login to view all invoices',
'create_invoice' => 'Create Invoice',
'send_invoice' => 'Send Invoice',
'get_paid' => 'Get Paid',
2018-12-24 15:52:32 +03:00
'accept_payments' => 'Accept Online Payments',
2022-06-01 10:15:55 +03:00
'payment_received' => 'Payment received',
'form_description' => [
'billing' => 'Billing details appear in your invoice. Invoice Date is used in the dashboard and reports. Select the date you expect to get paid as the Due Date.',
],
2017-09-14 22:21:00 +03:00
2017-11-07 05:11:03 +03:00
'messages' => [
2018-12-11 18:42:27 +03:00
'email_required' => 'No email address for this customer!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
2018-10-29 15:36:23 +03:00
'status' => [
2018-12-11 18:42:27 +03:00
'created' => 'Created on :date',
2019-11-16 10:21:14 +03:00
'viewed' => 'Viewed',
2018-12-11 18:42:27 +03:00
'send' => [
2018-10-29 15:36:23 +03:00
'draft' => 'Not sent',
2018-10-29 18:58:08 +03:00
'sent' => 'Sent on :date',
2018-10-29 15:36:23 +03:00
],
2018-12-11 18:42:27 +03:00
'paid' => [
2018-10-29 15:36:23 +03:00
'await' => 'Awaiting payment',
],
],
2017-11-07 05:11:03 +03:00
],
2022-06-01 10:15:55 +03:00
'slider' => [
'create' => ':user created this invoice on :date',
'create_recurring' => ':user created this recurring template on :date',
'schedule' => 'Repeat every :interval :frequency since :date',
'children' => ':count invoices were created automatically',
],
'share' => [
'show_link' => 'Your customer can view the invoice at this link',
'copy_link' => 'Copy the link and share it with your customer.',
'success_message' => 'Copied share link to clipboard!',
],
'sticky' => [
2022-07-27 10:48:01 +03:00
'description' => 'You are previewing how your customer will see the web version of your invoice.',
2022-06-01 10:15:55 +03:00
],
2017-09-14 22:21:00 +03:00
];