runtime/PlcStatus.py
author Edouard Tisserant
Fri, 29 Oct 2021 10:27:31 +0200
changeset 3375 aa25c89a8845
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: prevent systematic rebuild when there are multiple instances of SVGHMI CTN.
# -*- 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")