Updated translations

This commit is contained in:
David Bomba 2023-10-15 16:57:17 +11:00
parent 0e6abc4899
commit 14144f72e4

View File

@ -3679,9 +3679,9 @@ $LANG = array(
'send_date' => 'Send Date', 'send_date' => 'Send Date',
'auto_bill_on' => 'Auto Bill On', 'auto_bill_on' => 'Auto Bill On',
'minimum_under_payment_amount' => 'Minimum Under Payment Amount', 'minimum_under_payment_amount' => 'Minimum Under Payment Amount',
'allow_over_payment' => 'Allow Over Payment', 'allow_over_payment' => 'Allow Overpayment',
'allow_over_payment_help' => 'Support paying extra to accept tips', 'allow_over_payment_help' => 'Support paying extra to accept tips',
'allow_under_payment' => 'Allow Under Payment', 'allow_under_payment' => 'Allow Underpayment',
'allow_under_payment_help' => 'Support paying at minimum the partial/deposit amount', 'allow_under_payment_help' => 'Support paying at minimum the partial/deposit amount',
'test_mode' => 'Test Mode', 'test_mode' => 'Test Mode',
'calculated_rate' => 'Calculated Rate', 'calculated_rate' => 'Calculated Rate',
@ -3978,8 +3978,8 @@ $LANG = array(
'account_balance' => 'Account Balance', 'account_balance' => 'Account Balance',
'thanks' => 'Thanks', 'thanks' => 'Thanks',
'minimum_required_payment' => 'Minimum required payment is :amount', 'minimum_required_payment' => 'Minimum required payment is :amount',
'under_payments_disabled' => 'Company doesn\'t support under payments.', 'under_payments_disabled' => 'Company doesn\'t support underpayments.',
'over_payments_disabled' => 'Company doesn\'t support over payments.', 'over_payments_disabled' => 'Company doesn\'t support overpayments.',
'saved_at' => 'Saved at :time', 'saved_at' => 'Saved at :time',
'credit_payment' => 'Credit applied to Invoice :invoice_number', 'credit_payment' => 'Credit applied to Invoice :invoice_number',
'credit_subject' => 'New credit :number from :account', 'credit_subject' => 'New credit :number from :account',
@ -4654,8 +4654,8 @@ $LANG = array(
'search_purchase_order' => 'Search Purchase Order', 'search_purchase_order' => 'Search Purchase Order',
'search_purchase_orders' => 'Search Purchase Orders', 'search_purchase_orders' => 'Search Purchase Orders',
'login_url' => 'Login URL', 'login_url' => 'Login URL',
'enable_applying_payments' => 'Enable Applying Payments', 'enable_applying_payments' => 'Manual Overpayments',
'enable_applying_payments_help' => 'Support separately creating and applying payments', 'enable_applying_payments_help' => 'Support adding an overpayment amount manually on a payment',
'stock_quantity' => 'Stock Quantity', 'stock_quantity' => 'Stock Quantity',
'notification_threshold' => 'Notification Threshold', 'notification_threshold' => 'Notification Threshold',
'track_inventory' => 'Track Inventory', 'track_inventory' => 'Track Inventory',