From 853bbb3752a5fa2f58ef456ffb6e3a552e13cb11 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 3 Aug 2025 19:22:36 +0200 Subject: initial commit --- src/locales/en.cpp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/locales/en.cpp (limited to 'src/locales/en.cpp') diff --git a/src/locales/en.cpp b/src/locales/en.cpp new file mode 100644 index 0000000..5e31c5c --- /dev/null +++ b/src/locales/en.cpp @@ -0,0 +1,29 @@ +#include "locales.hpp" + +locale_entry en_locales[] = { + // General form buttons. + {"form.create", "+ Create"}, + {"form.back", "Back"}, + {"form.save", "Save"}, + {"form.yes", "Yes"}, + {"form.no", "No"}, + {"form.change", "Change"}, + {"form.delete", "Delete"}, + {"form.confirmDelete", "Are you sure you want to delete this item?"}, + + // Contact strings. + {"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.taxnumber", "Tax number"}, + {"contact.form.businessnumber", "Business number"}, + {"contact.form.email", "Email address"}, + {"contact.form.phonenumber", "Phone number"}, + {"contact.form.bankaccount", "Bank account"}, + {"contact.table.identifier", "Identifier"}, + {"contact.table.name", "Name"}, + {"contact.table.address", "Address"}, +}; + +const int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file -- cgit v1.2.3-70-g09d2