1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

update translations

This commit is contained in:
Benjamin Beganović 2024-10-18 16:54:16 +02:00
parent e1ae0c940e
commit 95e6ed49de

View File

@ -5363,6 +5363,8 @@ $lang = array(
'log_duration' => 'Time log duration', 'log_duration' => 'Time log duration',
'payment_status_changed' => 'Please note that the status of your payment has been updated. We recommend refreshing the page to view the most current version.', 'payment_status_changed' => 'Please note that the status of your payment has been updated. We recommend refreshing the page to view the most current version.',
'credit_status_changed' => 'Please note that the status of your credit has been updated. We recommend refreshing the page to view the most current version.', 'credit_status_changed' => 'Please note that the status of your credit has been updated. We recommend refreshing the page to view the most current version.',
'credit_updated' => 'Credit Updated',
'payment_updated' => 'Payment Updated',
); );
return $lang; return $lang;