runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 19 Jan 2022 08:53:49 +0100
changeset 3413 2e84a2782295
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Add pushbutton widget, that can take reflect short press in variable, but has no garantee on consistency.
# -*- 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")