runtime/PlcStatus.py
author Edouard Tisserant
Mon, 08 Nov 2021 14:10:36 +0100
changeset 3387 ecefd38d5c7d
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
# -*- 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")