summaryrefslogtreecommitdiff
path: root/lang/include
diff options
context:
space:
mode:
Diffstat (limited to 'lang/include')
-rw-r--r--lang/include/turns/lang/messages.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp
index fa25ef5..fe9295a 100644
--- a/lang/include/turns/lang/messages.hpp
+++ b/lang/include/turns/lang/messages.hpp
@@ -4,6 +4,7 @@
namespace turns::lang
{
auto constexpr static add_participant = "Add participant";
+ auto constexpr static cancel = "Cancel";
auto constexpr static clear = "_Clear";
auto constexpr static disposition = "Disposition";
auto constexpr static delete_participant = "Delete participant";
@@ -19,12 +20,16 @@ namespace turns::lang
auto constexpr static previous_participant = "Previous participant";
auto constexpr static priority = "Priority";
auto constexpr static priority_number = "Priority {}";
+ auto constexpr static question_clear_turn_order = "Do you want to clear the turn order?";
auto constexpr static quit = "_Quit";
auto constexpr static save = "_Save";
auto constexpr static save_as = "Save as...";
auto constexpr static saving_failed_format = "Saving failed: {}";
auto constexpr static round_number = "Round {}";
auto constexpr static start_turn_order = "Start turn order";
+ 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_saved_format = "Successfully saved '{}'";
auto constexpr static turns = "Turns";
auto constexpr static turns_files = "Turns Files";