...
Set the interface language.
A language file scheduler_lang_sos_lang.js_ (i.e. scheduler_lang_ru.js for russianRussian) must exist.
The language files are stored in the ./operations_gui directory beside the ./bin directory.
...
If this value is empty then no language file is tried to include and english is used.
At this time 'de'
(germanGerman), 'fr'
(frenchFrench) and 'ru'
(russianRussian) is supported.
Code Block |
---|
_sos_lang = ''; |
...
You can set how much orders are shown in the job chains if the checkbox show orders is are checked.
Code Block |
---|
_max_orders = 10; |
...