runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 12 Aug 2022 16:52:15 +0200 (2022-08-12)
branchwxPython4
changeset 3582 7dcd0de97e6f
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: update generated XSLT
# -*- 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")