diff options
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 |
