diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-11-01 14:09:04 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-11-01 14:09:04 +0100 |
| commit | a2918b9724a65ba147cfafc6bcf8d410a647330b (patch) | |
| tree | 3b8ca3ee934a239f458b889f06beb673fa32ffa4 /src/locales/en.cpp | |
| parent | 9b8664daf17dac9efb1f4add9d00c562e4ddbf40 (diff) | |
export ui, localizations
Diffstat (limited to 'src/locales/en.cpp')
| -rw-r--r-- | src/locales/en.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp index 062460c..d949609 100644 --- a/src/locales/en.cpp +++ b/src/locales/en.cpp @@ -27,6 +27,24 @@ locale_entry en_locales[] = { {"ui.tooltip.invalidInvoice", "Invoice has missing information."}, {"ui.tooltip.invalidProject", "Project has missing information."}, {"ui.tooltip.invalidContact", "Contact has missing information."}, + {"ui.import", "+ Import"}, + {"ui.clear", "Clear"}, + {"ui.selected", "Selected"}, + {"ui.exportAs", "Export"}, + {"ui.sendAs", "Send"}, + {"ui.sendAs.email", "Email"}, + {"ui.sendAs.einvoice", "E-Invoice (Peppol Network)"}, + + {"ui.fileselect.text", "Select file..."}, + {"ui.fileselect.title", "Choose a file"}, + {"ui.fileselect.selectDestination", "Select destination"}, + {"ui.fileselect.selectSaveFile", "Select save file"}, + + {"ui.menu.file", "File"}, + {"ui.menu.file.new", "New"}, + {"ui.menu.file.open", "Open"}, + {"ui.menu.help", "Help"}, + {"ui.menu.help.events", "Event Log"}, // Status strings. {"status.saved", "[Saved to disk]"}, |
