From add93a6b0ae34c0f29350ef9c5064e95f005f100 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 13 May 2026 19:27:56 +0900 Subject: [PATCH] chore: add strings files --- dzgui/strings/buttons.py | 2 ++ dzgui/strings/options.py | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 dzgui/strings/buttons.py create mode 100644 dzgui/strings/options.py diff --git a/dzgui/strings/buttons.py b/dzgui/strings/buttons.py new file mode 100644 index 0000000..faa00a0 --- /dev/null +++ b/dzgui/strings/buttons.py @@ -0,0 +1,2 @@ +workshop = "Steam Workshop" +workshop_tooltip = "Open your Workshop subscriptions" diff --git a/dzgui/strings/options.py b/dzgui/strings/options.py new file mode 100644 index 0000000..ec28776 --- /dev/null +++ b/dzgui/strings/options.py @@ -0,0 +1,12 @@ +developers = "Developers" +start_tab = "Start tab" +workshop_label = "Subscribed mods" +workshop_eventbox = "If you manually subscribed to mods on Steam prior to using DZGUI, you can unsubscribe via this link." +steam_combo = "Steam" +flatpak_combo = "Flatpak" +flatpak_container_combo = "Flatpak (container)" + +server_combo = "Server browser" +saved_combo = "Saved servers" +recent_combo = "Recent" +lan_combo = "LAN"