1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Merge pull request #10041 from beganovich/1535-csv-translations

Update translations
This commit is contained in:
David Bomba 2024-09-26 10:29:17 +10:00 committed by GitHub
commit f058921594
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5336,6 +5336,8 @@ $lang = array(
'lang_Vietnamese' => 'Vietnamese',
'invoice_status_changed' => 'Please note that the status of your invoice has been updated. We recommend refreshing the page to view the most current version.',
'no_unread_notifications' => 'Youre all caught up! No new notifications.',
'how_to_import_data' => 'How to import data',
'download_example_file' => 'Download example file',
);
return $lang;