mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: add strings file
This commit is contained in:
parent
c73864d545
commit
b46d0614c9
19
dzgui/strings/map_count.py
Normal file
19
dzgui/strings/map_count.py
Normal file
@ -0,0 +1,19 @@
|
||||
exit_msg = (
|
||||
"System map count is not high enough to run DayZ. "
|
||||
"Please exit and run 'dzgui -m' to update map count."
|
||||
)
|
||||
failed_to_parse = (
|
||||
"Failed to parse system map count.\n"
|
||||
"This usually indicates that systemd is not installed."
|
||||
)
|
||||
failed_to_update = (
|
||||
"Failed to update system map count.\n"
|
||||
"Please report the issue upstream and provide the following traceback.\n\n"
|
||||
"{0}"
|
||||
)
|
||||
meets_minimum = "System map count of {0} already meets the minimum."
|
||||
prompt = (
|
||||
"Updated map count will be written to the file {0}.\n"
|
||||
"Enter sudo password to proceed."
|
||||
)
|
||||
user_exit = "User exit"
|
||||
Loading…
Reference in New Issue
Block a user