#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]);