mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #7391 from beganovich/react-translations
Missing translations for React app
This commit is contained in:
commit
29959f854a
@ -4562,6 +4562,11 @@ $LANG = array(
|
|||||||
'approved_quotes' => 'Successfully :value approved quotes',
|
'approved_quotes' => 'Successfully :value approved quotes',
|
||||||
'client_website' => 'Client Website',
|
'client_website' => 'Client Website',
|
||||||
'invalid_time' => 'Invalid Time',
|
'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;
|
return $LANG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user