summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-08 20:34:22 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-08 20:34:22 +0200
commit21496e32695744d4679fc11105352c61522ce601 (patch)
treea4bda5abe657f25f5d9054a055d5cdfe93ca64f1 /src/locales
parent550b3bf614d8eeb116cceadf3e180ca7a4490976 (diff)
contact crud
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en.cpp33
1 files changed, 32 insertions, 1 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index d23a766..de33655 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -8,10 +8,40 @@ locale_entry en_locales[] = {
{"form.yes", "Yes"},
{"form.no", "No"},
{"form.change", "Change"},
+ {"form.view", "View"},
{"form.delete", "Delete"},
{"form.confirmDelete", "Are you sure you want to delete this item?"},
{"form.required", "required"},
+ // Countries
+ { "country.AT", "Austria" },
+ { "country.BE", "Belgium" },
+ { "country.BG", "Bulgaria" },
+ { "country.HR", "Croatia" },
+ { "country.CY", "Cyprus" },
+ { "country.CZ", "Czech Republic" },
+ { "country.DK", "Denmark" },
+ { "country.EE", "Estonia" },
+ { "country.FI", "Finland" },
+ { "country.FR", "France" },
+ { "country.DE", "Germany" },
+ { "country.GR", "Greece" },
+ { "country.HU", "Hungary" },
+ { "country.IE", "Ireland" },
+ { "country.IT", "Italy" },
+ { "country.LV", "Latvia" },
+ { "country.LT", "Lithuania" },
+ { "country.LU", "Luxembourg" },
+ { "country.MT", "Malta" },
+ { "country.NL", "Netherlands" },
+ { "country.PL", "Poland" },
+ { "country.PT", "Portugal" },
+ { "country.RO", "Romania" },
+ { "country.SK", "Slovakia" },
+ { "country.SI", "Slovenia" },
+ { "country.ES", "Spain" },
+ { "country.SE", "Sweden" },
+
// Navigation.
{"nav.invoices", "Invoices"},
{"nav.expenses", "Expenses"},
@@ -25,7 +55,8 @@ locale_entry en_locales[] = {
{"contact.form.identifier", "Identifier"},
{"contact.form.fullname", "Full name / name of business"},
{"contact.form.address1", "Street name + house number, appt. number, etc."},
- {"contact.form.address2", "Zip, city, country"},
+ {"contact.form.address2", "Zip, city"},
+ {"contact.form.country", "Country"},
{"contact.form.taxnumber", "Tax number"},
{"contact.form.businessnumber", "Business number"},
{"contact.form.email", "Email address"},