runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 04 Oct 2021 07:52:54 +0200
branchwxPython4
changeset 3331 6e7a80825f03
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")