runtime/PlcStatus.py
author Edouard Tisserant
Fri, 29 Oct 2021 09:45:39 +0200
changeset 3374 9a82918e063c
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: optimize HMI tree handling C code to lower CPU usage when traversing large trees
# -*- 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")