runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 21 Oct 2022 18:33:06 +0200
branchwxPython4
changeset 3642 cd3d15e8ef42
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime: fix PLC not terminating when being Repaired (i.e purged).
# -*- 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")