diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-26 15:48:13 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-26 15:48:13 +0200 |
| commit | 7a093920809394f7f31b75c444fe6009d1de7005 (patch) | |
| tree | b348b9731a6f771209fa5d1ca2330aae27402b2d /lang/include | |
| parent | 3d02c5f637f47493d15be3f18cc295010f08c727 (diff) | |
| download | turns-7a093920809394f7f31b75c444fe6009d1de7005.tar.xz turns-7a093920809394f7f31b75c444fe6009d1de7005.zip | |
ui: tracker implement loading UI
Diffstat (limited to 'lang/include')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |
