diff options
Diffstat (limited to 'src/locales')
| -rw-r--r-- | src/locales/en.cpp | 33 |
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"}, |
