summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-03 21:06:20 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-03 21:06:20 +0200
commit550b3bf614d8eeb116cceadf3e180ca7a4490976 (patch)
tree032e2d7468c590a7b8a9db0e30bfff970761f5f2 /src/locales
parent853bbb3752a5fa2f58ef456ffb6e3a552e13cb11 (diff)
navigation work
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index 5e31c5c..d23a766 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -10,6 +10,16 @@ locale_entry en_locales[] = {
{"form.change", "Change"},
{"form.delete", "Delete"},
{"form.confirmDelete", "Are you sure you want to delete this item?"},
+ {"form.required", "required"},
+
+ // Navigation.
+ {"nav.invoices", "Invoices"},
+ {"nav.expenses", "Expenses"},
+ {"nav.contacts", "Contacts"},
+ {"nav.reports", "Reports"},
+ {"nav.reports.results", "Results"},
+ {"nav.reports.tax", "Tax return"},
+ {"nav.Projects", "Projects"},
// Contact strings.
{"contact.form.identifier", "Identifier"},