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

"New account" translation

This commit is contained in:
Benjamin Beganović 2021-05-04 17:01:47 +02:00
parent e0f83af653
commit 6c80243987

View File

@ -4237,6 +4237,7 @@ $LANG = array(
'notification_credit_created_subject' => 'Credit :invoice was created for :client', 'notification_credit_created_subject' => 'Credit :invoice was created for :client',
'payment_method_cannot_be_authorized_first' => 'This payment method can be can saved for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.', 'payment_method_cannot_be_authorized_first' => 'This payment method can be can saved for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.',
'new_account' => 'New account',
); );
return $LANG; return $LANG;