summaryrefslogtreecommitdiff
path: root/src/locales/en.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-10 23:11:18 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-10 23:11:18 +0200
commitcf5dfa405fa3d9b480794f7f2c32e325fdfd134c (patch)
tree7dbfdfe271a95ddc9bdcfc73e3c94bd0361ad012 /src/locales/en.cpp
parentd976c1227f367a4547a004597b8d360a8958eba9 (diff)
tax statement UI
Diffstat (limited to 'src/locales/en.cpp')
-rw-r--r--src/locales/en.cpp26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index e7ad41b..e68e930 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -208,6 +208,32 @@ locale_entry en_locales[] = {
{"import.error.upload","Failure: Upload failed"},
{"import.error.query","Failure: Querying service failed"},
{"import.error.import","Failure: Failed to import result from service"},
+
+ // Tax statement strings.
+ {"taxes.total", "Total"},
+
+ {"taxes.nl.1", "Domestic supplies and services"},
+ {"taxes.nl.1a", "Supplies/services taxed at the high rate"},
+ {"taxes.nl.1b", "Supplies/services taxed at the reduced rate"},
+ {"taxes.nl.1c", "Supplies/services taxed at other rates (excluding 0%)"},
+ {"taxes.nl.1d", "Private use"},
+ {"taxes.nl.1e", "Supplies/services taxed at 0% or not taxed with you"},
+
+ {"taxes.nl.2", "Reverse-charge arrangements within the Netherlands"},
+ {"taxes.nl.2a", "Supplies/services for which VAT has been reverse-charged to you"},
+
+ {"taxes.nl.3", "Supplies and services to or in other countries"},
+ {"taxes.nl.3a", "Supplies to countries outside the EU (exports)"},
+ {"taxes.nl.3b", "Supplies to or services in EU countries"},
+ {"taxes.nl.3c", "Intra-EU distance sales and installation supplies"},
+
+ {"taxes.nl.4", "Services supplied to you from abroad"},
+ {"taxes.nl.4a", "Supplies/services received from countries outside the EU (imports)"},
+ {"taxes.nl.4b", "Supplies/services received from countries within the EU (intra-EU acquisitions)"},
+
+ {"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)"},
};
int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file