runtime/PlcStatus.py
author Edouard Tisserant
Thu, 13 Aug 2020 11:37:39 +0200
branchsvghmi
changeset 3026 d454ed480c0f
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: factorize dispatch calling logic.
# -*- 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")