diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 12:31:24 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 12:31:24 +0200 |
| commit | 22affd3c791679f05ccde937a1804ecb3f5bf5e2 (patch) | |
| tree | 1053b86309f5c3f827cdfb5de9988eec28faf3c9 /lang/include | |
| parent | f5e65adb5c348b5c1f3fe479fc71053183f66674 (diff) | |
| download | turns-22affd3c791679f05ccde937a1804ecb3f5bf5e2.tar.xz turns-22affd3c791679f05ccde937a1804ecb3f5bf5e2.zip | |
app/gui: add translations for create participant dialog
Diffstat (limited to 'lang/include')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index 0b16648..ea76565 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -3,6 +3,11 @@ namespace turns::lang { + namespace buttons + { + auto constexpr static finish = "Finish"; + } + namespace menu_items { auto constexpr static quit = "_Quit"; @@ -10,7 +15,11 @@ namespace turns::lang namespace labels { + auto constexpr static add_participant = "Add participant"; + auto constexpr static disposition = "Disposition"; + auto constexpr static name = "Name"; auto constexpr static no_active_turn_order = "No active turn order"; + auto constexpr static order = "Order"; auto constexpr static turns = "Turns"; } // namespace labels |
