runtime/PlcStatus.py
author Edouard Tisserant
Fri, 24 Jun 2022 09:21:24 +0200
changeset 3522 f3a14422d56e
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: add warning_labels, same as optional_labels but emits warnings at build time if element is missing.
# -*- 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")