From 22affd3c791679f05ccde937a1804ecb3f5bf5e2 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 12:31:24 +0200 Subject: app/gui: add translations for create participant dialog --- lang/include/turns/lang/messages.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lang/include') 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 -- cgit v1.2.3