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

Add translations

This commit is contained in:
David Bomba 2021-03-05 20:27:45 +11:00
parent 7e4593cd89
commit a631681f73

View File

@ -4155,6 +4155,8 @@ $LANG = array(
'hello' => 'Hello',
'group_documents' => 'Group documents',
'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?',
'migration_select_company_label' => 'Select companies to migrate',
'force_migration' => 'Force migration',
);
return $LANG;