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

updated translations for react

This commit is contained in:
David Bomba 2023-08-18 19:33:40 +10:00
parent 9ff6a1225e
commit 2900db2e90

View File

@ -3342,7 +3342,7 @@ $LANG = array(
'freq_three_years' => 'Three Years',
'military_time_help' => '24 Hour Display',
'click_here_capital' => 'Click here',
'marked_invoice_as_paid' => 'Successfully marked invoice as sent',
'marked_invoice_as_paid' => 'Successfully marked invoice as paid',
'marked_invoices_as_sent' => 'Successfully marked invoices as sent',
'marked_invoices_as_paid' => 'Successfully marked invoices as paid',
'activity_57' => 'System failed to email invoice :invoice',
@ -5157,6 +5157,8 @@ $LANG = array(
'unlinked_transactions' => 'Successfully unlinked :count transactions',
'unlinked_transaction' => 'Successfully unlinked transaction',
'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions',
'marked_sent_credits' => 'Successfully marked credits sent',
);
return $LANG;