runtime/PlcStatus.py
author Edouard Tisserant
Thu, 05 May 2022 10:31:16 +0200
changeset 3452 a0bd2c4cb8f7
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: allow designating widget's sub-elements as main element child rather than descendant. Names staring with "/" in yslt call to labels() only match direct widget childs.
# -*- 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")