runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 19 Oct 2023 22:52:27 +0200
changeset 3871 5d23a47937c4
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: py3.10 related float/int fixes in debug plots
# -*- 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")