runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 05 Oct 2022 20:44:01 +0200
branchwxPython4
changeset 3620 1cf21430ed4a
parent 2416 1ca207782dde
permissions -rw-r--r--
OPCUA: cosmetic fixes
# -*- 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")