1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Add missing translations

This commit is contained in:
David Bomba 2022-12-07 23:05:22 +11:00
parent bad7b242e1
commit 6d4f9b1173

View File

@ -4851,6 +4851,7 @@ $LANG = array(
'cash_vs_accrual_help' => 'Turn on for accrual reporting, turn off for cash basis reporting.',
'expense_paid_report' => 'Expensed reporting',
'expense_paid_report_help' => 'Turn on for reporting all expenses, turn off for reporting only paid expenses',
'payment_type_Klarna' => 'Klarna',
);
return $LANG;