runtime/PlcStatus.py
author Edouard Tisserant
Tue, 18 Oct 2022 11:09:40 +0200
changeset 3647 7c427418396f
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: prevent browser and watchdog commands to become zombie once finished.
# -*- coding: utf-8 -*-

# See COPYING.Runtime file for copyrights details.


def _(x):
    """No translation"""
    return x


Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")