1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

updated lang files

This commit is contained in:
David Bomba 2023-12-21 01:31:26 +11:00
parent b72cad404e
commit 846cafde96

View File

@ -5221,6 +5221,12 @@ $lang = array(
'charges' => 'Charges',
'email_report' => 'Email Report',
'payment_type_Pay Later' => 'Pay Later',
'payment_type_credit' => 'Payment Type Credit',
'payment_type_debit' => 'Payment Type Debit',
'send_emails_to' => 'Send Emails To',
'primary_contact' => 'Primary Contact',
'all_contacts' => 'All Contacts',
'insert_below' => 'Insert Below',
);
return $lang;