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

Provide translations

This commit is contained in:
Benjamin Beganović 2022-11-22 16:45:48 +01:00
parent c70ec97450
commit 60ce75f4f6

View File

@ -4843,6 +4843,10 @@ $LANG = array(
'refresh_accounts' => 'Refresh Accounts',
'upgrade_to_connect_bank_account' => 'Upgrade to Enterprise to connect your bank account',
'click_here_to_connect_bank_account' => 'Click here to connect your bank account',
'include_tax' => 'Include tax',
'is_expense_billed' => '/',
'is_expense_billed' => '/',
'email_template_change' => 'E-mail template body can be changed on',
);
return $LANG;