runtime/PlcStatus.py
author Edouard Tisserant
Wed, 09 Nov 2022 12:14:35 +0100
changeset 3664 7e8db0b44e42
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: fix HMI freeze at load when no screen saver is defined
# -*- 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")