|
3.
|
|
|
==> get user configuration and time information from the server, example
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:33
|
|
4.
|
|
|
==> set allowed days for the user, example
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:34
|
|
5.
|
|
|
==> set allowed hours for the specified day, or "ALL" for every day, optionally specify start and end minutes in brackets like this [x-y], additionally specify ! in front of hour if it doesn't have to be accounted (free time for user), example
|
|
|
TRANSLATORS: please DO NOT translate the keyword "ALL"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:36
|
|
6.
|
|
|
==> set time limits for all allowed days, the number of values must not exceed the allowed days for the user, example
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:37
|
|
7.
|
|
|
==> set time limit per week, example
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:38
|
|
8.
|
|
|
==> set time limit per month, example
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:39
|
|
9.
|
|
|
==> set whether to track inactive user sessions, example
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:40
|
|
10.
|
|
|
==> set whether to hide tray icon and prevent notifications, example
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:41
|
|
11.
|
|
|
==> set restriction / lockout type ("lock" - lock session, "suspend" - suspend the computer, "suspendwake" - suspend and wake up, "terminate" - terminate sessions, "shutdown" - shutdown the computer), examples
|
|
|
TRANSLATORS: please DO NOT translate the keywords: "lock", "suspend", "suspendwake", "terminate", "shutdown"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:43
|
|
12.
|
|
|
==> set time left for the user at the current moment of time: "+" (add time), "-" (subtract time), "=" (set exact time available), example (add one hour)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
common/constants/messages.py:44
|