From 7a093920809394f7f31b75c444fe6009d1de7005 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 26 Jul 2024 15:48:13 +0200 Subject: ui: tracker implement loading UI --- lang/include/turns/lang/messages.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/include') diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index fe9295a..8dc9981 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -17,6 +17,7 @@ namespace turns::lang auto constexpr static new_turn_order_file_name = "New turn order.trns"; auto constexpr static next_participant = "Next participant"; auto constexpr static no_active_turn_order = "No active turn order"; + auto constexpr static open = "_Open..."; auto constexpr static previous_participant = "Previous participant"; auto constexpr static priority = "Priority"; auto constexpr static priority_number = "Priority {}"; @@ -30,6 +31,7 @@ namespace turns::lang auto constexpr static stop = "Stop"; auto constexpr static stop_and_clear = "Stop and clear"; auto constexpr static stop_turn_order = "Stop turn order"; + auto constexpr static successfully_opened_format = "Successfully opened '{}'"; auto constexpr static successfully_saved_format = "Successfully saved '{}'"; auto constexpr static turns = "Turns"; auto constexpr static turns_files = "Turns Files"; -- cgit v1.2.3