runtime/PlcStatus.py
author Edouard Tisserant
Wed, 25 May 2022 10:00:24 +0200
changeset 3488 6ef4ffcf9761
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: multiple fixes in XY graph widget. WIP.
# -*- 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")