runtime/PlcStatus.py
author Edouard Tisserant
Thu, 30 May 2019 11:51:56 +0200
changeset 2611 a1bf03277cec
parent 2416 1ca207782dde
permissions -rw-r--r--
Fixed typo leading to some exception in some rare corner cases in worker.py
# -*- 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")