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.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index 6013f84..0fe0a00 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -43,7 +43,7 @@ locale_entry en_locales[] = {
{"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"},
+ {"taxcategory.K", "Intra-community supply of goods"},
// Countries
{ "country.AT", "Austria" },
@@ -161,6 +161,13 @@ locale_entry en_locales[] = {
{"invoice.status.refunded", "Refunded"},
{"invoice.status.corrected", "Corrected"},
{"invoice.status.received", "Received"},
+
+ // Income statement strings.
+ {"statement.uncategorized", "Uncategorized"},
+ {"statement.revenue", "Revenue"},
+ {"statement.tax", "Tax"},
+ {"statement.expenses", "Expenses"},
+ {"statement.profit", "Profit"},
};
const int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file