runtime/PlcStatus.py
author Edouard Tisserant
Tue, 15 Sep 2020 13:57:06 +0200
changeset 2691 6e4a95621080
parent 2416 1ca207782dde
permissions -rw-r--r--
Modbus: fixed typo in ctype typing.
# -*- 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")