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"