mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Reverted restyled.io changes to this file
This commit is contained in:
parent
f4f28c6583
commit
b101081be2
|
@ -4,18 +4,11 @@ from gettext import gettext as _
|
|||
class EULAView:
|
||||
def __init__(self):
|
||||
self.EULA_messages = {
|
||||
"eula_found":
|
||||
_("EULA is found"),
|
||||
"eula_is_confirmed":
|
||||
_("You accepted EULA"),
|
||||
"eula_is_not_confirmed":
|
||||
_("You didn't accept EULA, please open eula.txt"),
|
||||
"eula_not_found":
|
||||
_("EULA isn't found\n Generated new EULA"),
|
||||
"eula_is_invalid":
|
||||
_("EULA is not valid"),
|
||||
"eula_start_of_file_unconfirmed":
|
||||
_("# Please read and accept EULA below\n eula = False"),
|
||||
"eula_start_of_file_confirmed":
|
||||
_("# Please read and accept EULA below\n eula = True"),
|
||||
"eula_found": _("EULA is found"),
|
||||
"eula_is_confirmed": _("You accepted EULA"),
|
||||
"eula_is_not_confirmed": _("You didn't accept EULA, please open eula.txt"),
|
||||
"eula_not_found": _("EULA isn't found\n Generated new EULA"),
|
||||
"eula_is_invalid": _("EULA is not valid"),
|
||||
"eula_start_of_file_unconfirmed": _("# Please read and accept EULA below\n eula = False"),
|
||||
"eula_start_of_file_confirmed": _("# Please read and accept EULA below\n eula = True"),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user