summaryrefslogtreecommitdiff
path: root/gui/lang/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-24 11:58:39 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-24 11:58:39 +0200
commit72ab1fb4c1bf363f46470816d8b914a78ac493c4 (patch)
tree27349a1bacbab4ea698be35d2d3d9b5184b15ca1 /gui/lang/include
parentb7f2ff4d991ae068f7834bf8e565f6261bf7fff1 (diff)
downloadturns-72ab1fb4c1bf363f46470816d8b914a78ac493c4.tar.xz
turns-72ab1fb4c1bf363f46470816d8b914a78ac493c4.zip
gui: restructure file layout and apply licenses
Diffstat (limited to 'gui/lang/include')
-rw-r--r--gui/lang/include/turns/lang/messages.hpp49
1 files changed, 0 insertions, 49 deletions
diff --git a/gui/lang/include/turns/lang/messages.hpp b/gui/lang/include/turns/lang/messages.hpp
deleted file mode 100644
index e57fce4..0000000
--- a/gui/lang/include/turns/lang/messages.hpp
+++ /dev/null
@@ -1,49 +0,0 @@
-#ifndef TURNS_LANG_MESSAGES_HPP
-#define TURNS_LANG_MESSAGES_HPP
-
-namespace turns::lang
-{
- auto constexpr static add_participant = "Add participant";
- auto constexpr static cancel = "Cancel";
- auto constexpr static clear = "_Clear";
- auto constexpr static delete_participant = "Delete participant";
- auto constexpr static disposition = "Disposition";
- auto constexpr static disposition_colors = "Disposition Colors";
- auto constexpr static edit_participant = "Edit participant";
- auto constexpr static end_turn_order = "End turn order";
- auto constexpr static finish = "Finish";
- auto constexpr static flow = "Flow";
- auto constexpr static friendly = "Friendly";
- auto constexpr static hostile = "Hostile";
- auto constexpr static main_menu = "Main Menu";
- auto constexpr static mark_as_defeated = "Mark as defeated";
- auto constexpr static name = "Name";
- 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 preferences = "Preferences";
- auto constexpr static preferences_mnemonic = "_Preferences";
- 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 reset = "Reset";
- auto constexpr static round_number = "Round {}";
- auto constexpr static save = "_Save";
- auto constexpr static save_as = "Save as...";
- auto constexpr static saving_failed_format = "Saving failed: {}";
- auto constexpr static secret = "Secret";
- auto constexpr static skip_defeated = "Skip defeated";
- 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_opened_format = "Successfully opened '{}'";
- auto constexpr static successfully_saved_format = "Successfully saved '{}'";
- auto constexpr static turns = "Turns";
- auto constexpr static turns_files = "Turns Files";
-} // namespace turns::lang
-
-#endif \ No newline at end of file