From 9989b8a8809d809a9f32c3da470a882aedd41207 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 12 May 2026 21:06:35 +0900 Subject: [PATCH] chore: add strings files --- dzgui/strings/boot.py | 1 + dzgui/strings/dialogs.py | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 dzgui/strings/boot.py create mode 100644 dzgui/strings/dialogs.py diff --git a/dzgui/strings/boot.py b/dzgui/strings/boot.py new file mode 100644 index 0000000..8a85083 --- /dev/null +++ b/dzgui/strings/boot.py @@ -0,0 +1 @@ +all_ok = "All OK. Loading UI..." diff --git a/dzgui/strings/dialogs.py b/dzgui/strings/dialogs.py new file mode 100644 index 0000000..c791a47 --- /dev/null +++ b/dzgui/strings/dialogs.py @@ -0,0 +1,2 @@ +waiting_for_launch = "Waiting for DayZ to launch" +waiting_for_mods = "Waiting for Steam to update mods"