Файл: src/resources/lang/en/invoices.php
Строк: 62
<?php
return [
'button_create_invoice' => "Create Invoice",
'button_update_invoice' => "Update Invoice",
'bar_filters' => "Filters",
"bar_by_date" => "By Date",
"bar_date_all" => "Show All",
"bar_date_today" => "Today",
"bar_date_yesterday" => "Yesterday",
"bar_date_week" => "This Week",
"bar_date_month" => "This Month",
"bar_date_year" => "This Year",
"bar_by_status" => "By Status",
"bar_status_all" => "Show All",
"bar_status_pending" => "Pending",
"bar_status_onhold" => "On Hold",
"bar_status_paid" => "Paid",
"bar_status_invalid" => "Invalid",
"bar_sort" => "Sort",
"bar_sort_asc" => "ASC",
"bar_sort_desc" => "DESC",
"panel_invoice" => "Invoice",
"panel_issue_date" => "Issue Date",
"panel_due_date" => "Due",
"panel_payment_method" => "Type",
"panel_status" => "Status",
"add_panel_title"=> "Create Invoice",
"label_billing_to" => "Company",
"label_reference_id" => "Reference No",
"label_discount" => "Discount",
"label_tax" => "Tax",
"label_due_date"=>"Due Date",
"label_send_email" => "Send Email to Client",
"label_email_yes" => "Yes",
"label_email_no" => "No",
"label_status" => "Status",
"label_product" => "Product",
"label_price" => "Price",
"label_amount"=> "Amount",
"label_add_new_row" => "Add New Row",
"label_total_due" => "Total Due",
"label_subtotal" => "Subtotal",
"label_total" => "Total",
"label_our_info" => "Our Information",
"label_invoice" => "invoice",
"invoice_download" => "Download PDF",
"label_invoice_date" => "Invoice Date",
"label_detail_billing_to" => "Billing To",
"label_description" => "Description",
"label_other_info" => "Other Information",
"invoice_details" => "Invoice Details",
"footer_message" => "Footer Message",
"edit_invoice" => "Edit Invoice"
]
?>