runtime/PlcStatus.py
author Edouard Tisserant
Fri, 16 Dec 2022 13:46:51 +0100
changeset 3709 7fbcc7b741b7
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: update generated XSLT files
# -*- 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")