runtime/PlcStatus.py
author Edouard Tisserant
Fri, 24 Apr 2020 10:02:13 +0200
branchsvghmi
changeset 2945 69f395c01c09
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Fix flawed logic to place nodes in the HMI tree, leading to wrecked tree in some cases.
# -*- 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")