runtime/PlcStatus.py
author Edouard Tisserant
Thu, 14 Jul 2022 11:40:27 +0200
changeset 3557 59158e360b8c
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: update generated xslt file
# -*- 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")