1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Add translation for KBC/CBC

This commit is contained in:
Benjamin Beganović 2021-09-26 20:56:09 +02:00
parent a2a0bcf841
commit 331070174e

View File

@ -4314,6 +4314,7 @@ $LANG = array(
'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
'my_documents' => 'My documents',
'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
'kbc_cbc' => 'KBC/CBC',
);
return $LANG;