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

Merge pull request #7391 from beganovich/react-translations

Missing translations for React app
This commit is contained in:
David Bomba 2022-04-25 20:47:24 +10:00 committed by GitHub
commit 29959f854a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4562,6 +4562,11 @@ $LANG = array(
'approved_quotes' => 'Successfully :value approved quotes',
'client_website' => 'Client Website',
'invalid_time' => 'Invalid Time',
'signed_in_as' => 'Signed in as',
'total_results' => 'Total results',
'restore_company_gateway' => 'Restore payment gateway',
'archive_company_gateway' => 'Archive payment gateway',
'delete_company_gateway' => 'Delete payment gateway',
);
return $LANG;