summaryrefslogtreecommitdiff
path: root/src/locales/en.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales/en.cpp')
-rw-r--r--src/locales/en.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index b528088..03e5940 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -36,12 +36,14 @@ locale_entry en_locales[] = {
{"costcenter.customer_service_support", "Customer Service & Support"},
{"costcenter.other_specialized", "Other / Specialized"},
- // Tax strings.
- {"tax.reverse_charge", "Reverse tax"},
- {"tax.exempt", "Tax exempt"},
- {"tax.standard", "Standard Rate"},
- {"tax.reduced", "Reduced Rate"},
- {"tax.superReduced", "Super Reduced Rate"},
+ // Tax category strings.
+ {"taxcategory.AE", "VAT Reverse Charge"},
+ {"taxcategory.E", "Exempt from Tax"},
+ {"taxcategory.S", "Standard rate"},
+ {"taxcategory.Z", "Zero rated goods"},
+ {"taxcategory.G", "Free export item, VAT not charged"},
+ {"taxcategory.O", "Services outside scope of tax"},
+ {"taxcategory.K", "Intra-community supply of goods and services"},
// Countries
{ "country.AT", "Austria" },