runtime/PlcStatus.py
author Edouard Tisserant
Mon, 08 Apr 2019 12:53:18 +0200
changeset 2581 20eb4e7a0647
parent 2416 1ca207782dde
permissions -rw-r--r--
Fixed Wamp assertion because of unexpected type
# -*- 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")