summaryrefslogtreecommitdiff
path: root/src/locales/en.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales/en.cpp')
-rw-r--r--src/locales/en.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index 3c208ef..3c6bafd 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -19,6 +19,19 @@ locale_entry en_locales[] = {
{"form.confirmCancelProject", "Are you sure you want to cancel this Project?"},
{"form.required", "required"},
+ // Default cost centers
+ {"costcenter.general_expenses", "General Expenses"},
+ {"costcenter.administration_general_management", "Administration & General Management"},
+ {"costcenter.finance_accounting", "Finance & Accounting"},
+ {"costcenter.information_technology", "Information Technology (IT)"},
+ {"costcenter.sales_marketing", "Sales & Marketing"},
+ {"costcenter.operations_production", "Operations / Production"},
+ {"costcenter.supply_chain_logistics", "Supply Chain & Logistics"},
+ {"costcenter.research_development", "Research & Development"},
+ {"costcenter.facilities_maintenance", "Facilities & Maintenance"},
+ {"costcenter.customer_service_support", "Customer Service & Support"},
+ {"costcenter.other_specialized", "Other / Specialized"},
+
// Tax strings.
{"tax.reverse_charge", "Reverse tax"},
{"tax.exempt", "Tax exempt"},
@@ -93,8 +106,11 @@ locale_entry en_locales[] = {
// Settings strings.
{"settings.table.company", "Company"},
{"settings.table.vatrates", "VAT Rates"},
+ {"settings.table.costcenters", "Cost Centers"},
{"settings.vat.table.country", "Country"},
{"settings.vat.table.rates", "Rates"},
+ {"settings.costcenters.table.code", "Code"},
+ {"settings.costcenters.table.description", "Description"},
};
const int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file