summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en.cpp7
1 files changed, 6 insertions, 1 deletions
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