runtime/PlcStatus.py
author Edouard Tisserant
Fri, 09 Sep 2022 10:34:23 +0200
changeset 3601 26a2808038fd
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
# -*- 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")