runtime/PlcStatus.py
author Edouard Tisserant
Thu, 05 May 2022 11:52:24 +0200
changeset 3470 b36754171535
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Add premature implementation of XY chart.
# -*- 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")