runtime/PlcStatus.py
author Edouard Tisserant
Tue, 04 Oct 2022 11:06:04 +0200
changeset 3628 c1796e57affd
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Update svghmi_references example to demonstrate use of Assign widget.
# -*- 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")