From 6abbea56a6bfa69cb5e576223301f0c992b646fa Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 8 Nov 2025 14:13:43 +0100 Subject: activity sidebar for invoices. --- src/locales/en.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/locales/en.cpp') diff --git a/src/locales/en.cpp b/src/locales/en.cpp index d949609..752e328 100644 --- a/src/locales/en.cpp +++ b/src/locales/en.cpp @@ -54,6 +54,7 @@ locale_entry en_locales[] = { {"form.create", "+ Create"}, {"form.back", "Back"}, {"form.save", "Save"}, + {"form.cancel", "Cancel"}, {"form.yes", "Yes"}, {"form.no", "No"}, {"form.change", "Change"}, @@ -721,7 +722,7 @@ locale_entry en_locales[] = { {"taxrate.code.NL_IN/IEUV/21","Intra-EU reverse charge 21% VAT"}, {"taxrate.code.NL_IN/IEUV/9","Intra-EU reverse charge 9% VAT"}, - // Tax statement strings. + // NL Tax statement strings. {"taxes.total", "Total"}, {"taxes.nl.1", "Domestic supplies and services"}, @@ -746,6 +747,10 @@ locale_entry en_locales[] = { {"taxes.nl.5", "Input tax and small businesses scheme (KOR)"}, {"taxes.nl.5a", "VAT due (sections 1 to 4)"}, {"taxes.nl.5b", "Input tax (VAT deductible)"}, + + // Activity strings. + {"activity.update_invoice", "updated invoice"}, + {"activity.add_invoice", "created invoice"}, }; int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file -- cgit v1.2.3-70-g09d2